POST api/PushJobRegister/ProcessMessageByPush

Request Information

URI Parameters

None.

Body Parameters

Collection of PushAliMessage
NameDescriptionTypeAdditional information
ShopIdentity

string

None.

ReceiverLoginId

string

None.

MessageId

integer

None.

ChannelId

string

None.

Content

string

None.

ExternId

integer

None.

MessageType

MessageType

None.

SenderName

string

None.

SenderAliId

integer

None.

GmtCreate

date

None.

SenderLoginId

string

None.

ReceiverAliId

string

None.

ReceiverName

string

None.

OrderUrl

string

None.

ProductDetailUrl

string

None.

ProductImageUrl

string

None.

ProductName

string

None.

FileLpath

string

None.

FileMpath

string

None.

FileSpath

string

None.

EnterpriseId

integer

None.

ShopId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ShopIdentity": "sample string 1",
    "ReceiverLoginId": "sample string 2",
    "MessageId": 3,
    "ChannelId": "sample string 4",
    "Content": "sample string 5",
    "ExternId": 6,
    "MessageType": 0,
    "SenderName": "sample string 7",
    "SenderAliId": 8,
    "GmtCreate": "2026-08-11T21:22:33.4225247+08:00",
    "SenderLoginId": "sample string 10",
    "ReceiverAliId": "sample string 11",
    "ReceiverName": "sample string 12",
    "OrderUrl": "sample string 13",
    "ProductDetailUrl": "sample string 14",
    "ProductImageUrl": "sample string 15",
    "ProductName": "sample string 16",
    "FileLpath": "sample string 17",
    "FileMpath": "sample string 18",
    "FileSpath": "sample string 19",
    "EnterpriseId": 20,
    "ShopId": 21
  },
  {
    "ShopIdentity": "sample string 1",
    "ReceiverLoginId": "sample string 2",
    "MessageId": 3,
    "ChannelId": "sample string 4",
    "Content": "sample string 5",
    "ExternId": 6,
    "MessageType": 0,
    "SenderName": "sample string 7",
    "SenderAliId": 8,
    "GmtCreate": "2026-08-11T21:22:33.4225247+08:00",
    "SenderLoginId": "sample string 10",
    "ReceiverAliId": "sample string 11",
    "ReceiverName": "sample string 12",
    "OrderUrl": "sample string 13",
    "ProductDetailUrl": "sample string 14",
    "ProductImageUrl": "sample string 15",
    "ProductName": "sample string 16",
    "FileLpath": "sample string 17",
    "FileMpath": "sample string 18",
    "FileSpath": "sample string 19",
    "EnterpriseId": 20,
    "ShopId": 21
  }
]

application/xml, text/xml

Sample:
<ArrayOfPushAliMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.AliExpress.Model.Model.Message">
  <PushAliMessage>
    <ChannelId>sample string 4</ChannelId>
    <Content>sample string 5</Content>
    <EnterpriseId>20</EnterpriseId>
    <ExternId>6</ExternId>
    <FileLpath>sample string 17</FileLpath>
    <FileMpath>sample string 18</FileMpath>
    <FileSpath>sample string 19</FileSpath>
    <GmtCreate>2026-08-11T21:22:33.4225247+08:00</GmtCreate>
    <MessageId>3</MessageId>
    <MessageType>Product</MessageType>
    <OrderUrl>sample string 13</OrderUrl>
    <ProductDetailUrl>sample string 14</ProductDetailUrl>
    <ProductImageUrl>sample string 15</ProductImageUrl>
    <ProductName>sample string 16</ProductName>
    <ReceiverAliId>sample string 11</ReceiverAliId>
    <ReceiverName>sample string 12</ReceiverName>
    <SenderAliId>8</SenderAliId>
    <SenderLoginId>sample string 10</SenderLoginId>
    <SenderName>sample string 7</SenderName>
    <ShopId>21</ShopId>
    <ReceiverLoginId>sample string 2</ReceiverLoginId>
    <ShopIdentity>sample string 1</ShopIdentity>
  </PushAliMessage>
  <PushAliMessage>
    <ChannelId>sample string 4</ChannelId>
    <Content>sample string 5</Content>
    <EnterpriseId>20</EnterpriseId>
    <ExternId>6</ExternId>
    <FileLpath>sample string 17</FileLpath>
    <FileMpath>sample string 18</FileMpath>
    <FileSpath>sample string 19</FileSpath>
    <GmtCreate>2026-08-11T21:22:33.4225247+08:00</GmtCreate>
    <MessageId>3</MessageId>
    <MessageType>Product</MessageType>
    <OrderUrl>sample string 13</OrderUrl>
    <ProductDetailUrl>sample string 14</ProductDetailUrl>
    <ProductImageUrl>sample string 15</ProductImageUrl>
    <ProductName>sample string 16</ProductName>
    <ReceiverAliId>sample string 11</ReceiverAliId>
    <ReceiverName>sample string 12</ReceiverName>
    <SenderAliId>8</SenderAliId>
    <SenderLoginId>sample string 10</SenderLoginId>
    <SenderName>sample string 7</SenderName>
    <ShopId>21</ShopId>
    <ReceiverLoginId>sample string 2</ReceiverLoginId>
    <ShopIdentity>sample string 1</ShopIdentity>
  </PushAliMessage>
</ArrayOfPushAliMessage>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfBoolean
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": true
}

application/xml, text/xml

Sample:
<ResponseResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.AliExpress.Api.Models">
  <Data>true</Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfboolean>