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

“GetFailedMobileLst”的文档。

Request Information

Parameters

NameDescriptionAdditional information
themeId
“themeId”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
"42e1fe12-c244-46ea-81b0-35a32bb93510"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">42e1fe12-c244-46ea-81b0-35a32bb93510</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "1f221ac1-dd3d-46c0-af36-c03be4e5a7c5",
    "Mobile": "sample string 2",
    "ThemeId": "9f2353f9-86d6-4237-908a-9981eece0334",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2026-08-08T14:23:44.6633545+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2026-08-08T14:23:44.6633545+08:00",
    "Is_lock": 7,
    "Lock_Session": "007769c9-0dd7-433c-8f7f-410b37cfcec4",
    "Lock_Date": "2026-08-08T14:23:44.6633545+08:00"
  },
  {
    "Id": "1f221ac1-dd3d-46c0-af36-c03be4e5a7c5",
    "Mobile": "sample string 2",
    "ThemeId": "9f2353f9-86d6-4237-908a-9981eece0334",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2026-08-08T14:23:44.6633545+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2026-08-08T14:23:44.6633545+08:00",
    "Is_lock": 7,
    "Lock_Session": "007769c9-0dd7-433c-8f7f-410b37cfcec4",
    "Lock_Date": "2026-08-08T14:23:44.6633545+08:00"
  },
  {
    "Id": "1f221ac1-dd3d-46c0-af36-c03be4e5a7c5",
    "Mobile": "sample string 2",
    "ThemeId": "9f2353f9-86d6-4237-908a-9981eece0334",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2026-08-08T14:23:44.6633545+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2026-08-08T14:23:44.6633545+08:00",
    "Is_lock": 7,
    "Lock_Session": "007769c9-0dd7-433c-8f7f-410b37cfcec4",
    "Lock_Date": "2026-08-08T14:23:44.6633545+08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNotSendSMS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains">
  <NotSendSMS>
    <CreateDate>2026-08-08T14:23:44.6633545+08:00</CreateDate>
    <Id>1f221ac1-dd3d-46c0-af36-c03be4e5a7c5</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2026-08-08T14:23:44.6633545+08:00</Lock_Date>
    <Lock_Session>007769c9-0dd7-433c-8f7f-410b37cfcec4</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2026-08-08T14:23:44.6633545+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>9f2353f9-86d6-4237-908a-9981eece0334</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2026-08-08T14:23:44.6633545+08:00</CreateDate>
    <Id>1f221ac1-dd3d-46c0-af36-c03be4e5a7c5</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2026-08-08T14:23:44.6633545+08:00</Lock_Date>
    <Lock_Session>007769c9-0dd7-433c-8f7f-410b37cfcec4</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2026-08-08T14:23:44.6633545+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>9f2353f9-86d6-4237-908a-9981eece0334</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2026-08-08T14:23:44.6633545+08:00</CreateDate>
    <Id>1f221ac1-dd3d-46c0-af36-c03be4e5a7c5</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2026-08-08T14:23:44.6633545+08:00</Lock_Date>
    <Lock_Session>007769c9-0dd7-433c-8f7f-410b37cfcec4</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2026-08-08T14:23:44.6633545+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>9f2353f9-86d6-4237-908a-9981eece0334</ThemeId>
  </NotSendSMS>
</ArrayOfNotSendSMS>