POST api/Transaction/RequestPrintableChecks?id={id}&agencyEIN={agencyEIN}&branchName={branchName}
Gets a list of checks that are currently printable on the transaction
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Id of the transaction |
globally unique identifier |
Required |
agencyEIN |
The EIN of the agency |
string |
Required |
branchName |
The name of the branch the agent is currently associated with |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
RequestPrintableChecksName | Description | Type | Additional information |
---|---|---|---|
PrintableChecks | Collection of PrintableCheck |
None. |
|
Result |
The result of the call that a developer can use to trigger other actions in their system |
ResultEnum |
None. |
Message |
A message you can display to your user for information about the result of the call |
string |
None. |
UniqueTransactionId |
An Id you can associate with your requests to group them together |
string |
None. |