POST api/photo/AddSimilarPhotos
Request Information
URI Parameters
None.
Body Parameters
AddSimilarPhotosRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| PropertyId | integer |
None. |
|
| DraftPropertyId | integer |
None. |
|
| PageTypeId | PageType |
None. |
|
| ReferenceGuid | string |
None. |
|
| SimilarReferenceGuid | string |
None. |
|
| SimilarDraftPropertyId | integer |
None. |
|
| SimilarPropertyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"PropertyId": 2,
"DraftPropertyId": 3,
"PageTypeId": 1,
"ReferenceGuid": "sample string 4",
"SimilarReferenceGuid": "sample string 5",
"SimilarDraftPropertyId": 6,
"SimilarPropertyId": 7
}
text/html
Sample:
{"UserId":1,"PropertyId":2,"DraftPropertyId":3,"PageTypeId":1,"ReferenceGuid":"sample string 4","SimilarReferenceGuid":"sample string 5","SimilarDraftPropertyId":6,"SimilarPropertyId":7}
application/xml, text/xml
Sample:
<AddSimilarPhotosRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImageProcess.Model.Models"> <DraftPropertyId>3</DraftPropertyId> <PageTypeId>community</PageTypeId> <PropertyId>2</PropertyId> <ReferenceGuid>sample string 4</ReferenceGuid> <SimilarDraftPropertyId>6</SimilarDraftPropertyId> <SimilarPropertyId>7</SimilarPropertyId> <SimilarReferenceGuid>sample string 5</SimilarReferenceGuid> <UserId>1</UserId> </AddSimilarPhotosRequestModel>
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. |