Location Service
Location
update an existing location
1min
PUT
PATH PARAMETERS
locationId
UniqueId
*Unique LocationId
HEADER PARAMETERS
X-COREOS-REQUEST-ID
string
*Unique RequestId
X-COREOS-TID
string
*Tenant id
X-COREOS-USERINFO
string
core-os user info token
X-COREOS-ACCESS
string
*core-os access token
BODY PARAMETERS
body
LocationUpdateRequest
*Update a location
tags
object
address
Address
address type data type, which consists below fields.
geolocation
GeoCode
Example: {"lat":30.3752,"long":76.7821}
RESPONSES
200
OK
SuccessResponse
[All Of:object]request
Request
data
object
400
Error Occurred
PutErrorResponse
[All Of:ErrorResponse]error
Error
*Error Information
request
Request
*401
Error Occurred
PutErrorResponse
[All Of:ErrorResponse]error
Error
*Error Information
request
Request
*403
Error Occurred
PutErrorResponse
[All Of:ErrorResponse]error
Error
*Error Information
request
Request
*503
Error Occurred
PutErrorResponse
[All Of:ErrorResponse]error
Error
*Error Information
request
Request
*
Updated 27 Sep 2023
Did this page help you?