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>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Request 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?