The eMSP API has been extended by some "response fields" in the "Get Invoices" endpoint.
The currently available response fields are listed below or can be viewed via this link (Get Invoices/Responses).
For more information regarding the eMSP API, please see this article.
{
"pagination": {
"total": 0,
"offset": 0,
"limit": 0,
"lastPage": true,
"links": {
"current": "string",
"next": "Unknown Type: string,null",
"prev": "Unknown Type: string,null"
}
},
"data": [
{
"id": "string",
"number": "string",
"reference": "string",
"amount": {
"netTotal": "string",
"netLocalCurrency": "string",
"grossTotal": "string",
"currency": "string",
"currencyExchangeRate": 0
},
"status": "string",
"tax": [
{
"taxPercent": "string",
"taxAmount": "string",
"taxLabel": "string"
}
],
"dateDocument": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
},
"datePayed": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
},
"dueDate": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
},
"paymentTerms": "string",
"contact": {
"id": "string",
"email": "string",
"firstName": "string",
"lastName": "string",
"street": "string",
"state": "string",
"zip": "string",
"city": "string",
"externalReference": "string"
},
"entityId": "string",
"additionalFields": [
null
]
}
]
}
Version: 2023-05-10 15:30:38 UTC