The Class DunningDocumentsListResponseDto.
name | data type | description |
---|---|---|
paging | PagingAndFiltering | The paging. |
dunningDocuments | DunningDocumentListDto | The dunningDocuments. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "ASCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 }, "dunningDocuments" : { "listSize" : 12345, "dunningDocuments" : [ { "auditableField" : [ { }, { } ], "dunningDocumentId" : "...", "customerAccountCode" : "...", "subscriptionCode" : "...", "payment" : [ { }, { } ], "dueInvoice" : [ { }, { } ] }, { "auditableField" : [ { }, { } ], "dunningDocumentId" : "...", "customerAccountCode" : "...", "subscriptionCode" : "...", "payment" : [ { }, { } ], "dueInvoice" : [ { }, { } ] } ] }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }