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:
"a97036ae-73be-4588-8ca7-03ef4285f49c"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">a97036ae-73be-4588-8ca7-03ef4285f49c</guid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "c9e6d028-4153-44e8-8bb8-5ea9241268de",
    "Mobile": "sample string 2",
    "ThemeId": "ebd3579d-ef2d-4c5c-aeb6-ae47048d797b",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2026-05-09T20:04:49.6195257+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2026-05-09T20:04:49.6195257+08:00",
    "Is_lock": 7,
    "Lock_Session": "133e21ee-e2f9-444b-ba7c-54ca433a543b",
    "Lock_Date": "2026-05-09T20:04:49.6195257+08:00"
  },
  {
    "Id": "c9e6d028-4153-44e8-8bb8-5ea9241268de",
    "Mobile": "sample string 2",
    "ThemeId": "ebd3579d-ef2d-4c5c-aeb6-ae47048d797b",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2026-05-09T20:04:49.6195257+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2026-05-09T20:04:49.6195257+08:00",
    "Is_lock": 7,
    "Lock_Session": "133e21ee-e2f9-444b-ba7c-54ca433a543b",
    "Lock_Date": "2026-05-09T20:04:49.6195257+08:00"
  },
  {
    "Id": "c9e6d028-4153-44e8-8bb8-5ea9241268de",
    "Mobile": "sample string 2",
    "ThemeId": "ebd3579d-ef2d-4c5c-aeb6-ae47048d797b",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2026-05-09T20:04:49.6195257+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2026-05-09T20:04:49.6195257+08:00",
    "Is_lock": 7,
    "Lock_Session": "133e21ee-e2f9-444b-ba7c-54ca433a543b",
    "Lock_Date": "2026-05-09T20:04:49.6195257+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-05-09T20:04:49.6195257+08:00</CreateDate>
    <Id>c9e6d028-4153-44e8-8bb8-5ea9241268de</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2026-05-09T20:04:49.6195257+08:00</Lock_Date>
    <Lock_Session>133e21ee-e2f9-444b-ba7c-54ca433a543b</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2026-05-09T20:04:49.6195257+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>ebd3579d-ef2d-4c5c-aeb6-ae47048d797b</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2026-05-09T20:04:49.6195257+08:00</CreateDate>
    <Id>c9e6d028-4153-44e8-8bb8-5ea9241268de</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2026-05-09T20:04:49.6195257+08:00</Lock_Date>
    <Lock_Session>133e21ee-e2f9-444b-ba7c-54ca433a543b</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2026-05-09T20:04:49.6195257+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>ebd3579d-ef2d-4c5c-aeb6-ae47048d797b</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2026-05-09T20:04:49.6195257+08:00</CreateDate>
    <Id>c9e6d028-4153-44e8-8bb8-5ea9241268de</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2026-05-09T20:04:49.6195257+08:00</Lock_Date>
    <Lock_Session>133e21ee-e2f9-444b-ba7c-54ca433a543b</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2026-05-09T20:04:49.6195257+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>ebd3579d-ef2d-4c5c-aeb6-ae47048d797b</ThemeId>
  </NotSendSMS>
</ArrayOfNotSendSMS>