name | data type | constraints | description |
---|---|---|---|
rejectLevel | number | ||
auditable | Auditable | ||
fastRatingLevel | number | ||
consumptionAlertSet | boolean | ||
parentEntity | BusinessEntity | ||
auditableFields | array of AuditableFieldHistory | ||
parentEntityType | object | ||
rejectLevelEl | string | ||
version | number | ||
descriptionOrCode | string | ||
lowBalanceLevelEl | string | ||
notified | boolean | ||
walletType | BillingWalletTypeEnum | ||
id | number | ||
description | string | max size: 255, min size: 0 | |
codeChanged | boolean | ||
descriptionAndCode | string | ||
lowBalanceLevel | number | ||
referenceCode | string | ||
appendGeneratedCode | boolean | ||
code | string | required, max size: 255, min size: 1 | |
historized | boolean | ||
transient | boolean | ||
referenceDescription | string |
Example
{ "rejectLevel" : 12345.0, "auditable" : { "lastModified" : 12345, "updated" : 12345, "updater" : "...", "created" : 12345, "creator" : "...", "lastUser" : "..." }, "fastRatingLevel" : 12345, "consumptionAlertSet" : true, "parentEntity" : { "descriptionOrCode" : "...", "auditableFields" : [ { "historized" : true, "notified" : true, "auditType" : "OTHER", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } }, { "historized" : true, "notified" : true, "auditType" : "STATUS", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } } ], "version" : 12345, "historized" : true, "appendGeneratedCode" : true, "auditable" : { "lastModified" : 12345, "updated" : 12345, "updater" : "...", "created" : 12345, "creator" : "...", "lastUser" : "..." }, "parentEntity" : { }, "parentEntityType" : { }, "description" : "...", "referenceDescription" : "...", "codeChanged" : true, "referenceCode" : "...", "code" : "...", "transient" : true, "descriptionAndCode" : "...", "id" : 12345, "notified" : true }, "auditableFields" : [ { "historized" : true, "notified" : true, "auditType" : "RENEWAL", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } }, { "historized" : true, "notified" : true, "auditType" : "STATUS", "historable" : true, "fieldName" : "...", "currentState" : { }, "notfiable" : true, "previousState" : { } } ], "parentEntityType" : { }, "rejectLevelEl" : "...", "version" : 12345, "descriptionOrCode" : "...", "lowBalanceLevelEl" : "...", "notified" : true, "walletType" : "PREPAID", "id" : 12345, "description" : "...", "codeChanged" : true, "descriptionAndCode" : "...", "lowBalanceLevel" : 12345.0, "referenceCode" : "...", "appendGeneratedCode" : true, "code" : "...", "historized" : true, "transient" : true, "referenceDescription" : "..." }