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": "5af5eec7-1446-482b-9d63-ea648b17e026",
  "Intro": 4,
  "Outtro": 5,
  "UserId": "50ce9470-a943-436c-8dfe-3183ec4e16be",
  "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"
}