POST api/StartUp

Request Information

Parameters

NameDescriptionAdditional information
startup
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StartUpId": "df191f54-d3cb-43f1-95ae-5dbf36376a2d",
  "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>df191f54-d3cb-43f1-95ae-5dbf36376a2d</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.