Update HR consultant
PUT {{endpoint}}/ws/v.1.00/hr?id={{hr_id}}
Updates the hr conultant's profile data.
input
- ccnl *: string
- headquartier *: string
output
- hr_id: numeric
{
"hr_id": "3"
}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
id | string |
Request Body
{"first_name"=>"Test", "family_name"=>"HR"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |