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: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions
Delete an agency email option
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions/{publicSectorAgencyEmailOptionsUniqID}
Get all record agency options
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions
Get an agency email option
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions/{publicSectorAgencyEmailOptionsUniqID}
update agency option record
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorAgencyEmailOptions/{publicSectorAgencyEmailOptionsUniqID}