POST IdentifyIntel
智能识别
Request Information
URI Parameters
None.
Body Parameters
Post数据
IdentifyIntel| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthNum | string |
None. |
|
| type | string |
None. |
|
| pic | string |
None. |
|
| picType | string |
None. |
|
| user | string |
None. |
|
| comId | string |
None. |
|
| format | string |
None. |
|
| sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AuthNum": "sample string 1",
"type": "sample string 2",
"pic": "sample string 3",
"picType": "sample string 4",
"user": "sample string 5",
"comId": "sample string 6",
"format": "sample string 7",
"sign": "sample string 8"
}
application/xml, text/xml
Sample:
<IdentifyIntel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <AuthNum>sample string 1</AuthNum> <comId>sample string 6</comId> <format>sample string 7</format> <pic>sample string 3</pic> <picType>sample string 4</picType> <sign>sample string 8</sign> <type>sample string 2</type> <user>sample string 5</user> </IdentifyIntel>
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. |