Zum Inhalt springen

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 information about the DATEV Document Sync Item API that applies to all endpoints.

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
{
"data": {
"id": "b1c2d3e4-5678-90ab-cdef-1234567890ab",
"type": "datev_document_sync_item",
"attributes": {
...
}
}
}

This endpoint returns all datev_document_sync_items associated with a DATEV document sync.

GET /api/v1/datev_document_syncs/:datev_document_sync_id/datev_document_sync_items

Parameter Description
datev_document_sync_id ID of the DATEV document sync to return items for