Authorization: Bearer ********************
{ "clientBranch": { "code": "string" }, "shift": { "code": "string" }, "name": "string", "code": "string", "observations": "string", "gender": null, "coords": null, "minAge": null, "maxAge": null, "fullDayWorked": "true", "isActive": "true" }
curl --location --request POST 'https://api.indata.com.co/api/v1/operational-site' \ --header 'x-api-key;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "clientBranch": { "code": "string" }, "shift": { "code": "string" }, "name": "string", "code": "string", "observations": "string", "gender": null, "coords": null, "minAge": null, "maxAge": null, "fullDayWorked": "true", "isActive": "true" }'
{ "id": 3833, "clientBranch": { "id": 2495, "name": "Sucursal B2", "code": "ec79o" }, "name": "Parqueadero", "code": "14814", "observations": "División Rover Pollo Electrónica Mazda Dinánmico Bebes Bedfordshire portals per", "gender": "F", "coords": "63.9737,170.1627", "minAge": 13, "maxAge": 25, "fullDayWorked": true, "isActive": false }