Sync Locations
PATCH
/api/organizations/{id}/sync-locations
organizations
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/api/organizations/organization_uuid_string/sync-locations' \
--header 'Content-Type: application/json' \
--data-raw '{
"locations": [
{
"id": "location_uuid_string_1",
"longitude": 12.345,
"latitude": -13.456
},
{
"id": "location_uuid_string_2",
"longitude": 34.567,
"latitude": -23.456
}
]
}'
Response Response Example
{
"message": "Locations synchronized"
}
Request
Path Params
id
string
required
Example:
organization_uuid_string
Body Params application/json