Agency Email Options REST Endpoints
Common Setup/Agency Email Options
Agency Email Options setup is used to create, update, and delete Email ids required for the adhoc communication.
- Create an agency email option
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions
- Delete an agency email option
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions/{publicSectorAgencyEmailOptionsUniqID}
- Get all record agency options
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions
- Get an agency email option
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions/{publicSectorAgencyEmailOptionsUniqID}
- update agency option record
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions/{publicSectorAgencyEmailOptionsUniqID}