GetInvoiceSequencesResponse Data Type

The Class GetInvoiceSequencesResponse.

Implemented Interfaces
Serializable
Properties
name data type description
invoiceSequencesDto InvoiceSequencesDto The invoice types dto.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "invoiceSequencesDto" : {
    "invoiceSequences" : [ {
      "sequenceSize" : 12345,
      "currentInvoiceNb" : 12345,
      "sequencePattern" : "...",
      "id" : 12345,
      "sequenceType" : "REGEXP",
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    }, {
      "sequenceSize" : 12345,
      "currentInvoiceNb" : 12345,
      "sequencePattern" : "...",
      "id" : 12345,
      "sequenceType" : "ALPHA_UP",
      "auditableField" : [ { }, { } ],
      "code" : "...",
      "description" : "...",
      "updatedCode" : "..."
    } ]
  },
  "actionStatus" : {
    "status" : "WARNING",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}