PUT api/StartUp/{id}

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

startup
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StartUpId": "c9830530-24e9-4130-baf9-bb4662d2a9f9",
  "Is_Banner_Set": true
}

application/xml, text/xml

Sample:
<StartUp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeSettings.DAL">
  <Is_Banner_Set>true</Is_Banner_Set>
  <StartUpId>c9830530-24e9-4130-baf9-bb4662d2a9f9</StartUpId>
</StartUp>

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 'StartUp'.

Response Information

Response body formats

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

Sample:

Sample not available.