name | data type | description |
---|---|---|
listSize | number | The list size. |
contracts | array of ContractDto | list of contract |
Example
{ "listSize" : 12345, "contracts" : [ { "contractAccountLevel" : "CUSTOMER", "accountCode" : "...", "status" : "ACTIVE", "statusDate" : 12345, "contractDate" : 12345, "beginDate" : 12345, "endDate" : 12345, "renewal" : true, "contractDuration" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "billingRules" : [ { "invoicedBACodeEL" : "...", "criteriaEL" : "...", "priority" : 12345 }, { "invoicedBACodeEL" : "...", "criteriaEL" : "...", "priority" : 12345 } ], "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, { "contractAccountLevel" : "CUSTOMER_ACCOUNT", "accountCode" : "...", "status" : "ACTIVE", "statusDate" : 12345, "contractDate" : 12345, "beginDate" : 12345, "endDate" : 12345, "renewal" : true, "contractDuration" : 12345, "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "billingRules" : [ { "invoicedBACodeEL" : "...", "criteriaEL" : "...", "priority" : 12345 }, { "invoicedBACodeEL" : "...", "criteriaEL" : "...", "priority" : 12345 } ], "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "code" : "...", "description" : "...", "updatedCode" : "..." } ] }