POST api/Agent_AssignLoanAccountList
Request Information
URI Parameters
None.
Body Parameters
Getinfo| Name | Description | Type | Additional information |
|---|---|---|---|
| LogInId | integer |
None. |
|
| datefrom | string |
None. |
|
| dateto | string |
None. |
|
| planid | string |
None. |
|
| employeecode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LogInId": 1,
"datefrom": "sample string 2",
"dateto": "sample string 3",
"planid": "sample string 4",
"employeecode": "sample string 5"
}
application/xml, text/xml
Sample:
<Getinfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VSCAPI.Models"> <LogInId>1</LogInId> <datefrom>sample string 2</datefrom> <dateto>sample string 3</dateto> <employeecode>sample string 5</employeecode> <planid>sample string 4</planid> </Getinfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |