POST api/Content/CalculateDetails?fname={fname}&lname={lname}&email={email}&phone={phone}&dob={dob}&loantype={loantype}&duration={duration}&salary={salary}&amount={amount}&ip={ip}&byPhoneYN={byPhoneYN}&confirm={confirm}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fname | string |
Required |
|
| lname | string |
Required |
|
| string |
Required |
||
| phone | string |
Required |
|
| dob | string |
Required |
|
| loantype | string |
Required |
|
| duration | string |
Required |
|
| salary | string |
Required |
|
| amount | string |
Required |
|
| ip | string |
Required |
|
| byPhoneYN | string |
Required |
|
| confirm | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| status | ResponseStatus |
None. |
|
| data | Object |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"data": {},
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<ApiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BankABCService.Models"> <data /> <message>sample string 2</message> <status>Success</status> </ApiResponse>