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