The Class GetInvoiceTypesResponse.
name | data type | description |
---|---|---|
paging | PagingAndFiltering | The paging. |
invoiceTypesDto | InvoiceTypesDto | The invoice types dto. |
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 }, "invoiceTypesDto" : { "invoiceTypes" : [ { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "occTemplateCode" : "...", "description" : "...", "occTemplateNegativeCode" : "...", "updatedCode" : "...", "occTemplateCodeEl" : "...", "occTemplateNegativeCodeEl" : "...", "customInvoiceXmlScriptInstanceCode" : "...", "sequenceDto" : { }, "invoiceValidationScriptCode" : "...", "sellerSequence" : { "property1" : { }, "property2" : { } }, "appliesTo" : [ "...", "..." ], "matchingAuto" : true, "invoiceAccountable" : true, "billingTemplateName" : "...", "pdfFilenameEL" : "...", "xmlFilenameEL" : "...", "billingTemplateNameEL" : "...", "customFields" : { }, "useSelfSequence" : true, "mailingType" : "...", "emailTemplateCode" : "...", "excludeFromAgedTrialBalance" : true }, { "id" : 12345, "auditableField" : [ { }, { } ], "code" : "...", "occTemplateCode" : "...", "description" : "...", "occTemplateNegativeCode" : "...", "updatedCode" : "...", "occTemplateCodeEl" : "...", "occTemplateNegativeCodeEl" : "...", "customInvoiceXmlScriptInstanceCode" : "...", "sequenceDto" : { }, "invoiceValidationScriptCode" : "...", "sellerSequence" : { "property1" : { }, "property2" : { } }, "appliesTo" : [ "...", "..." ], "matchingAuto" : true, "invoiceAccountable" : true, "billingTemplateName" : "...", "pdfFilenameEL" : "...", "xmlFilenameEL" : "...", "billingTemplateNameEL" : "...", "customFields" : { }, "useSelfSequence" : true, "mailingType" : "...", "emailTemplateCode" : "...", "excludeFromAgedTrialBalance" : true } ] }, "actionStatus" : { "status" : "SUCCESS", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }