POST /v1/hr/employees/{id}/verify-id-document
POST/v1/hr/employees/{id}/verify-id-document
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
documentType | string | |
documentCountry | string | |
notes | string | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
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 |