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
Section titled “Create”This endpoint triggers a retry for a datev_document_sync.
Endpoint
Section titled “Endpoint”POST /api/v1/datev_document_syncs/:datev_document_sync_id/retry
URL Parameters
Section titled “URL Parameters”| Parameter | Description |
|---|---|
| datev_document_sync_id | ID of the datev_document_sync to retry |
Response
Section titled “Response”Always returns a 200 Success status code with an empty response body:
{ "data": null}