DATEV Document Sync Items
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
This API handles DATEV document synchronization items for your DATEV integration. Each DATEV document sync consists of multiple sync items that represent a combination of employee and period to be synchronized.
General
General information about the DATEV Document Sync Item API that applies to all endpoints.
List of attributes
| Attribute | Description | Specifics |
|---|---|---|
| employee_number | DATEV employee number associated with the sync item | Can’t be set, integer. |
| notice | Notice related to the document sync item, mainly to provide additional information about the sync item | Can’t be set, Optional |
| period | Period associated with the sync item | Can’t be set, string in YYYY-MM-DD format. |
| status | Status of the document sync item | Can’t be set, One of: running, succeeded, failed |
Example response
{ "data": { "id": "b1c2d3e4-5678-90ab-cdef-1234567890ab", "type": "datev_document_sync_item", "attributes": { ... } }}List
This endpoint returns all datev_document_sync_items associated with a DATEV document sync.
Endpoint
GET /api/v1/datev_document_syncs/:datev_document_sync_id/datev_document_sync_items
URL Parameters
| Parameter | Description |
|---|---|
| datev_document_sync_id | ID of the DATEV document sync to return items for |