GET
/
v1
/
{id}
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>"
}

Path Parameters

id
string
required

Invoice id for given invoice

Query Parameters

auditUser
string
required

The audit user to log the request

Response

200
application/json
Successful lookup of invoice for given invoice id

The response is of type object.