POST api/SoundFile/InsertPlayPoint

插入播放点

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PlayLogs": [
    {
      "TargetId": "d270662f-ceb9-45f4-b2c9-0e2691ec9364",
      "UserId": "bd906b8c-3864-46af-bb82-e1fe4c5e27e7",
      "PlayPoints": 3,
      "OperationState": 4,
      "TargetType": 0,
      "TotalTime": 5,
      "Duration": 6
    },
    {
      "TargetId": "d270662f-ceb9-45f4-b2c9-0e2691ec9364",
      "UserId": "bd906b8c-3864-46af-bb82-e1fe4c5e27e7",
      "PlayPoints": 3,
      "OperationState": 4,
      "TargetType": 0,
      "TotalTime": 5,
      "Duration": 6
    },
    {
      "TargetId": "d270662f-ceb9-45f4-b2c9-0e2691ec9364",
      "UserId": "bd906b8c-3864-46af-bb82-e1fe4c5e27e7",
      "PlayPoints": 3,
      "OperationState": 4,
      "TargetType": 0,
      "TotalTime": 5,
      "Duration": 6
    }
  ]
}

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"
}