POST api/DeviceInfo/DeviceInfoInsertion
Request Information
URI Parameters
None.
Body Parameters
DeviceInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BrId | decimal number |
None. |
|
| UserType | string |
None. |
|
| UserAgent | string |
None. |
|
| UserAgentInfoJson | string |
None. |
|
| UserInfoId | decimal number |
None. |
|
| TablePage | string |
None. |
|
| TablePkId | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"BrId": 1.0,
"UserType": "sample string 2",
"UserAgent": "sample string 3",
"UserAgentInfoJson": "sample string 4",
"UserInfoId": 5.0,
"TablePage": "sample string 6",
"TablePkId": 1.0
}
application/xml, text/xml
Sample:
<DeviceInfoViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModels"> <BrId>1</BrId> <TablePage>sample string 6</TablePage> <TablePkId>1</TablePkId> <UserAgent>sample string 3</UserAgent> <UserAgentInfoJson>sample string 4</UserAgentInfoJson> <UserInfoId>5</UserInfoId> <UserType>sample string 2</UserType> </DeviceInfoViewModel>
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. |