How To: Location
For more information about prerequisites, see the Integrate with Location service.
To create the location, call the Create a new location endpoint and specify the required attributes in the request body.
The request body is specified in JSON format. The following example of a request body shows how to create a Location.
For information about prerequisites, see Integrate with Location Service.
For information about creating location, see How to: Create Location.
To update the location, call the update an existing location endpoint and specify the required attributes in the request body.
📘 Note
Partial update of address is not allowed. The user needs to replace the existing address
The request body is specified in JSON format. The following example of a request body shows how to Update Location.
To retrieve the location details by Location ID, call the Get location by location id endpoint.