get https://api.candis.io/v1/organizations//exports//postings
Get a list of Postings that were exported in the Export.
Responses
Get a list of Postings that were exported in the Export.
xxxxxxxxxx
curl --request GET \
--url https://api.candis.io/v1/organizations/organizationId/exports/exportId/postings \
--header 'accept: application/json'
xxxxxxxxxx
135}
{
"successfulPostings": [
{
"entityGuid": "e4cf0d1b-8514-4437-9b7f-2648b87ec8f5",
"status": "EXPORTED",
"amount": {
"value": 100,
"currencyCode": "EUR"
},
"contact": {
"accountsPayableNumber": "7000001",
"accountsReceivableNumber": "7000004",
"name": "John Doe"
},
"invoiceId": "1234",
"invoiceDate": "2024-01-01T00:00:00Z",
"purchaseOrder": {
"orderNumber": "PO-001"
},
"files": [
{
"id": "60ace9d227d897fc64add503",
"url": "https://api.candis.io/v1/organization/org-id/files/60ace9d227d897fc64add503",
"name": "invoice.pdf",
"type": "INVOICE"