POST api/ComponentStore/AddStyletoComponentStore

Request Information

URI Parameters

None.

Body Parameters

AddToComponentStoreViewModel
NameDescriptionTypeAdditional information
StyleId

string

None.

IsAdd

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "styleId": "sample string 1",
  "isAdd": true
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.