POST api/CommentOfPlatformMessage/PostCommentOfPlatformMessage

发表评论2201-平台消息

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "9729a73d-9734-4ab9-9bf5-740567fa187b",
  "RadioId": "82cf9e4a-85c4-41f2-be54-455bc14e3509",
  "FolderId": "2a663608-0737-4949-8741-9b97da7b0365",
  "SoundFileId": "5b6f16a9-6d8d-4386-8896-41429c61ab7b",
  "MessageId": "c7311787-da78-48cf-935c-b7fee687ac04",
  "ArtistId": "5ba22105-918f-4bc7-9062-72a6d9774602",
  "MusicId": "d7643835-6cc4-44e3-ab40-976cfd8787a7",
  "SongId": "e9b9e10b-4002-43e0-8ec6-c6a81eec9a20",
  "TargetId": "a9cb0cce-8738-43ce-8e9d-6162c18b4f44",
  "Content": "sample string 10",
  "ToCommentId": "e9cc204e-d111-4bf7-839e-653e11d40b38",
  "Spell": "sample string 11",
  "Mid": "sample string 12",
  "ToNick": "sample string 13",
  "ReceiverId": "sample string 14"
}

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"
}