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": "a680ca25-3177-4c83-8570-34bfbe8e32f5",
  "Name": "sample string 1",
  "MusicChannelTemplatId": "488f311b-6ecf-4bb0-bdb7-4080f98a4e8b",
  "StartTime": "sample string 3",
  "EndTime": "sample string 4",
  "PlayLevel": 5,
  "DayOfWeek": 0,
  "TotalDuration": 6.1,
  "Playlist2MusicScheduleViewModels": [
    {
      "ScheduleOfMusicId": "4fe4671b-238f-430c-82af-5b192807e5ec",
      "PersonalPlayListId": "0d3729a8-3734-4d28-bce8-fc7b9bf612c4",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "4fe4671b-238f-430c-82af-5b192807e5ec",
      "PersonalPlayListId": "0d3729a8-3734-4d28-bce8-fc7b9bf612c4",
      "Index": 3,
      "Duration": 4
    },
    {
      "ScheduleOfMusicId": "4fe4671b-238f-430c-82af-5b192807e5ec",
      "PersonalPlayListId": "0d3729a8-3734-4d28-bce8-fc7b9bf612c4",
      "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"
}