POST api/Block/Load_All_Block
Request Information
URI Parameters
None.
Body Parameters
Load_All_Block_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Device_Regn_ID | string |
None. |
|
| IMEI_Number | string |
None. |
|
| Os_Version | string |
None. |
|
| Emp_ID | integer |
None. |
|
| DEPT_ID | integer |
None. |
|
| Zone_ID | integer |
None. |
|
| Flag | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Device_Regn_ID": "sample string 1",
"IMEI_Number": "sample string 2",
"Os_Version": "sample string 3",
"Emp_ID": 4,
"DEPT_ID": 5,
"Zone_ID": 6,
"Flag": 7
}
multipart/form-data
Sample:
{"Device_Regn_ID":"sample string 1","IMEI_Number":"sample string 2","Os_Version":"sample string 3","Emp_ID":4,"DEPT_ID":5,"Zone_ID":6,"Flag":7}
application/xml, text/xml
Sample:
<Load_All_Block_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> <Emp_ID>4</Emp_ID> <DEPT_ID>5</DEPT_ID> <Zone_ID>6</Zone_ID> <Flag>7</Flag> </Load_All_Block_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. |