PUT api/Products/Embed/Update

Request Information

URI Parameters

None.

Body Parameters

ProductDetailEmbedBinddingModel
NameDescriptionTypeAdditional information
ProductId

integer

Required

EmbedCode

string

None.

Viewer360

string

None.

Request Formats

application/json, text/json

Sample:
{
  "productId": 1,
  "embedCode": "sample string 2",
  "viewer360": "sample string 3"
}

application/xml, text/xml

Sample:
<ProductDetailEmbedBinddingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product">
  <EmbedCode>sample string 2</EmbedCode>
  <ProductId>1</ProductId>
  <Viewer360>sample string 3</Viewer360>
</ProductDetailEmbedBinddingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.