Agency Options REST Endpoints

Agencies/Agency Options
The agency options resource is used to view and enable/disable product offerings as well as any optional features for an agency.
Create an agency offering
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions
Delete an agency offering
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions/{AgencyOptionsUniqID}
Get all agency offerings
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions
Get an agency offering
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions/{AgencyOptionsUniqID}
Update an agency offering
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions/{AgencyOptionsUniqID}