API Docs
Create Invoice
Contents
This API creates an invoice. See blog: Creating an invoice using APIs.
Resource URL
POST /almaws/v1/acq/invoices
API Description
URL Parameters
None
Querystring Parameters
None
Body Parameters
This method takes an invoice object. See doc
Output
This method returns a Invoice
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
60233 | Invoice number not in payload. |
60288 | Invoice number not unique in payload. |
60234 | Invoice date not in payload. |
60235 | Invoice total amount not in payload. |
60236 | Invoice currency not valid. |
60237 | Invoice vendor account not valid. |
60238 | Invoice payment method not valid. |
60239 | Invoice status not valid. |
60240 | Invoice prepaid not valid. |
60241 | Invoice explicit ratio not valid. |
60242 | Invoice vendor not material supplier. |
60243 | Invoice vendor currency not supported. |
60244 | Invoice explicit ratio duplicate currency. |
60245 | Invoice payment status not valid. |
60246 | Invoice owner not valid. |
60252 | Invoice vat percentage or amount allowed but not both. |
60253 | Invoice vat code not valid. |
4028805 | Invoice vendor not in payload. |
60256 | Invoice not created. |