Location Management
Last updated
Was this helpful?
Last updated
Was this helpful?
This API is associated with deleting the location data based on the location id.
/data/v1/location/delete
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}}
This API is used to create a physical location of a user or an organization, depending upon the usecase
/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}}
This API is associated with fetching the location data based on the criterias specified in the request body.
/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}}
This API is associated with updating the location data based on the location id,
/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}}