GET api/Products/Embed/Detail?productId={productId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductDetailEmbedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmbedCode | string |
None. |
|
| Viewer360 | string |
None. |
|
| ProductId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"embedCode": "sample string 1",
"viewer360": "sample string 2",
"productId": 3
}
application/xml, text/xml
Sample:
<ProductDetailEmbedModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.Product"> <EmbedCode>sample string 1</EmbedCode> <ProductId>3</ProductId> <Viewer360>sample string 2</Viewer360> </ProductDetailEmbedModel>