Bank Account Checkbooks REST Endpoints

Bank Accounts/Bank Account Payment Documents/Bank Account Checkbooks
The bank account checkbooks resource manages details about the payment checkbook, including checkbook name, prefix, start number, and received date.
Create a checkbook for a bank account
Method: post
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments/{PaymentDocumentId}/child/bankAccountCheckbooks
Get a checkbook for a bank account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments/{PaymentDocumentId}/child/bankAccountCheckbooks/{CheckbookId}
Get all checkbooks for a bank account
Method: get
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments/{PaymentDocumentId}/child/bankAccountCheckbooks
Update a checkbook for a bank account
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/cashBankAccounts/{BankAccountId}/child/bankAccountPaymentDocuments/{PaymentDocumentId}/child/bankAccountCheckbooks/{CheckbookId}