POST api/Station/add_Newcomment

发表评论2201-Station

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "1c5dd06f-ce55-40ae-b6c9-ec1669a8ef8d",
  "RadioId": "c532c3c3-4ea6-4c45-bbfa-141c9e3c4d46",
  "FolderId": "f49e78ac-e4c4-4d5b-a323-414df991437e",
  "SoundFileId": "a2ffb0e7-c9ff-4e03-a08d-1fc508d7e7b3",
  "MessageId": "71529329-6aee-41ed-8df5-3345f99f9eda",
  "ArtistId": "131e64ec-3fdd-4b4e-b9d9-0aca212bf3e8",
  "MusicId": "3f97cda3-fba4-4eb5-b0f4-587b39956182",
  "SongId": "7467f3de-c9ca-4dfe-9275-b6611a45ae2e",
  "TargetId": "4a26b39a-3444-49b4-a0d9-b87473c14122",
  "Content": "sample string 10",
  "ToCommentId": "613708d9-0270-470f-89ba-4b3f26f23716",
  "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"
}