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

“ImportMobiles”的文档。

Request Information

Parameters

NameDescriptionAdditional information
mobileLst
“mobileLst”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "Id": "6b71b60c-73e9-4706-b1ae-e8424dde9ed4",
    "Mobile": "sample string 2",
    "ThemeId": "bec3e442-4e5b-471b-a938-5a8a61d3921a",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2025-09-17T16:45:01.0243277+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2025-09-17T16:45:01.0243277+08:00",
    "Is_lock": 7,
    "Lock_Session": "6e749f42-500b-4347-b854-3e02d9309f41",
    "Lock_Date": "2025-09-17T16:45:01.0243277+08:00"
  },
  {
    "Id": "6b71b60c-73e9-4706-b1ae-e8424dde9ed4",
    "Mobile": "sample string 2",
    "ThemeId": "bec3e442-4e5b-471b-a938-5a8a61d3921a",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2025-09-17T16:45:01.0243277+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2025-09-17T16:45:01.0243277+08:00",
    "Is_lock": 7,
    "Lock_Session": "6e749f42-500b-4347-b854-3e02d9309f41",
    "Lock_Date": "2025-09-17T16:45:01.0243277+08:00"
  },
  {
    "Id": "6b71b60c-73e9-4706-b1ae-e8424dde9ed4",
    "Mobile": "sample string 2",
    "ThemeId": "bec3e442-4e5b-471b-a938-5a8a61d3921a",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2025-09-17T16:45:01.0243277+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2025-09-17T16:45:01.0243277+08:00",
    "Is_lock": 7,
    "Lock_Session": "6e749f42-500b-4347-b854-3e02d9309f41",
    "Lock_Date": "2025-09-17T16:45:01.0243277+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>2025-09-17T16:45:01.0243277+08:00</CreateDate>
    <Id>6b71b60c-73e9-4706-b1ae-e8424dde9ed4</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2025-09-17T16:45:01.0243277+08:00</Lock_Date>
    <Lock_Session>6e749f42-500b-4347-b854-3e02d9309f41</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2025-09-17T16:45:01.0243277+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>bec3e442-4e5b-471b-a938-5a8a61d3921a</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2025-09-17T16:45:01.0243277+08:00</CreateDate>
    <Id>6b71b60c-73e9-4706-b1ae-e8424dde9ed4</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2025-09-17T16:45:01.0243277+08:00</Lock_Date>
    <Lock_Session>6e749f42-500b-4347-b854-3e02d9309f41</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2025-09-17T16:45:01.0243277+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>bec3e442-4e5b-471b-a938-5a8a61d3921a</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2025-09-17T16:45:01.0243277+08:00</CreateDate>
    <Id>6b71b60c-73e9-4706-b1ae-e8424dde9ed4</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2025-09-17T16:45:01.0243277+08:00</Lock_Date>
    <Lock_Session>6e749f42-500b-4347-b854-3e02d9309f41</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2025-09-17T16:45:01.0243277+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>bec3e442-4e5b-471b-a938-5a8a61d3921a</ThemeId>
  </NotSendSMS>
</ArrayOfNotSendSMS>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "1829ea29-fb55-4db0-9287-6fe5928d1dc6",
    "Mobile": "sample string 2",
    "ThemeId": "a0abf140-99ab-4006-aa66-87c322d41b36",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2025-09-17T16:45:01.0243277+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2025-09-17T16:45:01.0243277+08:00",
    "Is_lock": 7,
    "Lock_Session": "4520524b-7314-4ab4-bbb4-59c2ef7622c7",
    "Lock_Date": "2025-09-17T16:45:01.0243277+08:00"
  },
  {
    "Id": "1829ea29-fb55-4db0-9287-6fe5928d1dc6",
    "Mobile": "sample string 2",
    "ThemeId": "a0abf140-99ab-4006-aa66-87c322d41b36",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2025-09-17T16:45:01.0243277+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2025-09-17T16:45:01.0243277+08:00",
    "Is_lock": 7,
    "Lock_Session": "4520524b-7314-4ab4-bbb4-59c2ef7622c7",
    "Lock_Date": "2025-09-17T16:45:01.0243277+08:00"
  },
  {
    "Id": "1829ea29-fb55-4db0-9287-6fe5928d1dc6",
    "Mobile": "sample string 2",
    "ThemeId": "a0abf140-99ab-4006-aa66-87c322d41b36",
    "SendStatus": 4,
    "SendException": "sample string 5",
    "SendDate": "2025-09-17T16:45:01.0243277+08:00",
    "Remark": "sample string 6",
    "CreateDate": "2025-09-17T16:45:01.0243277+08:00",
    "Is_lock": 7,
    "Lock_Session": "4520524b-7314-4ab4-bbb4-59c2ef7622c7",
    "Lock_Date": "2025-09-17T16:45:01.0243277+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>2025-09-17T16:45:01.0243277+08:00</CreateDate>
    <Id>1829ea29-fb55-4db0-9287-6fe5928d1dc6</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2025-09-17T16:45:01.0243277+08:00</Lock_Date>
    <Lock_Session>4520524b-7314-4ab4-bbb4-59c2ef7622c7</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2025-09-17T16:45:01.0243277+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>a0abf140-99ab-4006-aa66-87c322d41b36</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2025-09-17T16:45:01.0243277+08:00</CreateDate>
    <Id>1829ea29-fb55-4db0-9287-6fe5928d1dc6</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2025-09-17T16:45:01.0243277+08:00</Lock_Date>
    <Lock_Session>4520524b-7314-4ab4-bbb4-59c2ef7622c7</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2025-09-17T16:45:01.0243277+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>a0abf140-99ab-4006-aa66-87c322d41b36</ThemeId>
  </NotSendSMS>
  <NotSendSMS>
    <CreateDate>2025-09-17T16:45:01.0243277+08:00</CreateDate>
    <Id>1829ea29-fb55-4db0-9287-6fe5928d1dc6</Id>
    <Is_lock>7</Is_lock>
    <Lock_Date>2025-09-17T16:45:01.0243277+08:00</Lock_Date>
    <Lock_Session>4520524b-7314-4ab4-bbb4-59c2ef7622c7</Lock_Session>
    <Mobile>sample string 2</Mobile>
    <Remark>sample string 6</Remark>
    <SendDate>2025-09-17T16:45:01.0243277+08:00</SendDate>
    <SendException>sample string 5</SendException>
    <SendStatus>4</SendStatus>
    <ThemeId>a0abf140-99ab-4006-aa66-87c322d41b36</ThemeId>
  </NotSendSMS>
</ArrayOfNotSendSMS>