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": "70cf63bd-c682-46b6-ab62-4098bc1d1448",
"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>70cf63bd-c682-46b6-ab62-4098bc1d1448</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.