Locations REST Endpoints
System Offices/Locations
The locations resource shows all associated locations.
- Create all location associations
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/locations - Delete a location association
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/locations/{LocationAssociationId} - Get a location association
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/locations/{LocationAssociationId} - Get all location associations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/locations - Update a location association
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/locations/{LocationAssociationId}