Locations REST Endpoints
System Offices/Locations
Locations are the physical places associated with an entity.
- Create a location association
- 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}