DATEV Documents ( Payslips )
Retrieve available documents
Use this endpoint to get all available documents for a specific period.
GET
Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
Provide the period in the format YYYY-MM for which to check for available documents.
Response
200
application/json
GET /custom/datev/available-documents Successful response
Available options:
success
Example:
{
"results": [
{
"document_type": "LOBN",
"available_for_employees": [
{
"id": "8Xi6iZrwusZqJmDGXs49GBmJ",
"remote_id": "123456"
}
],
"is_company_document": false
},
{
"document_type": "LOJO",
"available_for_employees": [],
"is_company_document": true
}
]
}