Bank Account Payment Documents REST Endpoints

Bank Accounts/Bank Account Payment Documents
The bank account payment documents resource manages details about the payment documents, paper stock type, document numbers, and payment formats associated to the bank account.
Create a payment document for a bank account
Method: post
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments
Get a payment document for a bank account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments/{PaymentDocumentId}
Get all payment documents for a bank account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments
Update a payment document for a bank account
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments/{PaymentDocumentId}