POST api/LOAN_DETAILS_SAVE_PAGE1
Request Information
URI Parameters
None.
Body Parameters
Collection of LOAN_DATA_SUBMIT| Name | Description | Type | Additional information |
|---|---|---|---|
| LOAN_ID | string |
None. |
|
| LATITUDE | string |
None. |
|
| LONGITUDE | string |
None. |
|
| PAYMETHOD | string |
None. |
|
| REMARKS | string |
None. |
|
| CUSTALTNO | string |
None. |
|
| CUSTALTADD | string |
None. |
|
| PPFRONT | string |
None. |
|
| PPBACK | string |
None. |
|
| STATUS | string |
None. |
|
| PAIDAMT | string |
None. |
|
| EMIDATE | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"LOAN_ID": "sample string 1",
"LATITUDE": "sample string 2",
"LONGITUDE": "sample string 3",
"PAYMETHOD": "sample string 4",
"REMARKS": "sample string 5",
"CUSTALTNO": "sample string 6",
"CUSTALTADD": "sample string 7",
"PPFRONT": "sample string 8",
"PPBACK": "sample string 9",
"STATUS": "sample string 10",
"PAIDAMT": "sample string 11",
"EMIDATE": "sample string 12"
},
{
"LOAN_ID": "sample string 1",
"LATITUDE": "sample string 2",
"LONGITUDE": "sample string 3",
"PAYMETHOD": "sample string 4",
"REMARKS": "sample string 5",
"CUSTALTNO": "sample string 6",
"CUSTALTADD": "sample string 7",
"PPFRONT": "sample string 8",
"PPBACK": "sample string 9",
"STATUS": "sample string 10",
"PAIDAMT": "sample string 11",
"EMIDATE": "sample string 12"
}
]
application/xml, text/xml
Sample:
<ArrayOfLOAN_DATA_SUBMIT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMICS.Models">
<LOAN_DATA_SUBMIT>
<CUSTALTADD>sample string 7</CUSTALTADD>
<CUSTALTNO>sample string 6</CUSTALTNO>
<EMIDATE>sample string 12</EMIDATE>
<LATITUDE>sample string 2</LATITUDE>
<LOAN_ID>sample string 1</LOAN_ID>
<LONGITUDE>sample string 3</LONGITUDE>
<PAIDAMT>sample string 11</PAIDAMT>
<PAYMETHOD>sample string 4</PAYMETHOD>
<PPBACK>sample string 9</PPBACK>
<PPFRONT>sample string 8</PPFRONT>
<REMARKS>sample string 5</REMARKS>
<STATUS>sample string 10</STATUS>
</LOAN_DATA_SUBMIT>
<LOAN_DATA_SUBMIT>
<CUSTALTADD>sample string 7</CUSTALTADD>
<CUSTALTNO>sample string 6</CUSTALTNO>
<EMIDATE>sample string 12</EMIDATE>
<LATITUDE>sample string 2</LATITUDE>
<LOAN_ID>sample string 1</LOAN_ID>
<LONGITUDE>sample string 3</LONGITUDE>
<PAIDAMT>sample string 11</PAIDAMT>
<PAYMETHOD>sample string 4</PAYMETHOD>
<PPBACK>sample string 9</PPBACK>
<PPFRONT>sample string 8</PPFRONT>
<REMARKS>sample string 5</REMARKS>
<STATUS>sample string 10</STATUS>
</LOAN_DATA_SUBMIT>
</ArrayOfLOAN_DATA_SUBMIT>
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. |