v1

latestOpenAPI 3.1.0Apache 2.02026-07-2498321298.8 KB
Documents

Get documents

Get multiple accounting documents in a batch request. Returns a list of documents.

get/accounting/v2beta/documents:batch

Query parameters

idsstring[] required

Atlar resource IDs.

Response

List of documents.

Example response

{
  "items": [
    {
      "id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
      "organizationId": "0160f6ab-5741-49e1-af46-9138927e547e",
      "glEntityId": "01925d46-2dd4-7ceb-b929-ed9aa3a9481e",
      "amount": {
        "baseAmount": {
          "currency": "EUR",
          "stringValue": "15.02",
          "value": 1502
        },
        "instructedAmount": {
          "currency": "EUR",
          "stringValue": "15.02",
          "value": 1502
        }
      },
      "remainingAmount": {
        "baseAmount": {
          "currency": "EUR",
          "stringValue": "15.02",
          "value": 1502
        },
        "instructedAmount": {
          "currency": "EUR",
          "stringValue": "15.02",
          "value": 1502
        }
      },
      "date": "2022-05-07",
      "issueDate": "2022-05-07",
      "invoiceDetails": {
        "settledDate": "2022-05-07"
      },
      "description": "Invoice #10001",
      "reference": "INV-10001",
      "reconciliationStatus": "OPEN",
      "reconciliationMatchId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
      "glEntries": [
        {
          "id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
          "glAccountId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
          "amount": {
            "baseAmount": {
              "currency": "EUR",
              "stringValue": "15.02",
              "value": 1502
            },
            "instructedAmount": {
              "currency": "EUR",
              "stringValue": "15.02",
              "value": 1502
            }
          }
        }
      ],
      "appliedDocuments": [
        {
          "amount": {
            "currency": "EUR",
            "stringValue": "15.02",
            "value": 1502
          },
          "targetDocumentId": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
          "date": "2022-05-07"
        }
      ],
      "provenance": {
        "resource": {
          "contentType": "application/vnd.iso20022.camt.053.001.02+xml"
        }
      },
      "currencyExchange": {
        "sourceCurrency": "EUR",
        "targetCurrency": "SEK",
        "unitCurrency": "EUR",
        "exchangeRate": "11.21320"
      },
      "version": 1,
      "etag": "version:3",
      "created": "2022-05-04T18:31:12.889104898Z",
      "updated": "2022-05-04T18:47:32.213842599Z"
    }
  ],
  "failures": [
    {
      "id": "2ed9a3ee-60aa-4f9f-a858-2eed4eefbbc8",
      "code": "not_found",
      "error": "Internal server error (timeout)"
    }
  ]
}