API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/hr/my-employee-profile/skill-interest

POST/v1/hr/my-employee-profile/skill-interest

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
skillIderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/hr/my-employee-profile/skill-interest \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "skillId": "string"
}'
const result = await cm.hr.post({
  "skillId": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche