BISkin


Click here for a complete list of operations.

PUT_InsertPolicyRegistration

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
FormNo:
ApplicationNo:
ApplicantName:
GuardianName:
DateofBirth:
Age:
Gender:
Phone:
Occupation:
Address:
PinCode:
District:
State:
AadharNo:
PanNo:
IdentityProf:
IdentityProfNo:
AddressProof:
AddressProofNo:
PayMode:
ToLcode:
TotalAmount:
SchemeName:
PayCashAmount:
PayOnlineAmount:
DepositAmount:
Remarks:
UserId:
DateOfJoin:
ApplicantPic:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /BISkin.asmx HTTP/1.1
Host: api.sanjeevanimart.co.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PUT_InsertPolicyRegistration"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PUT_InsertPolicyRegistration xmlns="http://tempuri.org/">
      <FormNo>string</FormNo>
      <ApplicationNo>string</ApplicationNo>
      <ApplicantName>string</ApplicantName>
      <GuardianName>string</GuardianName>
      <DateofBirth>string</DateofBirth>
      <Age>string</Age>
      <Gender>string</Gender>
      <Phone>string</Phone>
      <Occupation>string</Occupation>
      <Address>string</Address>
      <PinCode>string</PinCode>
      <District>string</District>
      <State>string</State>
      <AadharNo>string</AadharNo>
      <PanNo>string</PanNo>
      <IdentityProf>string</IdentityProf>
      <IdentityProfNo>string</IdentityProfNo>
      <AddressProof>string</AddressProof>
      <AddressProofNo>string</AddressProofNo>
      <PayMode>string</PayMode>
      <ToLcode>string</ToLcode>
      <TotalAmount>string</TotalAmount>
      <SchemeName>string</SchemeName>
      <PayCashAmount>string</PayCashAmount>
      <PayOnlineAmount>string</PayOnlineAmount>
      <DepositAmount>string</DepositAmount>
      <Remarks>string</Remarks>
      <UserId>string</UserId>
      <DateOfJoin>string</DateOfJoin>
      <ApplicantPic>string</ApplicantPic>
    </PUT_InsertPolicyRegistration>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <PUT_InsertPolicyRegistrationResponse xmlns="http://tempuri.org/" />
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /BISkin.asmx HTTP/1.1
Host: api.sanjeevanimart.co.in
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <PUT_InsertPolicyRegistration xmlns="http://tempuri.org/">
      <FormNo>string</FormNo>
      <ApplicationNo>string</ApplicationNo>
      <ApplicantName>string</ApplicantName>
      <GuardianName>string</GuardianName>
      <DateofBirth>string</DateofBirth>
      <Age>string</Age>
      <Gender>string</Gender>
      <Phone>string</Phone>
      <Occupation>string</Occupation>
      <Address>string</Address>
      <PinCode>string</PinCode>
      <District>string</District>
      <State>string</State>
      <AadharNo>string</AadharNo>
      <PanNo>string</PanNo>
      <IdentityProf>string</IdentityProf>
      <IdentityProfNo>string</IdentityProfNo>
      <AddressProof>string</AddressProof>
      <AddressProofNo>string</AddressProofNo>
      <PayMode>string</PayMode>
      <ToLcode>string</ToLcode>
      <TotalAmount>string</TotalAmount>
      <SchemeName>string</SchemeName>
      <PayCashAmount>string</PayCashAmount>
      <PayOnlineAmount>string</PayOnlineAmount>
      <DepositAmount>string</DepositAmount>
      <Remarks>string</Remarks>
      <UserId>string</UserId>
      <DateOfJoin>string</DateOfJoin>
      <ApplicantPic>string</ApplicantPic>
    </PUT_InsertPolicyRegistration>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <PUT_InsertPolicyRegistrationResponse xmlns="http://tempuri.org/" />
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /BISkin.asmx/PUT_InsertPolicyRegistration?FormNo=string&ApplicationNo=string&ApplicantName=string&GuardianName=string&DateofBirth=string&Age=string&Gender=string&Phone=string&Occupation=string&Address=string&PinCode=string&District=string&State=string&AadharNo=string&PanNo=string&IdentityProf=string&IdentityProfNo=string&AddressProof=string&AddressProofNo=string&PayMode=string&ToLcode=string&TotalAmount=string&SchemeName=string&PayCashAmount=string&PayOnlineAmount=string&DepositAmount=string&Remarks=string&UserId=string&DateOfJoin=string&ApplicantPic=string HTTP/1.1
Host: api.sanjeevanimart.co.in
HTTP/1.1 200 OK

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /BISkin.asmx/PUT_InsertPolicyRegistration HTTP/1.1
Host: api.sanjeevanimart.co.in
Content-Type: application/x-www-form-urlencoded
Content-Length: length

FormNo=string&ApplicationNo=string&ApplicantName=string&GuardianName=string&DateofBirth=string&Age=string&Gender=string&Phone=string&Occupation=string&Address=string&PinCode=string&District=string&State=string&AadharNo=string&PanNo=string&IdentityProf=string&IdentityProfNo=string&AddressProof=string&AddressProofNo=string&PayMode=string&ToLcode=string&TotalAmount=string&SchemeName=string&PayCashAmount=string&PayOnlineAmount=string&DepositAmount=string&Remarks=string&UserId=string&DateOfJoin=string&ApplicantPic=string
HTTP/1.1 200 OK