Documents
Update document
Update an accounting document.
patch/accounting/v2beta/documents/{id}
Path parameters
idstring required
Atlar resource ID.
Headers
If-Matchstring
ETag (version) of resource to be updated.
Response
The updated document.
Example response
{
"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"
}