Federal Agency Location Codes REST Endpoints

Federal Agency Location Codes
The federal agency location codes resource is used to set up agency locations. You can query, create, delete, and update agency locations.
Create an agency location code
Method: post
Path: /fscmRestApi/resources/11.13.18.05/fedAgencyLocationCodes
Delete an agency location code
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/fedAgencyLocationCodes/{AgencyLocationCodeId}
Get all agency location codes
Method: get
Path: /fscmRestApi/resources/11.13.18.05/fedAgencyLocationCodes
Get an agency location code
Method: get
Path: /fscmRestApi/resources/11.13.18.05/fedAgencyLocationCodes/{AgencyLocationCodeId}
Update an agency location code
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/fedAgencyLocationCodes/{AgencyLocationCodeId}