Index
Click here for a complete list of operations.
AgentInsert
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: android.kishalaycare.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/AgentInsert"
<?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>
<AgentInsert xmlns="http://tempuri.org/">
<agentID>string</agentID>
<firstname>string</firstname>
<lastname>string</lastname>
<fname>string</fname>
<spoucename>string</spoucename>
<relationshipwithspouce>string</relationshipwithspouce>
<addressline>string</addressline>
<lane>string</lane>
<landmark>string</landmark>
<iSagentnochek>int</iSagentnochek>
<AgentPin>string</AgentPin>
<ischeck>int</ischeck>
<dateofbirth>int</dateofbirth>
<createdIP>string</createdIP>
<createdBy>int</createdBy>
<PANImagePath>string</PANImagePath>
<aadharBackPath>string</aadharBackPath>
<agentImagePath>string</agentImagePath>
<aadharFrontPath>string</aadharFrontPath>
<password>string</password>
<KishalayCareCoochName>string</KishalayCareCoochName>
<pan>string</pan>
<KishalayCareCoochNoID>string</KishalayCareCoochNoID>
<aadharno>string</aadharno>
<country>string</country>
<statename>string</statename>
<city>string</city>
<district>string</district>
<postoffice>string</postoffice>
<village>string</village>
<phoneno>string</phoneno>
<email>string</email>
<pincode>string</pincode>
<bankname>string</bankname>
<branchname>string</branchname>
<BankACNo>string</BankACNo>
<IFSCCode>string</IFSCCode>
</AgentInsert>
</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>
<AgentInsertResponse 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: android.kishalaycare.com
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>
<AgentInsert xmlns="http://tempuri.org/">
<agentID>string</agentID>
<firstname>string</firstname>
<lastname>string</lastname>
<fname>string</fname>
<spoucename>string</spoucename>
<relationshipwithspouce>string</relationshipwithspouce>
<addressline>string</addressline>
<lane>string</lane>
<landmark>string</landmark>
<iSagentnochek>int</iSagentnochek>
<AgentPin>string</AgentPin>
<ischeck>int</ischeck>
<dateofbirth>int</dateofbirth>
<createdIP>string</createdIP>
<createdBy>int</createdBy>
<PANImagePath>string</PANImagePath>
<aadharBackPath>string</aadharBackPath>
<agentImagePath>string</agentImagePath>
<aadharFrontPath>string</aadharFrontPath>
<password>string</password>
<KishalayCareCoochName>string</KishalayCareCoochName>
<pan>string</pan>
<KishalayCareCoochNoID>string</KishalayCareCoochNoID>
<aadharno>string</aadharno>
<country>string</country>
<statename>string</statename>
<city>string</city>
<district>string</district>
<postoffice>string</postoffice>
<village>string</village>
<phoneno>string</phoneno>
<email>string</email>
<pincode>string</pincode>
<bankname>string</bankname>
<branchname>string</branchname>
<BankACNo>string</BankACNo>
<IFSCCode>string</IFSCCode>
</AgentInsert>
</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>
<AgentInsertResponse 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/AgentInsert?agentID=string&firstname=string&lastname=string&fname=string&spoucename=string&relationshipwithspouce=string&addressline=string&lane=string&landmark=string&iSagentnochek=string&AgentPin=string&ischeck=string&dateofbirth=string&createdIP=string&createdBy=string&PANImagePath=string&aadharBackPath=string&agentImagePath=string&aadharFrontPath=string&password=string&KishalayCareCoochName=string&pan=string&KishalayCareCoochNoID=string&aadharno=string&country=string&statename=string&city=string&district=string&postoffice=string&village=string&phoneno=string&email=string&pincode=string&bankname=string&branchname=string&BankACNo=string&IFSCCode=string HTTP/1.1 Host: android.kishalaycare.com
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/AgentInsert HTTP/1.1 Host: android.kishalaycare.com Content-Type: application/x-www-form-urlencoded Content-Length: length agentID=string&firstname=string&lastname=string&fname=string&spoucename=string&relationshipwithspouce=string&addressline=string&lane=string&landmark=string&iSagentnochek=string&AgentPin=string&ischeck=string&dateofbirth=string&createdIP=string&createdBy=string&PANImagePath=string&aadharBackPath=string&agentImagePath=string&aadharFrontPath=string&password=string&KishalayCareCoochName=string&pan=string&KishalayCareCoochNoID=string&aadharno=string&country=string&statename=string&city=string&district=string&postoffice=string&village=string&phoneno=string&email=string&pincode=string&bankname=string&branchname=string&BankACNo=string&IFSCCode=string
HTTP/1.1 200 OK