Pagination and sorting criteria plus total record count.
name | data type | description |
---|---|---|
paging | PagingAndFiltering | The paging. |
invoicingPlanItems | InvoicingPlanItemsDto | The invoicingPlanItems. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "DESCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 }, "invoicingPlanItems" : { "invoicingPlanItem" : [ { "billingPlanCode" : "...", "advancement" : 12345, "rateToBill" : 12345.0, "customFields" : { }, "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." }, { "billingPlanCode" : "...", "advancement" : 12345, "rateToBill" : 12345.0, "customFields" : { }, "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "updatedCode" : "..." } ] }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }