The Class ServiceDto.
name | data type | description |
---|---|---|
billingAccountCode | string | The billing account code |
sellerTags | array of string | The the seller tags |
customerTags | array of string | The customer tags |
contractCode | string | The contract code |
requestedTagTypes | array of string | requested tag types |
pagingAndFiltering | PagingAndFiltering | paging And Filtering |
Example
{ "billingAccountCode" : "...", "sellerTags" : [ "...", "..." ], "customerTags" : [ "...", "..." ], "contractCode" : "...", "requestedTagTypes" : [ "...", "..." ], "pagingAndFiltering" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "DESCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 } }