API Docs
Create Invoice Line
Contents
This API creates an invoice line. See blog: Creating an invoice using APIs.
Resource URL
POST /almaws/v1/acq/invoices/{invoice_id}/lines
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
invoice_id | xs:string | The Invoice id. |
Querystring Parameters
None
Body Parameters
This method takes an invoice line object. See doc
Output
This method returns a Invoice
object. See doc
Possible Error Codes
Code | Message |
---|---|
402119 | General error. |
60285 | Invoice not valid. |
60100 | Invoice X bad format. |
412400 | Invoice X not found. |
60247 | Invoice line type not valid. |
60248 | Invoice line's PO Line not found. |
60249 | Invoice line subscription from/to dates not found. |
60250 | Invoice line additional information not found. |
60251 | Invoice line reporting code not valid. |
60252 | Invoice vat percentage or amount allowed but not both. |
60253 | Invoice vat code not valid. |
60254 | Fund code not valid. |
60255 | Invoice line not created. |
60257 | Fund percent or amount is required. |
60306 | Invoice line number is not valid. |