POST api/Buried/InsertBuryingPointLog
请求信息
URI 参数
None.
Body 请求体 参数
INPUTCS_PX_Base_InsertBuryingPointLog| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Host | string |
None. |
|
| RequestUrl | string |
None. |
|
| RefererUrl | string |
None. |
|
| UserAgent | string |
None. |
|
| IP | integer |
None. |
|
| MonTp | integer |
None. |
|
| AreaID1 | integer |
None. |
|
| AreaID2 | integer |
None. |
|
| AreaID3 | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Host": "sample string 2",
"RequestUrl": "sample string 3",
"RefererUrl": "sample string 4",
"UserAgent": "sample string 5",
"IP": 6,
"MonTp": 7,
"AreaID1": 8,
"AreaID2": 9,
"AreaID3": 10
}
application/x-www-form-urlencoded
Sample:
Sample not available.
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.
响应消息
内容 描述
ResMsg| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
|
| Status | ResMsgStatus |
None. |
|
| Msg | string |
None. |
|
| Data | Object |
None. |
响应示例
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Status": 0,
"Msg": "sample string 2",
"Data": {}
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.