Agency Payment Options REST Endpoints

Agency Payment Options
The agency payment options resource is used to view, create, delete, or modify, at the agency level, the payment options used to process received payments. The application uses the setup defined at the agency level when no payment options are set up at the department level.
Create an agency payment option
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsAgencies
Delete an agency payment option
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsAgencies/{publicSectorPaymentOptionsAgenciesUniqID}
Get all agency payment options
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsAgencies
Get an agency payment option
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsAgencies/{publicSectorPaymentOptionsAgenciesUniqID}
Update an agency payment option
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsAgencies/{publicSectorPaymentOptionsAgenciesUniqID}