POST api/ComponentStore/SetComponentStoreModelToStyle

Request Information

URI Parameters

None.

Body Parameters

ComponentStoreSelectViewModel
NameDescriptionTypeAdditional information
StoreGuid

string

None.

StyleId

string

None.

ApplyDefaults

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "storeGuid": "sample string 1",
  "styleId": "sample string 2",
  "applyDefaults": true
}

application/xml, text/xml

Sample:
<ComponentStoreSelectViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
  <ApplyDefaults>true</ApplyDefaults>
  <StoreGuid>sample string 1</StoreGuid>
  <StyleId>sample string 2</StyleId>
</ComponentStoreSelectViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.