Verfügbarkeiten
Verfügbarkeit anlegen
AuthentifizierungBearer <token>
Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).
Ort: header
Pfadparameter
employee*string
The employee ID
Format
uuidRequest-Body
application/json
TypeScript-Definitionen
TypeScript-Typ für request body.
Response-Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/employees/497f6eca-6276-4993-bfeb-53cbbbba6f08/availability" \ -H "Content-Type: application/json" \ -d '{ "date": "2019-08-24T14:15:22Z", "type": 0 }'{ "data": { "id": "string", "employee_id": "string", "date": "string", "type": "string", "shift_id": "string", "note": "string", "weight": 0 }}