POST api/photo/EndTest

Request Information

URI Parameters

None.

Body Parameters

PhotoRequestModel
NameDescriptionTypeAdditional information
UserId

integer

None.

PropertyId

integer

None.

DraftPropertyId

integer

None.

PageTypeId

PageType

None.

ReferenceGuid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "PropertyId": 2,
  "DraftPropertyId": 3,
  "PageTypeId": 1,
  "ReferenceGuid": "sample string 4"
}

text/html

Sample:
{"UserId":1,"PropertyId":2,"DraftPropertyId":3,"PageTypeId":1,"ReferenceGuid":"sample string 4"}

application/xml, text/xml

Sample:
<PhotoRequestModel 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>
  <UserId>1</UserId>
</PhotoRequestModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.