InvoiceCreationResponse Data Type

The Class InvoiceCreationResponse.

Implemented Interfaces
Serializable
Properties
name data type description
invoiceNumber string The invoice number.
actionStatus ActionStatus The status response of the web service response.

Example

{
  "invoiceNumber" : "...",
  "actionStatus" : {
    "status" : "SUCCESS",
    "errorCode" : { },
    "message" : "...",
    "entityId" : 12345,
    "entityCode" : "...",
    "nrAffected" : 12345,
    "json" : "..."
  }
}