Addresses REST Endpoints
Locations V2/Addresses
The addresses resource is a child of the locations resource. It provides all the addresses of the location including the main address as of the specified date. By default, the current date is retained.
- Create a location address
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/locationsV2/{locationsV2UniqID}/child/addresses
- Delete a location address
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/locationsV2/{locationsV2UniqID}/child/addresses/{addressesUniqID}
- Get a location address
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/locationsV2/{locationsV2UniqID}/child/addresses/{addressesUniqID}
- Get all location addresses
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/locationsV2/{locationsV2UniqID}/child/addresses
- Update a location address
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/locationsV2/{locationsV2UniqID}/child/addresses/{addressesUniqID}