PUT api/StartUp/{id}
Request Information
Parameters
| Name | Description | Additional 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": "b2c13ca6-2a4b-4709-ac10-6637cd565c01",
"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>b2c13ca6-2a4b-4709-ac10-6637cd565c01</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.