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": "55985bd4-40f5-40e4-a1ac-4239e0c2bfcb",
  "Name": "sample string 1",
  "MusicChannelTemplatId": "965f18ba-3aa3-45d5-bef1-523f6eca8423",
  "StartTime": "sample string 3",
  "EndTime": "sample string 4",
  "PlayLevel": 5,
  "DayOfWeek": 0,
  "TotalDuration": 6.1,
  "Playlist2MusicScheduleViewModels": [
    {
      "ScheduleOfMusicId": "853e38a4-62f9-4268-a3f1-4e5b4598764e",
      "PersonalPlayListId": "404640d2-2a4c-4cc0-833e-be2f990beeb6",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "853e38a4-62f9-4268-a3f1-4e5b4598764e",
      "PersonalPlayListId": "404640d2-2a4c-4cc0-833e-be2f990beeb6",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "853e38a4-62f9-4268-a3f1-4e5b4598764e",
      "PersonalPlayListId": "404640d2-2a4c-4cc0-833e-be2f990beeb6",
      "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"
}