Location Management
Last updated
Was this helpful?
Last updated
Was this helpful?
This API is used to create a physical location of a user or an organization, depending upon the usecase
/data/v1/location/create
/data/v1/location/create
To make use of any Location API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
{{authorization}}
{"code":"APCODE1","name":"APSTATE","type":"state"}
This API is associated with fetching the location data based on the criterias specified in the request body.
/data/v1/location/search
/data/v1/location/search
To make use of any Location API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
{{authorization}}
{"filters":{"code":"APCODE1"}}
This API is associated with updating the location data based on the location id,
/data/v1/location/update
/data/v1/location/update
To make use of any Location API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
{{authorization}}
{"name":"APSTATE1","id":"e4e60956-277c-439e-bbf7-5c99730341f3"}
This API is associated with deleting the location data based on the location id.
/data/v1/location/delete
/data/v1/location/delete/{locationId}
Location id of location
To make use of any Location API, you require authorization. Raise a request to the administrator for the use of the API. You will receive the authorization key. Specify the key received, here.
{{authorization}}