MERGE api/PropertyPin?key={key}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
key

string

Required

Body Parameters

DeltaOfPropertyPinModel
NameDescriptionTypeAdditional information
EntityType

Type

None.

ExpectedClrType

Type

None.

Request Formats

application/json, text/json

Sample:
{
  "AdId": null,
  "AgentId": 0,
  "BuyerId": 0,
  "Id": null,
  "ListingId": 0,
  "PinType": 0,
  "TimeStamp": "0001-01-01T00:00:00",
  "Visits": null
}

text/html

Sample:
{"AdId":null,"AgentId":0,"BuyerId":0,"Id":null,"ListingId":0,"PinType":0,"TimeStamp":"0001-01-01T00:00:00","Visits":null}

application/xml, text/xml

Sample:
<DeltaOfPropertyPinModel1aMv4_S_PB xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.Web.Http.OData" />

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Delta`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.