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": "e2a3f07a-4ffa-40e2-9a38-c5ceb22d2271",
  "Intro": 4,
  "Outtro": 5,
  "UserId": "ce284fc9-f89b-4032-9fa9-b02daee64132",
  "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"
}