Attandance1


Click here for a complete list of operations.

NewDoctorRegistration

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
AppKey:
DoctorRegistrationId:
DoctorName:
EmployeeCode:
Designation:
ParmanentAddress1:
ParmanentAddress2:
ParmanentState:
ParmanentDistrict:
CrosspondigAddress1:
CrosspondigAddress2:
CrosspondigState:
CrosspondigDistrict:
MobileNo:
EmailId:
AadharNo:

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 /Attandance.asmx HTTP/1.1
Host: service.dmftbokaro.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/NewDoctorRegistration"

<?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>
    <NewDoctorRegistration xmlns="http://tempuri.org/">
      <AppKey>string</AppKey>
      <DoctorRegistrationId>int</DoctorRegistrationId>
      <DoctorName>string</DoctorName>
      <EmployeeCode>string</EmployeeCode>
      <Designation>string</Designation>
      <ParmanentAddress1>string</ParmanentAddress1>
      <ParmanentAddress2>string</ParmanentAddress2>
      <ParmanentState>string</ParmanentState>
      <ParmanentDistrict>string</ParmanentDistrict>
      <CrosspondigAddress1>string</CrosspondigAddress1>
      <CrosspondigAddress2>string</CrosspondigAddress2>
      <CrosspondigState>string</CrosspondigState>
      <CrosspondigDistrict>string</CrosspondigDistrict>
      <MobileNo>string</MobileNo>
      <EmailId>string</EmailId>
      <AadharNo>string</AadharNo>
    </NewDoctorRegistration>
  </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>
    <NewDoctorRegistrationResponse 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 /Attandance.asmx HTTP/1.1
Host: service.dmftbokaro.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>
    <NewDoctorRegistration xmlns="http://tempuri.org/">
      <AppKey>string</AppKey>
      <DoctorRegistrationId>int</DoctorRegistrationId>
      <DoctorName>string</DoctorName>
      <EmployeeCode>string</EmployeeCode>
      <Designation>string</Designation>
      <ParmanentAddress1>string</ParmanentAddress1>
      <ParmanentAddress2>string</ParmanentAddress2>
      <ParmanentState>string</ParmanentState>
      <ParmanentDistrict>string</ParmanentDistrict>
      <CrosspondigAddress1>string</CrosspondigAddress1>
      <CrosspondigAddress2>string</CrosspondigAddress2>
      <CrosspondigState>string</CrosspondigState>
      <CrosspondigDistrict>string</CrosspondigDistrict>
      <MobileNo>string</MobileNo>
      <EmailId>string</EmailId>
      <AadharNo>string</AadharNo>
    </NewDoctorRegistration>
  </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>
    <NewDoctorRegistrationResponse 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 /Attandance.asmx/NewDoctorRegistration?AppKey=string&DoctorRegistrationId=string&DoctorName=string&EmployeeCode=string&Designation=string&ParmanentAddress1=string&ParmanentAddress2=string&ParmanentState=string&ParmanentDistrict=string&CrosspondigAddress1=string&CrosspondigAddress2=string&CrosspondigState=string&CrosspondigDistrict=string&MobileNo=string&EmailId=string&AadharNo=string HTTP/1.1
Host: service.dmftbokaro.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 /Attandance.asmx/NewDoctorRegistration HTTP/1.1
Host: service.dmftbokaro.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

AppKey=string&DoctorRegistrationId=string&DoctorName=string&EmployeeCode=string&Designation=string&ParmanentAddress1=string&ParmanentAddress2=string&ParmanentState=string&ParmanentDistrict=string&CrosspondigAddress1=string&CrosspondigAddress2=string&CrosspondigState=string&CrosspondigDistrict=string&MobileNo=string&EmailId=string&AadharNo=string
HTTP/1.1 200 OK