POST api/StringsSetout/DoneHiClick

Request Information

URI Parameters

None.

Body Parameters

CheckBoxDto
NameDescriptionTypeAdditional information
Checked

boolean

None.

Visible

boolean

None.

Enabled

boolean

None.

Caption

string

None.

Request Formats

application/json, text/json

Sample:
{
  "checked": true,
  "visible": true,
  "enabled": true,
  "caption": "sample string 4"
}

application/xml, text/xml

Sample:
<CheckBoxDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto.Controls">
  <Caption>sample string 4</Caption>
  <Checked>true</Checked>
  <Enabled>true</Enabled>
  <Visible>true</Visible>
</CheckBoxDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.