Locations REST Endpoints
Campuses/Locations
Locations are the physical places associated with an entity.
- Create a location association
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations
- Delete a location association
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations/{LocationAssociationId}
- Get a location association
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations/{LocationAssociationId}
- Get all location associations
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations
- Update a location association
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations/{LocationAssociationId}