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 PUT 'https://api.indata.com.co/api/v1/operational-site/486465' \
--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": 6276,
"clientBranch": {
"id": 9709,
"name": "Sucursal C3",
"code": "sngqt"
},
"name": "Portería",
"code": "32645",
"observations": "Passenger Hatchback Livermorium Credit capacitor Pelota F2M Distrito Southwest Southeast",
"gender": "F",
"coords": "-69.3534,124.7301",
"minAge": 17,
"maxAge": 78,
"fullDayWorked": false,
"isActive": true
}