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": "31ed1ab8-3cb6-4874-8ece-efc6529f9d6e",
"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": "dc7069fa-5c43-4ae9-a69c-ab5dbd791e4e",
"playDate": "2025-12-15T16:13:01.701+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"
}