This operation will respond with an invoice given invoice 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
.
{
"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>"
}