PUT api/store-portal/hero

Request Information

URI Parameters

None.

Body Parameters

StoreHeroUpdateRequest
NameDescriptionTypeAdditional 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:

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.