ThirdPartyPaymentOptions REST Endpoints
Billing and Payment/ThirdPartyPaymentOptions
The third party payment options resource is used to view or create third party payment options.
- Create a third party payment options
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPaymentOptions - Delete a third party payment options
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPaymentOptions/{AgencyId} - Get a third party payment options
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPaymentOptions/{AgencyId} - Get all third party payment options
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPaymentOptions - Update a third party payment options
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorThirdPartyPaymentOptions/{AgencyId}