Die eMSP API wurde um einige "Response Fields" im "Get Invoices" Endpunkt erweitert.
Die derzeitig abrufbaren "Response Fields" sind nachfolgend angeführt, oder über diesen Link ersichtlich (Get Invoices/ Responses).
Näheres zur eMSP API finden Sie in diesem Artikel.
{
"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
Kommentare
0 Kommentare
Zu diesem Beitrag können keine Kommentare hinterlassen werden.