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": "f936be92-ae4a-4dcd-906f-dd738ff2e4db",
  "Name": "sample string 1",
  "MusicChannelTemplatId": "61b779a1-d8ef-44e0-9bf9-00e57478a475",
  "StartTime": "sample string 3",
  "EndTime": "sample string 4",
  "PlayLevel": 5,
  "DayOfWeek": 0,
  "TotalDuration": 6.1,
  "Playlist2MusicScheduleViewModels": [
    {
      "ScheduleOfMusicId": "094e2395-72b1-4d47-bba6-62aa7c0c6b1d",
      "PersonalPlayListId": "ca58dba9-6d82-4c50-ab8d-4991a31947f9",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "094e2395-72b1-4d47-bba6-62aa7c0c6b1d",
      "PersonalPlayListId": "ca58dba9-6d82-4c50-ab8d-4991a31947f9",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "094e2395-72b1-4d47-bba6-62aa7c0c6b1d",
      "PersonalPlayListId": "ca58dba9-6d82-4c50-ab8d-4991a31947f9",
      "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"
}