v1

latestOpenAPI 3.0.0Proprietary2026-08-06130577659.7 KB
Miscellaneous|Approval

Create a new approval.

This endpoint allows you to create a new approval. You can create a new approval for an employee with absenceData, stampData or accountingData. If you provide stampData, an application for a new stamp will be created. If you provide absenceData, an approval for an absence will be created. This can be used to create a vacation application for an employee. If you provide accountingData, an application for bookings will be created. For example, 'accountingData' could be an allowance with a corresponding wage type, such as set-up time.

post/approval_center/create

Request body

employeeIdinteger

The applying employee's internal ID. This Parameter is required.

Example request

{
  "applicationData": {
    "absenceData": {
      "dateFrom": "2015-02-20",
      "dateTo": "2015-02-20"
    },
    "stampData": {
      "time": "2015-02-20T12:59:21+01:00"
    },
    "accountingEntryData": {
      "date": "2015-02-20"
    }
  }
}

Response

Success Response:

logIdsinteger[]

The internal ID of the created application.