UploadInvoices
Overview
This method can be used to upload ad hoc invoices. This method creates ad hoc invoices without a period and is available for backwards compatibility. To create an ad hoc invoice with a period, use the UploadInvoices2 method instead.
Returns
True if success, false along with error information otherwise.
Request
Name | Type | Description |
---|---|---|
invoices | Invoice[] | 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. |