The Class GetInvoiceTypeResponse.
name | data type | description |
---|---|---|
invoiceTypeDto | InvoiceTypeDto | The invoice type dto. |
actionStatus | ActionStatus | The status response of the web service response. |
Example
{ "invoiceTypeDto" : { "id" : 12345, "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "code" : "...", "occTemplateCode" : "...", "description" : "...", "occTemplateNegativeCode" : "...", "updatedCode" : "...", "occTemplateCodeEl" : "...", "occTemplateNegativeCodeEl" : "...", "customInvoiceXmlScriptInstanceCode" : "...", "sequenceDto" : { "prefixEL" : "...", "invoiceSequenceCode" : "...", "sequencePattern" : "...", "sequenceType" : "ALPHA_UP" }, "invoiceValidationScriptCode" : "...", "sellerSequence" : { "property1" : { "prefixEL" : "...", "invoiceSequenceCode" : "...", "sequencePattern" : "...", "sequenceType" : "UUID" }, "property2" : { "prefixEL" : "...", "invoiceSequenceCode" : "...", "sequencePattern" : "...", "sequenceType" : "RUM" } }, "appliesTo" : [ "...", "..." ], "matchingAuto" : true, "invoiceAccountable" : true, "billingTemplateName" : "...", "pdfFilenameEL" : "...", "xmlFilenameEL" : "...", "billingTemplateNameEL" : "...", "customFields" : { "customField" : [ { }, { } ], "inheritedCustomField" : [ { }, { } ] }, "useSelfSequence" : true, "mailingType" : "...", "emailTemplateCode" : "...", "excludeFromAgedTrialBalance" : true }, "actionStatus" : { "status" : "FAIL", "errorCode" : { }, "message" : "...", "entityId" : 12345, "entityCode" : "...", "nrAffected" : 12345, "json" : "..." } }