POST api/AlarmClockMaterial/Add

创建闹钟素材

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "MaterialPath": "sample string 1",
  "Name": "sample string 2",
  "AlarmClockMaterialId": "60fd63c1-8445-47ba-9b0e-49475e64bf62",
  "Intro": 4,
  "Outtro": 5,
  "UserId": "54a80198-6233-4be0-ba16-e30e5e546c3a",
  "TargetType": 7
}

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