Skip to content

DATEV Document Sync Items

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.

AttributeDescriptionSpecifics
employee_numberDATEV employee number associated with the sync itemCan’t be set, integer.
noticeNotice related to the document sync item, mainly to provide additional information about the sync itemCan’t be set, Optional
periodPeriod associated with the sync itemCan’t be set, string in YYYY-MM-DD format.
statusStatus of the document sync itemCan’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

ParameterDescription
datev_document_sync_idID of the DATEV document sync to return items for