POST api/BeltLook/IntentionPost
Request Information
URI Parameters
None.
Body Parameters
IntentionPostVModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RelationHouseID | globally unique identifier |
None. |
|
| LookResult | integer |
None. |
|
| Remark | string |
None. |
|
| Score | string |
None. |
|
| Coordinate | string |
None. |
|
| Address | string |
None. |
|
| ImageUrl | string |
None. |
|
| VideoUrl | string |
None. |
|
| NoLook | integer |
None. |
|
| AppID | string |
None. |
|
| AuxiliaryID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"RelationHouseID": "138b2205-6b60-41af-8bc7-761fb4bca1de",
"LookResult": 2,
"Remark": "sample string 3",
"Score": "sample string 4",
"Coordinate": "sample string 5",
"Address": "sample string 6",
"ImageUrl": "sample string 7",
"VideoUrl": "sample string 8",
"NoLook": 9,
"AppID": "sample string 10",
"AuxiliaryID": "e498c566-9bdc-41c9-8e02-50c8b9beefb2"
}
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. |