POST api/Component/SetDefaultTemplate

Request Information

URI Parameters

None.

Body Parameters

ComponentManageViewModel
NameDescriptionTypeAdditional information
IsStair

boolean

None.

DeleteAll

boolean

None.

IsDefault

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "isStair": true,
  "deleteAll": true,
  "isDefault": true
}

application/xml, text/xml

Sample:
<ComponentManageViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
  <DeleteAll>true</DeleteAll>
  <IsDefault>true</IsDefault>
  <IsStair>true</IsStair>
</ComponentManageViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.