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": "1bcaae09-459d-4f20-a61b-bac167251df1",
      "UserId": "d296ba4d-59a0-4af5-886e-0c43f447d041",
      "PlayPoints": 3,
      "OperationState": 4,
      "TargetType": 0,
      "TotalTime": 5,
      "Duration": 6
    },
    {
      "TargetId": "1bcaae09-459d-4f20-a61b-bac167251df1",
      "UserId": "d296ba4d-59a0-4af5-886e-0c43f447d041",
      "PlayPoints": 3,
      "OperationState": 4,
      "TargetType": 0,
      "TotalTime": 5,
      "Duration": 6
    },
    {
      "TargetId": "1bcaae09-459d-4f20-a61b-bac167251df1",
      "UserId": "d296ba4d-59a0-4af5-886e-0c43f447d041",
      "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"
}