Bank Transfers
Get BankTransfer record
Retrieve a specific BankTransfer record by its record number with all related data.
get/public/v2/bank-transfers/{record_number}/
Path parameters
record_numberinteger required
The number attribute of the record.
The number attribute of the record.
Query parameters
searchstring nullable
company_idinteger[] nullable
numberinteger[] nullable
start_datestring date nullable
end_datestring date nullable
debit_bank_account_numberinteger[] nullable
credit_bank_account_numberinteger[] nullable
record_statusRecordStatus[] nullable
approval_statusstring[] nullable
approval_status_scopeRecordStatus[] nullable
updated_afterstring date-time nullable
updated_beforestring date-time nullable
Response
OK
Changes
Changed in 1 of the 16 revisions of this API.1
- ○
added the new optional
queryrequest parameterapproval_status_scopenew-optional-request-parameter
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○