Authorization: Bearer ********************
{
"clientBranch": {
"code": "u9c7b"
},
"name": "Portería",
"code": "55690",
"observations": "Blanco Villalobos bandwidth bus Southeast Gris Account dedicada Aruba Bicycle",
"gender": "M",
"coords": "22.4151,-22.6709",
"minAge": 93,
"maxAge": 67,
"fullDayWorked": true,
"isActive": true
}
curl --location --request PUT 'https://api.indata.com.co/api/v1/operational-site/486465' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientBranch": {
"code": "u9c7b"
},
"name": "Portería",
"code": "55690",
"observations": "Blanco Villalobos bandwidth bus Southeast Gris Account dedicada Aruba Bicycle",
"gender": "M",
"coords": "22.4151,-22.6709",
"minAge": 93,
"maxAge": 67,
"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
}