POST api/PatientData/Load_PatientData
Request Information
URI Parameters
None.
Body Parameters
Load_PatientData_Input| Name | Description | Type | Additional information | 
|---|---|---|---|
| Device_Regn_ID | string | 
                             None.  | 
                |
| IMEI_Number | string | 
                             None.  | 
                |
| Os_Version | string | 
                             None.  | 
                |
| DEPT_ID | integer | 
                             None.  | 
                |
| USER_ID | integer | 
                             None.  | 
                |
| PD_No | string | 
                             None.  | 
                |
| MOBILE_NO | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Device_Regn_ID": "sample string 1",
  "IMEI_Number": "sample string 2",
  "Os_Version": "sample string 3",
  "DEPT_ID": 4,
  "USER_ID": 5,
  "PD_No": "sample string 6",
  "MOBILE_NO": "sample string 7"
}
        multipart/form-data
            Sample:
        
{"Device_Regn_ID":"sample string 1","IMEI_Number":"sample string 2","Os_Version":"sample string 3","DEPT_ID":4,"USER_ID":5,"PD_No":"sample string 6","MOBILE_NO":"sample string 7"}
        application/xml, text/xml
            Sample:
        <Load_PatientData_Input xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Device_Regn_ID>sample string 1</Device_Regn_ID> <IMEI_Number>sample string 2</IMEI_Number> <Os_Version>sample string 3</Os_Version> <DEPT_ID>4</DEPT_ID> <USER_ID>5</USER_ID> <PD_No>sample string 6</PD_No> <MOBILE_NO>sample string 7</MOBILE_NO> </Load_PatientData_Input>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | Version | 
                             None.  | 
                |
| Content | HttpContent | 
                             None.  | 
                |
| StatusCode | HttpStatusCode | 
                             None.  | 
                |
| ReasonPhrase | string | 
                             None.  | 
                |
| Headers | Collection of Object | 
                             None.  | 
                |
| RequestMessage | HttpRequestMessage | 
                             None.  | 
                |
| IsSuccessStatusCode | boolean | 
                             None.  |