My Payment Accounts REST Endpoints

My Payment Accounts
The my payment accounts resource is used to view, create, modify, or delete payment accounts that are associated with a registered public user's account profile.
Create a payment account
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentAccounts
Delete a payment account
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentAccounts/{PaymentAccountId}
Get a payment account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentAccounts/{PaymentAccountId}
Get all payment accounts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentAccounts
Update a payment account
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPaymentAccounts/{PaymentAccountId}