POST api/Station/add_comment

发表评论2201-Station

Request Information

Parameters

NameDescriptionAdditional information
comment

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "StationId": "4962506c-9d6d-44f7-9fc5-4ab98b0b7fbb",
  "RadioId": "cfdb9efe-7a4a-47da-a1d3-751fd30011bd",
  "FolderId": "c430bf88-1ab1-49b8-ad1d-61bf647574f3",
  "SoundFileId": "458cd06d-88fc-4faf-9576-b7ff7fb60f93",
  "MessageId": "dfa7f7c2-78f0-4352-abc8-f1da6c55723c",
  "ArtistId": "b850eb70-5faf-497e-bf15-e114525aeec8",
  "MusicId": "d4410304-2043-4f6c-ad03-82dc6f4b663d",
  "SongId": "6dca551d-25ea-4810-921a-7baa0e4f880f",
  "TargetId": "14247c8a-f103-48c7-8555-b13cb06fb27a",
  "Content": "sample string 10",
  "ToCommentId": "24e180b0-80c6-4d20-9e18-03b19b451d18",
  "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"
}