Skip to content

DATEV Document Sync Retries

This API triggers retries for DATEV document synchronizations in your DATEV integration. If a document sync has partially succeeded, you can use this endpoint to retry the failed parts of the synchronization.

Create

This endpoint triggers a retry for a datev_document_sync.

Endpoint

POST /api/v1/datev_document_syncs/:datev_document_sync_id/retry

URL Parameters

ParameterDescription
datev_document_sync_idID of the datev_document_sync to retry

Response

Always returns a 200 Success status code with an empty response body:

{
"data": null
}