POST api/Transaction/GetFinalDocuments?id={id}&agencyEIN={agencyEIN}&branchName={branchName}&docsExtended={docsExtended}
Returns final documents after funds have been released
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| agencyEIN | string |
Required |
|
| branchName | string |
Required |
|
| docsExtended | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
GetFinalDocumentsResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Docs | Collection of Collection of byte |
None. |
|
| DocsExtended | Collection of Object |
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. |