Department Payment Options REST Endpoints

Department Payment Options
The department payment options resource is used to view, create, delete, or modify, at the department level, the payment options used to process payments received. When a department wants to use its own process options that are different from the agency payment options, the administrator must configure department payment options.
Create a department payment option
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsDepartments
Delete a department payment option
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsDepartments/{publicSectorPaymentOptionsDepartmentsUniqID}
Get a department payment option
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsDepartments/{publicSectorPaymentOptionsDepartmentsUniqID}
Get all department payment options
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsDepartments
Update a department payment option
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentOptionsDepartments/{publicSectorPaymentOptionsDepartmentsUniqID}