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": "7527d2c6-4592-402b-8e38-7e3fb7dc6736",
  "Name": "sample string 1",
  "MusicChannelTemplatId": "23c7264f-c297-4faa-9c8d-0408063ffa6c",
  "StartTime": "sample string 3",
  "EndTime": "sample string 4",
  "PlayLevel": 5,
  "DayOfWeek": 0,
  "TotalDuration": 6.1,
  "Playlist2MusicScheduleViewModels": [
    {
      "ScheduleOfMusicId": "ec9ca37a-d425-42c2-aecb-de14c1952fbe",
      "PersonalPlayListId": "2ab5c791-99e2-45db-8660-789c30914b8a",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "ec9ca37a-d425-42c2-aecb-de14c1952fbe",
      "PersonalPlayListId": "2ab5c791-99e2-45db-8660-789c30914b8a",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "ec9ca37a-d425-42c2-aecb-de14c1952fbe",
      "PersonalPlayListId": "2ab5c791-99e2-45db-8660-789c30914b8a",
      "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"
}