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:
"7a2065e8-3c57-4c3c-9e75-c107ecb046a9"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">7a2065e8-3c57-4c3c-9e75-c107ecb046a9</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "bc922899-eff8-415e-b009-c94c0f007455",
    "Mobile": "sample string 2",
    "ThemeId": "24542001-c5eb-46a8-b0eb-9a4e4554b9cd",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2024-10-15T12:33:41.0705712+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2024-10-15T12:33:41.0705712+08:00",
    "Is_lock": 7,
    "Lock_Session": "c5a4a983-7570-43c8-9593-1aacb7331567",
    "Lock_Date": "2024-10-15T12:33:41.0705712+08:00"
  },
  {
    "Id": "bc922899-eff8-415e-b009-c94c0f007455",
    "Mobile": "sample string 2",
    "ThemeId": "24542001-c5eb-46a8-b0eb-9a4e4554b9cd",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2024-10-15T12:33:41.0705712+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2024-10-15T12:33:41.0705712+08:00",
    "Is_lock": 7,
    "Lock_Session": "c5a4a983-7570-43c8-9593-1aacb7331567",
    "Lock_Date": "2024-10-15T12:33:41.0705712+08:00"
  },
  {
    "Id": "bc922899-eff8-415e-b009-c94c0f007455",
    "Mobile": "sample string 2",
    "ThemeId": "24542001-c5eb-46a8-b0eb-9a4e4554b9cd",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2024-10-15T12:33:41.0705712+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2024-10-15T12:33:41.0705712+08:00",
    "Is_lock": 7,
    "Lock_Session": "c5a4a983-7570-43c8-9593-1aacb7331567",
    "Lock_Date": "2024-10-15T12:33:41.0705712+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>2024-10-15T12:33:41.0705712+08:00</CreateDate>
    <Id>bc922899-eff8-415e-b009-c94c0f007455</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2024-10-15T12:33:41.0705712+08:00</Lock_Date>
    <Lock_Session>c5a4a983-7570-43c8-9593-1aacb7331567</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2024-10-15T12:33:41.0705712+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>24542001-c5eb-46a8-b0eb-9a4e4554b9cd</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2024-10-15T12:33:41.0705712+08:00</CreateDate>
    <Id>bc922899-eff8-415e-b009-c94c0f007455</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2024-10-15T12:33:41.0705712+08:00</Lock_Date>
    <Lock_Session>c5a4a983-7570-43c8-9593-1aacb7331567</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2024-10-15T12:33:41.0705712+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>24542001-c5eb-46a8-b0eb-9a4e4554b9cd</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2024-10-15T12:33:41.0705712+08:00</CreateDate>
    <Id>bc922899-eff8-415e-b009-c94c0f007455</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2024-10-15T12:33:41.0705712+08:00</Lock_Date>
    <Lock_Session>c5a4a983-7570-43c8-9593-1aacb7331567</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2024-10-15T12:33:41.0705712+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>24542001-c5eb-46a8-b0eb-9a4e4554b9cd</ThemeId>
  </NotSendSMS>
</ArrayOfNotSendSMS>