POST api/AliMessageRelation/SyncMsgSubsequentPage_ContinueFetch
Request Information
URI Parameters
None.
Body Parameters
SyncMsgRegisterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SyncModel | RelationQueryModel |
None. |
|
| ParentHangfireJobId | string |
None. |
|
| JobIdentification | string |
None. |
|
| Shop | ShopInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"SyncModel": {
"start_time": "2026-08-11T21:22:36.3219349+08:00",
"only_un_dealed": true,
"only_un_readed": true,
"rank": "sample string 1",
"seller_id": "sample string 2",
"page_size": 3,
"current_page": 4,
"end_time": "2026-08-11T21:22:36.3219349+08:00",
"ShopIds": [
1,
2
],
"IsManualSync": true,
"AuthUser": null
},
"ParentHangfireJobId": "sample string 1",
"JobIdentification": "sample string 2",
"Shop": {
"SyncRecored": {
"ShopId": 1,
"LastSyncTime": "2026-08-11T21:22:36.323872+08:00",
"LastSyncOrderJobRegisterTime": "2026-08-11T21:22:36.323872+08:00",
"LastSyncMsgJobRegisterTime": "2026-08-11T21:22:36.323872+08:00",
"MsgLastSyncTime": "2026-08-11T21:22:36.323872+08:00",
"LastSyncProductTime": "2026-08-11T21:22:36.323872+08:00",
"LastSyncIssueJobRegisterTime": "2026-08-11T21:22:36.323872+08:00"
},
"Id": 1,
"ShopName": "sample string 2",
"PlatFormType": 0,
"AuthType": 3,
"IsActive": true,
"AuthTime": "2026-08-11T21:22:36.323872+08:00",
"EnterpriseId": 6,
"ShopAccount": "sample string 7",
"ReportStatisticsRecords": [
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:36.323872+08:00"
},
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:36.323872+08:00"
}
],
"UserLastMessageTime": "2026-08-11T21:22:36.323872+08:00"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfBoolean| Name | Description | Type | Additional 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>