UploadInvoices2
Overview
This method can be used to upload ad hoc invoices and replaces the UploadInvoices method. This method allows a period to be specified for the ad hoc invoice.
Returns
True if success, false along with error information otherwise.
Request
Name | Type | Description |
---|---|---|
invoices | Invoice2[] | A list of invoice objects to upload. |
Response
Name | Type | Description |
---|---|---|
ResultMessage | String | Additional information when operation failed. |
ResultCode | ResultCodeEnum | Whether the operation completed successfully. |
Result | Boolean | Operation result. |