<back to all web services
GetProductCatalogPageImage
The following routes are available for this service:All Verbs | /service/GetProductCatalogPageImage/{Id} | | |
---|
All Verbs | /service/GetProductCatalogPageImage/{Id}/{ConstrainTo} | | |
---|
GetProductCatalogPageImage Parameters:Name | Parameter | Data Type | Required | Description |
---|
ConstrainTo | path | int? | No | |
ProductCatalogPage Parameters:Name | Parameter | Data Type | Required | Description |
---|
Id | form | string | No | |
CatalogId | form | string | No | |
SectionId | form | string | No | |
PageNum | form | int | No | |
Position | form | int | No | |
RepCustom | form | bool | No | |
MediaId | form | string | No | |
ModifiedOn | form | DateTime | No | |
LastModifiedOn | form | DateTime | No | |
Label | form | string | No | |
Attributes | form | ProductCatalogPageAttributes | No | |
Url | form | string | No | |
Overview | form | string | No | |
Description | form | string | No | |
Width | form | double? | No | |
Height | form | double? | No | |
Type | form | string | No | |
PageCount | form | int? | No | |
Layout | form | string | No | |
Hotspots | form | List<ProductCatalogHotspot> | No | |
EntityBase<K> Parameters:Name | Parameter | Data Type | Required | Description |
---|
Id | form | K | No | |
ProductCatalogPageAttributes Parameters:Name | Parameter | Data Type | Required | Description |
---|
Id | form | int | No | |
Euid | form | Guid? | No | |
Label | form | string | No | |
Description | form | string | No | |
Overview | form | string | No | |
Realm | form | string | No | |
Url | form | string | No | |
ContentType | form | string | No | |
Height | form | double? | No | |
Width | form | double? | No | |
RefId | form | string | No | |
ProductCatalogHotspot Parameters:Name | Parameter | Data Type | Required | Description |
---|
Id | form | string | No | |
PageId | form | string | No | |
Action | form | HotspotActions | No | |
ProductId | form | string | No | |
MediaId | form | string | No | |
YouTubeId | form | string | No | |
ExternalResource | form | string | No | |
LinkedSectionId | form | string | No | |
LinkedCatalogId | form | string | No | |
LinkedPageId | form | string | No | |
Meta | form | Dictionary<string, string> | No | |
ProductIds | form | IEnumerable<string> | No | |
OriginalWidth | form | int | No | |
OriginalHeight | form | int | No | |
Left | form | int | No | |
Top | form | int | No | |
Right | form | int | No | |
Bottom | form | int | No | |
Width | form | int | No | |
Height | form | int | No | |
Generated | form | bool | No | |
RepCustom | form | bool | No | |
Position | form | int | No | |
ModifiedOn | form | DateTime | No | |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /service/GetProductCatalogPageImage/{Id} HTTP/1.1
Host: www.bernhardthospitality.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<GetProductCatalogPageImage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Emun.Products">
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<Attributes>
<ContentType>String</ContentType>
<Description>String</Description>
<Euid>00000000-0000-0000-0000-000000000000</Euid>
<Height>0</Height>
<Id>0</Id>
<Label>String</Label>
<Overview>String</Overview>
<Realm>String</Realm>
<RefId>String</RefId>
<Url>String</Url>
<Width>0</Width>
</Attributes>
<CatalogId>String</CatalogId>
<Description>String</Description>
<Height>0</Height>
<Hotspots>
<ProductCatalogHotspot>
<Id xmlns="http://schemas.datacontract.org/2004/07/ServiceStack">String</Id>
<Action>None</Action>
<Bottom>0</Bottom>
<Generated>false</Generated>
<Height>0</Height>
<Left>0</Left>
<Meta xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:KeyValueOfstringstring>
<d4p1:Key>String</d4p1:Key>
<d4p1:Value>String</d4p1:Value>
</d4p1:KeyValueOfstringstring>
</Meta>
<ModifiedOn>0001-01-01T00:00:00</ModifiedOn>
<OriginalHeight>0</OriginalHeight>
<OriginalWidth>0</OriginalWidth>
<PageId>String</PageId>
<Position>0</Position>
<ProductId>String</ProductId>
<ProductIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<RepCustom>false</RepCustom>
<Right>0</Right>
<Top>0</Top>
<Width>0</Width>
</ProductCatalogHotspot>
</Hotspots>
<Label>String</Label>
<LastModifiedOn>0001-01-01T00:00:00</LastModifiedOn>
<Layout>String</Layout>
<MediaId>String</MediaId>
<ModifiedOn>0001-01-01T00:00:00</ModifiedOn>
<Overview>String</Overview>
<PageCount>0</PageCount>
<PageNum>0</PageNum>
<Position>0</Position>
<RepCustom>false</RepCustom>
<SectionId>String</SectionId>
<Type>String</Type>
<Url>String</Url>
<Width>0</Width>
<ConstrainTo>0</ConstrainTo>
</GetProductCatalogPageImage>