POST api/MusicChannelTemplat/UpdateSchedule

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ScheduleOfMusicId": "844961d1-4f0a-4dcc-9229-fc85d51f3ed7",
  "Name": "sample string 1",
  "MusicChannelTemplatId": "66c9650c-f00e-40ab-a1bf-04c77790a6df",
  "StartTime": "sample string 3",
  "EndTime": "sample string 4",
  "PlayLevel": 5,
  "DayOfWeek": 0,
  "TotalDuration": 6.1,
  "Playlist2MusicScheduleViewModels": [
    {
      "ScheduleOfMusicId": "4db3659f-71b0-4703-a45b-29a9ce57f9b0",
      "PersonalPlayListId": "97491560-149d-4c09-b059-93342d7d9c57",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "4db3659f-71b0-4703-a45b-29a9ce57f9b0",
      "PersonalPlayListId": "97491560-149d-4c09-b059-93342d7d9c57",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "4db3659f-71b0-4703-a45b-29a9ce57f9b0",
      "PersonalPlayListId": "97491560-149d-4c09-b059-93342d7d9c57",
      "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"
}