POST api/System.String[]/Report.Report/ReSetSendFail

“ReSetSendFail”的文档。

Request Information

Parameters

NameDescriptionAdditional information
activityTheme
“activityTheme”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "a89b3fd1-462b-4e40-b94e-5b4877b559c1",
  "SmsSerial_ID": "0f222115-a1f3-4ca3-a1bf-b1665337092f",
  "ThemeName": "sample string 3",
  "Description": "sample string 4",
  "IsAuditing": true,
  "IsDisabled": true,
  "SendStatus": 1,
  "CreateDate": "2024-10-15T12:36:01.5471422+08:00",
  "ModifyDate": "2024-10-15T12:36:01.5471422+08:00",
  "Remark": "sample string 7"
}

application/xml, text/xml

Sample:
<ActivityTheme xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains">
  <CreateDate>2024-10-15T12:36:01.5471422+08:00</CreateDate>
  <Description>sample string 4</Description>
  <Id>a89b3fd1-462b-4e40-b94e-5b4877b559c1</Id>
  <IsAuditing>true</IsAuditing>
  <IsDisabled>true</IsDisabled>
  <ModifyDate>2024-10-15T12:36:01.5471422+08:00</ModifyDate>
  <Remark>sample string 7</Remark>
  <SendStatus>1</SendStatus>
  <SmsSerial_ID>0f222115-a1f3-4ca3-a1bf-b1665337092f</SmsSerial_ID>
  <ThemeName>sample string 3</ThemeName>
</ActivityTheme>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>