Kombo · Schema
PutCustomDatevEmployeesEmployeeIdPreparePayrollRequestBody
ATSEmbedded iPaaSHRISLMSPayrollUnified-API
Properties
| Name | Type | Description |
|---|---|---|
| payroll_run | object | |
| hourly_payments | array | Add entries for all the hourly calculated supplements here. For example you can write "Overtime" or "Work on Holidays" (in hours here). Unfortunately, DATEV doens't allow showing a lable for the entri |
| fixed_payments | array | Add entries for all the fixed supplements here. For example you can write "Bonuses" (in Euros here). Unfortunately, DATEV doens't allow showing a lable for the entries. |
| custom_lodas | array | Add custom entries to the DATEV Lodas Standard Erfassungstabelle. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PutCustomDatevEmployeesEmployeeIdPreparePayrollRequestBody",
"title": "PutCustomDatevEmployeesEmployeeIdPreparePayrollRequestBody",
"type": "object",
"properties": {
"payroll_run": {
"type": "object",
"properties": {
"date": {
"description": "YYYY-MM-DDTHH:mm:ss.sssZ",
"type": "string",
"format": "date-time",
"pattern": "^\\d{4}-\\d{2}-\\d{2}(T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?)?Z?$",
"externalDocs": {
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString"
}
}
},
"required": [
"date"
]
},
"hourly_payments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"hours": {
"type": "number",
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "Number of hours this employee has worked."
},
"lohnart": {
"type": "number",
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "The \"Lohnart\" (payment-type) in DATEV. Make sure a Lohnart is selected that actually supports hours."
}
},
"required": [
"hours",
"lohnart"
]
},
"description": "Add entries for all the hourly calculated supplements here. For example you can write \"Overtime\" or \"Work on Holidays\" (in hours here). Unfortunately, DATEV doens't allow showing a lable for the entries."
},
"fixed_payments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"amount": {
"type": "number",
"format": "double",
"minimum": -1.7976931348623157e+308
},
"lohnart": {
"type": "number",
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "The \"Lohnart\" (payment-type) in DATEV. Make sure a Lohnart is selected that actually supports fixed payments (no hourly modifier)."
}
},
"required": [
"amount",
"lohnart"
]
},
"description": "Add entries for all the fixed supplements here. For example you can write \"Bonuses\" (in Euros here). Unfortunately, DATEV doens't allow showing a lable for the entries."
},
"custom_lodas": {
"type": "array",
"items": {
"type": "object",
"properties": {
"amount": {
"type": "number",
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "This amount value will be mapped to Datev \"Wert\" field."
},
"lohnart": {
"type": "number",
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "Choose a valid Lodas Lohnart."
},
"bearbeitungsschluessel": {
"type": "number",
"format": "double",
"minimum": -1.7976931348623157e+308,
"description": "Choose a valid Lodas Bearbeitungsschl\u00fcssel. We list the valid Bearbeitungsschl\u00fcssel [here](https://storage.googleapis.com/kombo-assets/integrations/datev/lodas_bs.json)."
}
},
"required": [
"amount",
"lohnart",
"bearbeitungsschluessel"
]
},
"default": [],
"description": "Add custom entries to the DATEV Lodas Standard Erfassungstabelle."
}
},
"required": [
"payroll_run",
"hourly_payments",
"fixed_payments"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/kombo-putcustomdatevemployeesemployeeidpreparepayrollrequestbody"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.