PUT api/store-portal/hero
Request Information
URI Parameters
None.
Body Parameters
StoreHeroUpdateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| HeroImageUrl | string |
None. |
|
| HeroTitle | string |
None. |
|
| HeroSubtitle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"heroImageUrl": "sample string 1",
"heroTitle": "sample string 2",
"heroSubtitle": "sample string 3"
}
application/xml, text/xml
Sample:
<StoreHeroUpdateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.StorePortal"> <HeroImageUrl>sample string 1</HeroImageUrl> <HeroSubtitle>sample string 3</HeroSubtitle> <HeroTitle>sample string 2</HeroTitle> </StoreHeroUpdateRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.