Locations REST Endpoints
Campuses/Locations
The locations resource shows all associated locations.
- Create all location associations
- 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}