The Class BillingCyclesResponseDto.
name | data type | description |
---|---|---|
billingCyclesDto | BillingCyclesDto | The billingCycles DTO. |
paging | PagingAndFiltering | The paging. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "billingCyclesDto" : { "billingCycle" : [ { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "billingTemplateNameEL" : "...", "updatedCode" : "...", "invoiceDateDelayEL" : "...", "dueDateDelayEL" : "...", "invoiceDateProductionDelayEL" : "...", "lastTransactionDateDelayEL" : "...", "lastTransactionDateEL" : "...", "calendar" : "...", "invoicingThreshold" : 12345.0, "splitPerPaymentMethod" : true, "invoiceTypeCode" : "...", "invoiceTypeEl" : "...", "customFields" : { }, "type" : "ORDER", "referenceDate" : "NEXT_INVOICE_DATE", "scriptInstanceCode" : "...", "checkThreshold" : "POSITIVE_IL", "collectionDateDelayEl" : "...", "computeDatesAtValidation" : true, "thresholdPerEntity" : true, "billingRunValidationScriptCode" : "...", "languageDescriptions" : [ { }, { } ] }, { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "description" : "...", "billingTemplateNameEL" : "...", "updatedCode" : "...", "invoiceDateDelayEL" : "...", "dueDateDelayEL" : "...", "invoiceDateProductionDelayEL" : "...", "lastTransactionDateDelayEL" : "...", "lastTransactionDateEL" : "...", "calendar" : "...", "invoicingThreshold" : 12345.0, "splitPerPaymentMethod" : true, "invoiceTypeCode" : "...", "invoiceTypeEl" : "...", "customFields" : { }, "type" : "SUBSCRIPTION", "referenceDate" : "TODAY", "scriptInstanceCode" : "...", "checkThreshold" : "BEFORE_DISCOUNT", "collectionDateDelayEl" : "...", "computeDatesAtValidation" : true, "thresholdPerEntity" : true, "billingRunValidationScriptCode" : "...", "languageDescriptions" : [ { }, { } ] } ] }, "paging" : { "fullTextFilter" : "...", "filters" : { "property1" : { }, "property2" : { } }, "fields" : "...", "offset" : 12345, "limit" : 12345, "sortBy" : "...", "sortOrder" : "ASCENDING", "multiSortOrder" : "...", "totalNumberOfRecords" : 12345, "loadReferenceDepth" : 12345 }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }