POST api/StartUp
Request Information
Parameters
Name | Description | Additional 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:
Response Information
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.