Location Management
Last updated
Last updated
This API is used to create a physical location of a user or an organization, depending upon the usecase
/data/v1/location/create
The body refers to the format of the request.
SUCCESS. The Create location operation was successful!
This API is associated with deleting the location data based on the location id.
/data/v1/location/delete
Location id of location
SUCCESS. The Delete location operation was successful!
This API is associated with updating the location data based on the location id,
/data/v1/location/update
The body refers to the format of the request.
SUCCESS. The Update location operation was successful!
This API is associated with fetching the location data based on the criterias specified in the request body.
/data/v1/location/search
The body refers to the format of the request.
SUCCESS. The Search location operation was successful!