Agencies REST Endpoints

Agencies
The agencies resource is used to view, create or modify an agency. Agency has a unique identifier and stores the default country, currency, timezone along with name and description. Agencies are entities which own transaction data like permit applications.
Create an agency
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies
Delete an agency
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}
Get all agencies
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies
Get an agency
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}
Update an agency
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}