Create HR consultant
POST {{endpoint}}/ws/v.1.00/hr
Registers a new HR consultant.
input
- name
- surname *: string
output
- hr_id: numeric
{
"hr_id": "3"
}
Request Body
{"first_name"=>"Test", "family_name"=>"HR"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Cookie | string | ||
Content-Type | string | ||
Accept | string |