POST api/Repost/Add

转发节目(2200

Request Information

Parameters

NameDescriptionAdditional information
model

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "SoundFileId": "033155f1-acb7-42a9-bb93-65bf16e3eb2d",
  "Content": "sample string 2",
  "AtUsers": [
    "ad299aac-a063-4d29-ad5b-a556b4eed4d1",
    "426efd79-a894-4505-986b-d12fc91e3bcc",
    "a677253f-c467-4abf-a731-aaba50d6c49e"
  ]
}

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