PUT v1/Event/{id}/DayPart
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
EventDayPartToggleViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DayPartGuid | globally unique identifier |
None. |
|
| Toggle | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DayPartGuid": "47a065e5-f16d-44bf-8459-a013daa104b3",
"Toggle": true
}
application/octet-stream
Sample:
{"DayPartGuid":"47a065e5-f16d-44bf-8459-a013daa104b3","Toggle":true}
application/xml, text/xml
Sample:
<EventDayPartToggleViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Interpulse.EventSystem.ViewModels.Services.Models"> <DayPartGuid>47a065e5-f16d-44bf-8459-a013daa104b3</DayPartGuid> <Toggle>true</Toggle> </EventDayPartToggleViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.