POST api/SoundFile/UpdateForMatchStatus

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
soundfileView
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SoundFileId": "b890467f-5ec1-423e-82c7-b2706cefb4ee",
  "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": "edb5c6ce-35de-47d0-bf29-966df010c1a9",
  "playDate": "2025-06-15T08:04:53.351+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"
}