BISkin
Click here for a complete list of operations.
PUT_MaturityRequesition
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /Index.asmx HTTP/1.1
Host: api.kanyavivahvikashsociety.co.in
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/PUT_MaturityRequesition"
<?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_MaturityRequesition xmlns="http://tempuri.org/">
<BrideName>string</BrideName>
<FROMNO>string</FROMNO>
<BRIDEDOB>string</BRIDEDOB>
<DATEOFENT>string</DATEOFENT>
<ADHARNO>string</ADHARNO>
<ApplicantName>string</ApplicantName>
<APPLICANTfATHER>string</APPLICANTfATHER>
<GroomDOB>string</GroomDOB>
<BrideFather>string</BrideFather>
<BrideMother>string</BrideMother>
<Address>string</Address>
<Village>string</Village>
<NearestLocation>string</NearestLocation>
<PostOffice>string</PostOffice>
<PoliceStation>string</PoliceStation>
<State>string</State>
<District>string</District>
<Block>string</Block>
<Panchayat>string</Panchayat>
<Pincode>string</Pincode>
<BrideRelation>string</BrideRelation>
<BrideQulification>string</BrideQulification>
<Nationality>string</Nationality>
<GroomName>string</GroomName>
<Groomfather>string</Groomfather>
<CastReligion>string</CastReligion>
<EQualification>string</EQualification>
<Occupation>string</Occupation>
<ispolicy>string</ispolicy>
<joingdate>string</joingdate>
<brideoccupation>string</brideoccupation>
<BridePhone>string</BridePhone>
<GroomPhone>string</GroomPhone>
<amount>string</amount>
<dateofmarrage>string</dateofmarrage>
<BCODE>string</BCODE>
<UserID>string</UserID>
<ArrangerCode>string</ArrangerCode>
<ChkCleared>string</ChkCleared>
<BrideNationality>string</BrideNationality>
<AddressBride>string</AddressBride>
<CastGroom>string</CastGroom>
<GroomAddhar>string</GroomAddhar>
<REMARKS>string</REMARKS>
<STATUS>string</STATUS>
<MaturityAmount>string</MaturityAmount>
<Term>string</Term>
<REQUISITIONDATE>string</REQUISITIONDATE>
<BADDHAR>string</BADDHAR>
<GADHAR>string</GADHAR>
<JPHOTO>string</JPHOTO>
<MaturityRegPics>string</MaturityRegPics>
</PUT_MaturityRequesition>
</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_MaturityRequesitionResponse 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 /Index.asmx HTTP/1.1
Host: api.kanyavivahvikashsociety.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_MaturityRequesition xmlns="http://tempuri.org/">
<BrideName>string</BrideName>
<FROMNO>string</FROMNO>
<BRIDEDOB>string</BRIDEDOB>
<DATEOFENT>string</DATEOFENT>
<ADHARNO>string</ADHARNO>
<ApplicantName>string</ApplicantName>
<APPLICANTfATHER>string</APPLICANTfATHER>
<GroomDOB>string</GroomDOB>
<BrideFather>string</BrideFather>
<BrideMother>string</BrideMother>
<Address>string</Address>
<Village>string</Village>
<NearestLocation>string</NearestLocation>
<PostOffice>string</PostOffice>
<PoliceStation>string</PoliceStation>
<State>string</State>
<District>string</District>
<Block>string</Block>
<Panchayat>string</Panchayat>
<Pincode>string</Pincode>
<BrideRelation>string</BrideRelation>
<BrideQulification>string</BrideQulification>
<Nationality>string</Nationality>
<GroomName>string</GroomName>
<Groomfather>string</Groomfather>
<CastReligion>string</CastReligion>
<EQualification>string</EQualification>
<Occupation>string</Occupation>
<ispolicy>string</ispolicy>
<joingdate>string</joingdate>
<brideoccupation>string</brideoccupation>
<BridePhone>string</BridePhone>
<GroomPhone>string</GroomPhone>
<amount>string</amount>
<dateofmarrage>string</dateofmarrage>
<BCODE>string</BCODE>
<UserID>string</UserID>
<ArrangerCode>string</ArrangerCode>
<ChkCleared>string</ChkCleared>
<BrideNationality>string</BrideNationality>
<AddressBride>string</AddressBride>
<CastGroom>string</CastGroom>
<GroomAddhar>string</GroomAddhar>
<REMARKS>string</REMARKS>
<STATUS>string</STATUS>
<MaturityAmount>string</MaturityAmount>
<Term>string</Term>
<REQUISITIONDATE>string</REQUISITIONDATE>
<BADDHAR>string</BADDHAR>
<GADHAR>string</GADHAR>
<JPHOTO>string</JPHOTO>
<MaturityRegPics>string</MaturityRegPics>
</PUT_MaturityRequesition>
</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_MaturityRequesitionResponse 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 /Index.asmx/PUT_MaturityRequesition?BrideName=string&FROMNO=string&BRIDEDOB=string&DATEOFENT=string&ADHARNO=string&ApplicantName=string&APPLICANTfATHER=string&GroomDOB=string&BrideFather=string&BrideMother=string&Address=string&Village=string&NearestLocation=string&PostOffice=string&PoliceStation=string&State=string&District=string&Block=string&Panchayat=string&Pincode=string&BrideRelation=string&BrideQulification=string&Nationality=string&GroomName=string&Groomfather=string&CastReligion=string&EQualification=string&Occupation=string&ispolicy=string&joingdate=string&brideoccupation=string&BridePhone=string&GroomPhone=string&amount=string&dateofmarrage=string&BCODE=string&UserID=string&ArrangerCode=string&ChkCleared=string&BrideNationality=string&AddressBride=string&CastGroom=string&GroomAddhar=string&REMARKS=string&STATUS=string&MaturityAmount=string&Term=string&REQUISITIONDATE=string&BADDHAR=string&GADHAR=string&JPHOTO=string&MaturityRegPics=string HTTP/1.1 Host: api.kanyavivahvikashsociety.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 /Index.asmx/PUT_MaturityRequesition HTTP/1.1 Host: api.kanyavivahvikashsociety.co.in Content-Type: application/x-www-form-urlencoded Content-Length: length BrideName=string&FROMNO=string&BRIDEDOB=string&DATEOFENT=string&ADHARNO=string&ApplicantName=string&APPLICANTfATHER=string&GroomDOB=string&BrideFather=string&BrideMother=string&Address=string&Village=string&NearestLocation=string&PostOffice=string&PoliceStation=string&State=string&District=string&Block=string&Panchayat=string&Pincode=string&BrideRelation=string&BrideQulification=string&Nationality=string&GroomName=string&Groomfather=string&CastReligion=string&EQualification=string&Occupation=string&ispolicy=string&joingdate=string&brideoccupation=string&BridePhone=string&GroomPhone=string&amount=string&dateofmarrage=string&BCODE=string&UserID=string&ArrangerCode=string&ChkCleared=string&BrideNationality=string&AddressBride=string&CastGroom=string&GroomAddhar=string&REMARKS=string&STATUS=string&MaturityAmount=string&Term=string&REQUISITIONDATE=string&BADDHAR=string&GADHAR=string&JPHOTO=string&MaturityRegPics=string
HTTP/1.1 200 OK