POST api/OrderJobRegister/SyncIssueSubsequentPage_ContinueFetch

Request Information

URI Parameters

None.

Body Parameters

SyncIssueRegisterModel
NameDescriptionTypeAdditional information
SyncModel

SyncIssueOrderModel

None.

ParentHangfireJobId

string

None.

JobIdentification

string

None.

Shop

ShopInfo

None.

Request Formats

application/json, text/json

Sample:
{
  "SyncModel": {
    "ShopId": 1,
    "PageSize": 2,
    "PageIndex": 3,
    "OrderNo": "sample string 4",
    "ShopIds": [
      1,
      2
    ],
    "AuthUser": null
  },
  "ParentHangfireJobId": "sample string 1",
  "JobIdentification": "sample string 2",
  "Shop": {
    "SyncRecored": {
      "ShopId": 1,
      "LastSyncTime": "2026-08-11T21:22:34.4357519+08:00",
      "LastSyncOrderJobRegisterTime": "2026-08-11T21:22:34.4357519+08:00",
      "LastSyncMsgJobRegisterTime": "2026-08-11T21:22:34.4357519+08:00",
      "MsgLastSyncTime": "2026-08-11T21:22:34.4357519+08:00",
      "LastSyncProductTime": "2026-08-11T21:22:34.4357519+08:00",
      "LastSyncIssueJobRegisterTime": "2026-08-11T21:22:34.4357519+08:00"
    },
    "Id": 1,
    "ShopName": "sample string 2",
    "PlatFormType": 0,
    "AuthType": 3,
    "IsActive": true,
    "AuthTime": "2026-08-11T21:22:34.4357519+08:00",
    "EnterpriseId": 6,
    "ShopAccount": "sample string 7",
    "ReportStatisticsRecords": [
      {
        "Id": 1,
        "EnterpriseId": 1,
        "ShopId": 1,
        "StatisticsStatus": 1,
        "LastStatisticsTime": "2026-08-11T21:22:34.4357519+08:00"
      },
      {
        "Id": 1,
        "EnterpriseId": 1,
        "ShopId": 1,
        "StatisticsStatus": 1,
        "LastStatisticsTime": "2026-08-11T21:22:34.4357519+08:00"
      }
    ],
    "UserLastMessageTime": "2026-08-11T21:22:34.4357519+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
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>