Locations REST Endpoints

Campuses/Locations
Locations are the physical places associated with an entity.
Create a location association
Method: post
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations
Delete a location association
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations/{LocationAssociationId}
Get a location association
Method: get
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations/{LocationAssociationId}
Get all location associations
Method: get
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations
Update a location association
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/campuses/{CampusId}/child/locations/{LocationAssociationId}