POST api/MusicChannelTemplat/AddSchedule
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ScheduleOfMusicId": "4e7fca98-460c-425f-a82d-e4161572ae48",
"Name": "sample string 1",
"MusicChannelTemplatId": "2943cb2a-44a4-442c-9a18-2f5257fe7457",
"StartTime": "sample string 3",
"EndTime": "sample string 4",
"PlayLevel": 5,
"DayOfWeek": 0,
"TotalDuration": 6.1,
"Playlist2MusicScheduleViewModels": [
{
"ScheduleOfMusicId": "8861373e-26a3-4f9a-9d74-3def48f81f21",
"PersonalPlayListId": "c3dd3a58-a1d7-4871-af43-4f455882b646",
"Index": 3,
"Duration": 4
},
{
"ScheduleOfMusicId": "8861373e-26a3-4f9a-9d74-3def48f81f21",
"PersonalPlayListId": "c3dd3a58-a1d7-4871-af43-4f455882b646",
"Index": 3,
"Duration": 4
},
{
"ScheduleOfMusicId": "8861373e-26a3-4f9a-9d74-3def48f81f21",
"PersonalPlayListId": "c3dd3a58-a1d7-4871-af43-4f455882b646",
"Index": 3,
"Duration": 4
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}