User Documents Resource
Entity: documents
| Attribute Name | Container | Type | Description | Endpoints | 
|---|---|---|---|---|
| name | bank investment  | string | The name of the uploaded file. | POST /documents/search | 
| id | bank investment  | integer | The document's primary key and unique identifier. | POST /documents/search | 
| status | bank investment  | string | The status of the document download. | POST /documents/search | 
| associatedAccounts | bank investment  | entity[] | The list of IDs accounts associated with the document. | POST /documents/search | 
| uploadId | bank investment  | integer | The unique identifier of the document upload. | POST /documents/search | 
| downloadURL | bank investment  | string | The URL to download the document. | POST /documents/search | 
| urlExpiryTime | bank investment  | string | The duration for which the document can be downloaded from the downloadURL. | POST /documents/search | 
Entity: associatedAccounts
| Attribute Name | Container | Type | Description | Endpoints | 
|---|---|---|---|---|
| accountId | bank investment  | integer | The account IDs associated with the document ID. | POST /documents/search |