POST api/Radio/SetSortTypeIssueOnlyNotPlay
2.84设置个人电台节目顺序,包含节目期次,是否仅包含未播放的节目(5007)
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
viewModel |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserId": "e0c51844-2a26-4418-a6b1-4ea9d5a08a71", "UserNick": "sample string 2", "HeaderUrl": "sample string 3", "RadioId": "cbc922dd-ad72-4be1-81af-2b63924a09dc", "Name": "sample string 5", "CoverImage": "sample string 6", "Intro": "sample string 7", "Tags": [ { "TagId": "38a547d3-86f4-4006-8e6e-bcd1b28608f7", "Name": "sample string 2", "CoverImageUrl": "sample string 3", "sortnumber": 4 }, { "TagId": "38a547d3-86f4-4006-8e6e-bcd1b28608f7", "Name": "sample string 2", "CoverImageUrl": "sample string 3", "sortnumber": 4 }, { "TagId": "38a547d3-86f4-4006-8e6e-bcd1b28608f7", "Name": "sample string 2", "CoverImageUrl": "sample string 3", "sortnumber": 4 } ], "NumberOfPlay": 8, "NumberOfFolder": 9, "NumberOfSoundFile": 10, "SortType": 0, "OnlyNotPlay": true, "NumberOfSubscriber": 12, "CreateTime": 13, "IsSubscribed": 14, "Issue": 15, "NumberToBeCached": 16, "QRImageUrl": "sample string 17", "HomepageUrl": "sample string 18", "Identifier": "sample string 19", "SmallImagePath": "sample string 20", "LargeImagePath": "sample string 21", "MiddleImagePath": "sample string 22", "OSSImagePath": "sample string 23", "QrImage": "sample string 24" }
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" }