This operation will respond with an invoice given invoice id
cURL
curl --request GET \ --url https://integration-api-cat2./%7B{environment}%7D.ext.%7B{realm}%7D.cia.enfuce.com/invoice/v1/{id}
{ "amount": 123, "createdDate": "2019-11-27T05:08:31", "dueDate": "2019-11-27", "id": "<string>", "paidAmount": 123, "paymentReference": { "number": 1234567897, "type": "MOD10" }, "period": { "start": "2020-01-01", "end": "2020-01-31" }, "status": "CLOSED", "dunning": { "dunningStatus": "WAIT", "reminder1TriggerDate": "2019-11-27", "blockTriggerDate": "2019-11-27", "reminder2TriggerDate": "2019-11-27", "collectionTriggerDate": "2019-11-27" }, "invoiceNumber": "<string>" }
Invoice id for given invoice
The audit user to log the request
Successful lookup of invoice for given invoice id
The response is of type object.
object
Was this page helpful?