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

“ReSetSendFailByOne”的文档。

Request Information

Parameters

NameDescriptionAdditional information
activityTheme
“activityTheme”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "a1f3f1b6-b060-4b54-8921-cd2073ee6236",
  "Mobile": "sample string 2",
  "ThemeId": "158e8ebe-35ab-411d-ac4c-888506f1f83f",
  "SendStatus": 4,
  "SendException": "sample string 5",
  "SendDate": "2024-10-15T12:32:14.3995833+08:00",
  "Remark": "sample string 6",
  "CreateDate": "2024-10-15T12:32:14.4005664+08:00",
  "Is_lock": 7,
  "Lock_Session": "58b51bac-bc0c-4265-ac96-2b12aa56069c",
  "Lock_Date": "2024-10-15T12:32:14.4005664+08:00"
}

application/xml, text/xml

Sample:
<NotSendSMS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains">
  <CreateDate>2024-10-15T12:32:14.4005664+08:00</CreateDate>
  <Id>a1f3f1b6-b060-4b54-8921-cd2073ee6236</Id>
  <Is_lock>7</Is_lock>
  <Lock_Date>2024-10-15T12:32:14.4005664+08:00</Lock_Date>
  <Lock_Session>58b51bac-bc0c-4265-ac96-2b12aa56069c</Lock_Session>
  <Mobile>sample string 2</Mobile>
  <Remark>sample string 6</Remark>
  <SendDate>2024-10-15T12:32:14.3995833+08:00</SendDate>
  <SendException>sample string 5</SendException>
  <SendStatus>4</SendStatus>
  <ThemeId>158e8ebe-35ab-411d-ac4c-888506f1f83f</ThemeId>
</NotSendSMS>

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>