POST api/SoundFile/UpdateForMatchStatus
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| soundfileView | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"SoundFileId": "d3987880-254d-4a70-aaff-16e201a06ebf",
"Title": "sample string 2",
"Intro": "sample string 3",
"CoverImage": "sample string 4",
"IndexInFolder": 5,
"LowBitRateFileSize": 6,
"HighBitRateFileSize": 7,
"LowBitRateFileUrl": "sample string 8",
"HighBitRateFileUrl": "sample string 9",
"UpdateTime": 10,
"NumberOfPlay": 11,
"NumberOfRepost": 12,
"NumberOfComment": 13,
"NumberOfLike": 14,
"IsLiked": 15,
"Duration": 16,
"CreateTime": 17,
"SmallImagePath": "sample string 18",
"LargeImagePath": "sample string 19",
"MiddleImagePath": "sample string 20",
"OSSImagePath": "sample string 21",
"ContentType": 0,
"MatchStatus": 22,
"StationId": "b7f5617e-8704-4342-94ad-0b4905361823",
"playDate": "2026-07-26T20:28:37.657+08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}