POST api/MasterData/Load_IncidentSubTypes
Request Information
URI Parameters
None.
Body Parameters
Load_EventTypes_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. |
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
}
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}
application/xml, text/xml
Sample:
<Load_EventTypes_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> </Load_EventTypes_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. |