GET api/GetLastVisitedInvestor?ClientId={ClientId}&InvestorType={InvestorType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
Required |
|
| InvestorType | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiResponseOfLastVisitedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of LastVisitedModel |
None. |
|
| Success | boolean |
None. |
|
| Message | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"CLIENT_REFERENCE_ID": "sample string 1",
"INVENT_NAME": "sample string 2",
"RECORD_ID": 1,
"strRECORD_ID": "sample string 3",
"ENTITY_ID": 1,
"strENTITY_ID": "sample string 4",
"INVESTOR_ID": 1,
"strINVESTOR_ID": "sample string 5",
"INVESTOR_TYPE": "sample string 6",
"strINVESTOR_TYPE": "sample string 7"
},
{
"CLIENT_REFERENCE_ID": "sample string 1",
"INVENT_NAME": "sample string 2",
"RECORD_ID": 1,
"strRECORD_ID": "sample string 3",
"ENTITY_ID": 1,
"strENTITY_ID": "sample string 4",
"INVESTOR_ID": 1,
"strINVESTOR_ID": "sample string 5",
"INVESTOR_TYPE": "sample string 6",
"strINVESTOR_TYPE": "sample string 7"
}
],
"Success": true,
"Message": [
"sample string 1",
"sample string 2"
]
}