🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/location/selectiveUpdateLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Selectively update a location
curl --request POST \
--url https://api2.rhombussystems.com/api/location/selectiveUpdateLocation \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for selectively updating a location.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
First line of the address
Second line of the address
Country code of the location
Floor plans for the location
Show child attributes
Labels offer a way to perform operations across multiple locations if they have the same label
Labels offer a way to perform operations across multiple locations if they have the same label
Latitude coordinate of the location
Longitude coordinate of the location
Name of this location
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Postal code of the location
Timezone identifier, e.g. America/Los_Angeles, EST, GMT+0, etc.
Use timezoneId field instead
Show child attributes
Was this page helpful?