POST api/PremiumPayment/InsertChequePickupData

Request Information

URI Parameters

None.

Body Parameters

MResInsertChequePicupDetails
NameDescriptionTypeAdditional information
strPolicyNo

string

None.

strClientID

string

None.

strChequeType

string

None.

strChequeNumber

string

None.

strSerialNumber

string

None.

strDateofIssue

string

None.

strBankName

string

None.

strIFSCCode

string

None.

rdAddressFlag

string

None.

strAddress1

string

None.

strAddress2

string

None.

strAddress3

string

None.

strCity

string

None.

strState

string

None.

strPincode

string

None.

strCountry

string

None.

strDateofAppointment

string

None.

strFromTime

string

None.

strToTime

string

None.

strmobileno

string

None.

strphoneres

string

None.

strofficephone

string

None.

strPremium

string

None.

SrNo

string

None.

ErrorMsg

string

None.

Request Formats

application/json, text/json

Sample:
{
  "strPolicyNo": "sample string 1",
  "strClientID": "sample string 2",
  "strChequeType": "sample string 3",
  "strChequeNumber": "sample string 4",
  "strSerialNumber": "sample string 5",
  "strDateofIssue": "sample string 6",
  "strBankName": "sample string 7",
  "strIFSCCode": "sample string 8",
  "rdAddressFlag": "sample string 9",
  "strAddress1": "sample string 10",
  "strAddress2": "sample string 11",
  "strAddress3": "sample string 12",
  "strCity": "sample string 13",
  "strState": "sample string 14",
  "strPincode": "sample string 15",
  "strCountry": "sample string 16",
  "strDateofAppointment": "sample string 17",
  "strFromTime": "sample string 18",
  "strToTime": "sample string 19",
  "strmobileno": "sample string 20",
  "strphoneres": "sample string 21",
  "strofficephone": "sample string 22",
  "strPremium": "sample string 23",
  "SrNo": "sample string 24",
  "ErrorMsg": "sample string 25"
}

application/xml, text/xml

Sample:
<MResInsertChequePicupDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomerWebAPI.Models">
  <ErrorMsg>sample string 25</ErrorMsg>
  <SrNo>sample string 24</SrNo>
  <rdAddressFlag>sample string 9</rdAddressFlag>
  <strAddress1>sample string 10</strAddress1>
  <strAddress2>sample string 11</strAddress2>
  <strAddress3>sample string 12</strAddress3>
  <strBankName>sample string 7</strBankName>
  <strChequeNumber>sample string 4</strChequeNumber>
  <strChequeType>sample string 3</strChequeType>
  <strCity>sample string 13</strCity>
  <strClientID>sample string 2</strClientID>
  <strCountry>sample string 16</strCountry>
  <strDateofAppointment>sample string 17</strDateofAppointment>
  <strDateofIssue>sample string 6</strDateofIssue>
  <strFromTime>sample string 18</strFromTime>
  <strIFSCCode>sample string 8</strIFSCCode>
  <strPincode>sample string 15</strPincode>
  <strPolicyNo>sample string 1</strPolicyNo>
  <strPremium>sample string 23</strPremium>
  <strSerialNumber>sample string 5</strSerialNumber>
  <strState>sample string 14</strState>
  <strToTime>sample string 19</strToTime>
  <strmobileno>sample string 20</strmobileno>
  <strofficephone>sample string 22</strofficephone>
  <strphoneres>sample string 21</strphoneres>
</MResInsertChequePicupDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.