Agency Options REST Endpoints
Common Setup/Agencies/Agency Options
The agency options resource is used to view and enable or disable product offerings as well as any optional features for an agency.
- Create an agency offering
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions - Delete an agency offering
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions/{AgencyOptionsUniqID} - Get all agency offerings
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions - Get an agency offering
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions/{AgencyOptionsUniqID} - Update an agency offering
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencies/{AgencyId}/child/AgencyOptions/{AgencyOptionsUniqID}