API structure has changed
4 structure changes including:
4 Modifications
Modified
4
GET /data/persons/{instance_id}
- Response
-
200 response Modified
-
application/json content type Modified
- country property Added
-
application/json content type Modified
POST /data/persons
- Body
-
application/json content type Modified
- country property Added
- Response
-
201 response Modified
-
application/json content type Modified
- country property Added
-
application/json content type Modified
POST /import/csv/persons
- Response
-
201 response Modified
-
application/json content type Modified
- role, departments, studio_id, country, contract_type, position, seniority, daily_salary properties Added
-
application/json content type Modified
PUT /data/persons/{instance_id}
- Body
-
application/json content type Modified
- country property Added
- Response
-
200 response Modified
-
application/json content type Modified
- country property Added
-
application/json content type Modified