POST api/SoundFile/add_comment
评论节目
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
comment |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "StationId": "7af7d453-ca7a-450c-8aed-1a89c8eef629", "RadioId": "5fa0e81b-95e8-4808-96a8-1f0576723b4b", "FolderId": "4c83e371-1ff7-40ab-bea8-39f7e6fbc10f", "SoundFileId": "d65134ee-1479-4926-bdf4-58c195d47e32", "MessageId": "3c864142-27d4-45ee-8931-368049f082f8", "ArtistId": "86184a03-bd4a-4b01-9750-f912b527ac15", "MusicId": "f7edbd75-2af5-4414-a8a1-ef8f7e49a98d", "SongId": "cba80724-198d-4407-88b0-51959a23ae7c", "TargetId": "4a8e8dde-8de0-49fe-a453-f846df5bdb95", "Content": "sample string 10", "ToCommentId": "acee3a72-e0c9-4e2d-b149-f34624247c24", "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" }