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": "eefd8cb3-8ae3-465d-b226-02ae77f5dd72",
  "RadioId": "b16ab947-0e98-402a-a39d-52c444bb4eb0",
  "FolderId": "f2fa10c6-ca17-4916-adf0-0efac1e08dfe",
  "SoundFileId": "f9b9e212-2e10-4532-9d11-6e431bfd014f",
  "MessageId": "eeb5de02-803f-466f-ab44-d574764314e5",
  "ArtistId": "9d63bae3-6d32-4462-bb73-1b53686e4ee5",
  "MusicId": "0f555251-f40c-4aae-9dd0-1adca120e716",
  "SongId": "6a449f72-3091-4957-a524-144401a3ebd3",
  "TargetId": "4219bf1a-7d3b-4c5f-92f1-a2490c1b99da",
  "Content": "sample string 10",
  "ToCommentId": "bb8a2f20-3589-4176-9b7d-db388a7bab4e",
  "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"
}