Pagination and sorting criteria plus total record count.
name | data type | description |
---|---|---|
oneShotChargeTemplates | OneShotChargeTemplatesDto | Gets the oneShotChargeTemplates. |
actionStatus | ActionStatus | Gets the action status. |
paging | PagingAndFiltering | Gets the paging. |
Example
{ "oneShotChargeTemplates" : { "oneShotChargeTemplates" : [ { "disabled" : true, "id" : 12345, "auditableField" : [ { }, { } ], "oneShotChargeTemplateType" : "TERMINATION", "code" : "...", "description" : "...", "immediateInvoicing" : true, "invoiceSubCategory" : "...", "updatedCode" : "...", "amountEditable" : true, "languageDescriptions" : [ { }, { } ], "inputUnitOfMeasureCode" : "...", "ratingUnitOfMeasureCode" : "...", "inputUnitEL" : "...", "outputUnitEL" : "...", "unitNbDecimal" : 12345, "roundingModeDtoEnum" : "NEAREST", "revenueRecognitionRuleCode" : "...", "filterExpression" : "...", "taxClassCode" : "...", "taxClassEl" : "...", "ratingScriptCode" : "...", "customFields" : { }, "triggeredEdrs" : { }, "dropZeroWo" : true, "sortIndexEl" : "...", "status" : "DRAFT", "linkedAttributes" : [ "...", "..." ] }, { "disabled" : true, "id" : 12345, "auditableField" : [ { }, { } ], "oneShotChargeTemplateType" : "TERMINATION", "code" : "...", "description" : "...", "immediateInvoicing" : true, "invoiceSubCategory" : "...", "updatedCode" : "...", "amountEditable" : true, "languageDescriptions" : [ { }, { } ], "inputUnitOfMeasureCode" : "...", "ratingUnitOfMeasureCode" : "...", "inputUnitEL" : "...", "outputUnitEL" : "...", "unitNbDecimal" : 12345, "roundingModeDtoEnum" : "DOWN", "revenueRecognitionRuleCode" : "...", "filterExpression" : "...", "taxClassCode" : "...", "taxClassEl" : "...", "ratingScriptCode" : "...", "customFields" : { }, "triggeredEdrs" : { }, "dropZeroWo" : true, "sortIndexEl" : "...", "status" : "ACTIVE", "linkedAttributes" : [ "...", "..." ] } ] }, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." }, "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "DESCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 } }