API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/hr/employees/{id}/verify-id-document

POST/v1/hr/employees/{id}/verify-id-document

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
documentTypestring
documentCountrystring
notesstring

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

Beispiel

curl -X POST https://api.codemeta-os.de/v1/hr/employees/{id}/verify-id-document \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "documentType": "string",
  "documentCountry": "string",
  "notes": "string"
}'
const result = await cm.hr.post({
  "documentType": "string",
  "documentCountry": "string",
  "notes": "string"
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche