POST api/MusicChannelTemplat/AddSchedule

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ScheduleOfMusicId": "39b2f472-a91c-430f-bbd3-d984fe2cda7c",
  "Name": "sample string 1",
  "MusicChannelTemplatId": "2bf22b8d-b598-42bd-9919-9a74eb77de4f",
  "StartTime": "sample string 3",
  "EndTime": "sample string 4",
  "PlayLevel": 5,
  "DayOfWeek": 0,
  "TotalDuration": 6.1,
  "Playlist2MusicScheduleViewModels": [
    {
      "ScheduleOfMusicId": "ddf57295-d60c-4038-bd9a-b72ac3f07505",
      "PersonalPlayListId": "f2ede7c5-45b2-44bb-b365-7d6c59e4c7fd",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "ddf57295-d60c-4038-bd9a-b72ac3f07505",
      "PersonalPlayListId": "f2ede7c5-45b2-44bb-b365-7d6c59e4c7fd",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "ddf57295-d60c-4038-bd9a-b72ac3f07505",
      "PersonalPlayListId": "f2ede7c5-45b2-44bb-b365-7d6c59e4c7fd",
      "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"
}