| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCode |
Name of the error condition. See ErrorCode model for details. |
ErrorCode |
None. |
| ErrorID |
Internal error identification number that uniquely identifies this specific error that occurred. |
string |
None. |
| ErrorMessages |
List of errors that occurred when adding/updating the invoices. |
Collection of string |
None. |
| ErrorNum |
Numeric value of the ErrorCode |
int |
None. |
| Errors |
Number of errors encountered when doing the invoice update. |
int |
None. |
| Inserted |
Number of invoices that were inserted. |
int |
None. |
| InvoiceCount |
Number of invoices that were processed. |
int |
None. |
| Invoices |
List of the invoices that were inserted or updated. |
Collection of InvoiceModel |
None. |
| Rejected |
Number of invoices that were rejected. |
int |
None. |
| Success |
Indicates sucess or failure of the REST request. |
boolean |
None. |
| Updated |
Number of invoices that were updated. |
int |
None. |