POST api/Collection/GRP_EMIPayment

Request Information

URI Parameters

None.

Body Parameters

GRP_PaymentModel
NameDescriptionTypeAdditional information
SlNo

string

None.

CustomerId

string

None.

NoOfIns

string

None.

Amount

string

None.

Savings_Amt

string

None.

Product_Amt

string

None.

DateofPayment

string

None.

EntryBy

string

None.

dateOfEntry

string

None.

NextEMIDt

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",
  "Savings_Amt": "sample string 5",
  "Product_Amt": "sample string 6",
  "DateofPayment": "sample string 7",
  "EntryBy": "sample string 8",
  "dateOfEntry": "sample string 9",
  "NextEMIDt": "sample string 10"
}

application/xml, text/xml

Sample:
<GRP_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 7</DateofPayment>
  <EntryBy>sample string 8</EntryBy>
  <NextEMIDt>sample string 10</NextEMIDt>
  <NoOfIns>sample string 3</NoOfIns>
  <Product_Amt>sample string 6</Product_Amt>
  <Savings_Amt>sample string 5</Savings_Amt>
  <SlNo>sample string 1</SlNo>
  <dateOfEntry>sample string 9</dateOfEntry>
</GRP_PaymentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.