POST api/Collection/IND_EMIPayment
Request Information
URI Parameters
None.
Body Parameters
IND_PaymentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SlNo | string |
None. |
|
| CustomerId | string |
None. |
|
| NoOfIns | string |
None. |
|
| Amount | string |
None. |
|
| DateofPayment | string |
None. |
|
| EntryBy | string |
None. |
|
| dateOfEntry | string |
None. |
|
| NextEMIDt | string |
None. |
|
| Savings_Amt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SlNo": "sample string 1",
"CustomerId": "sample string 2",
"NoOfIns": "sample string 3",
"Amount": "sample string 4",
"DateofPayment": "sample string 5",
"EntryBy": "sample string 6",
"dateOfEntry": "sample string 7",
"NextEMIDt": "sample string 8",
"Savings_Amt": "sample string 9"
}
application/xml, text/xml
Sample:
<IND_PaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BangaLakshmi_API.Models"> <Amount>sample string 4</Amount> <CustomerId>sample string 2</CustomerId> <DateofPayment>sample string 5</DateofPayment> <EntryBy>sample string 6</EntryBy> <NextEMIDt>sample string 8</NextEMIDt> <NoOfIns>sample string 3</NoOfIns> <Savings_Amt>sample string 9</Savings_Amt> <SlNo>sample string 1</SlNo> <dateOfEntry>sample string 7</dateOfEntry> </IND_PaymentModel>
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. |