Stampfactory
Dokumentation
Dienstplan-Einträge

Bewerbung zuweisen

Manager assigns an application: entry gets the employee, all other applications are rejected and the applicants notified

POST
/shift_applications/{shiftApplication}/assign
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

shiftApplication*string

The shift application ID

Formatuuid

Response-Body

application/json

application/json

application/json

curl -X POST "https://example.com/shift_applications/497f6eca-6276-4993-bfeb-53cbbbba6f08/assign"
{  "data": {    "id": "string",    "roster_entry_id": "string",    "employee_id": "string",    "employee_name": "string",    "status": "string",    "note": "string",    "created_at": "string"  }}