Agency Addresses REST Endpoints

Agency Addresses
The agency addresses resource is used to view, create, or modify an agency address. An address represents the location information of an agency. There can be multiple addresses for an agency, each with its own start and end date. One address is identified as primary.
Create an agency address
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyAddresses
Delete an agency address
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyAddresses/{publicSectorAgencyAddressesUniqID}
Get all agency addresses
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyAddresses
Get an agency address
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyAddresses/{publicSectorAgencyAddressesUniqID}
Update an agency address
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyAddresses/{publicSectorAgencyAddressesUniqID}