InvoiceResponse
Description
The InvoiceResponse object contains the result data for AddInvoice, UpdateInvoice, and MarkInvoiceAsSynchronized requests.
Properties
| Type | Name | Description |
|---|---|---|
| string | InvoiceNumber | Identifies the associated Invoice object. |
| string | InvoiceInternalId | Identifies the associated Invoice object. |
| string | Status | Indicates whether the operation was successful. |
| int | StatusCode | Code representing the operation status. |
| string | Error | Description of the error. |
| int | ErrorCode | Code representing the error type. |
Updated 6 months ago
