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": "c98710fa-d424-4347-932a-60866ef192e4",
      "UserId": "5c604e75-c5ce-49fc-857b-877a4a121b78",
      "PlayPoints": 3,
      "OperationState": 4,
      "TargetType": 0,
      "TotalTime": 5,
      "Duration": 6
    },
    {
      "TargetId": "c98710fa-d424-4347-932a-60866ef192e4",
      "UserId": "5c604e75-c5ce-49fc-857b-877a4a121b78",
      "PlayPoints": 3,
      "OperationState": 4,
      "TargetType": 0,
      "TotalTime": 5,
      "Duration": 6
    },
    {
      "TargetId": "c98710fa-d424-4347-932a-60866ef192e4",
      "UserId": "5c604e75-c5ce-49fc-857b-877a4a121b78",
      "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"
}