POST api/OrderJobRegister/DeleteOrders
Request Information
URI Parameters
None.
Body Parameters
Collection of ShopInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ShopName | string |
None. |
|
| PlatFormType | PlatformType |
None. |
|
| AuthType | integer |
None. |
|
| IsActive | boolean |
None. |
|
| AuthTime | date |
None. |
|
| EnterpriseId | integer |
None. |
|
| ShopAccount | string |
None. |
|
| ReportStatisticsRecords | Collection of ReportStatisticsRecordDto |
None. |
|
| UserLastMessageTime | date |
None. |
|
| SyncRecored | OrderSyncRecored |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"SyncRecored": {
"ShopId": 1,
"LastSyncTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncOrderJobRegisterTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncMsgJobRegisterTime": "2026-08-11T21:22:34.0637912+08:00",
"MsgLastSyncTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncProductTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncIssueJobRegisterTime": "2026-08-11T21:22:34.0637912+08:00"
},
"Id": 1,
"ShopName": "sample string 2",
"PlatFormType": 0,
"AuthType": 3,
"IsActive": true,
"AuthTime": "2026-08-11T21:22:34.0637912+08:00",
"EnterpriseId": 6,
"ShopAccount": "sample string 7",
"ReportStatisticsRecords": [
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:34.0637912+08:00"
},
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:34.0637912+08:00"
}
],
"UserLastMessageTime": "2026-08-11T21:22:34.0637912+08:00"
},
{
"SyncRecored": {
"ShopId": 1,
"LastSyncTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncOrderJobRegisterTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncMsgJobRegisterTime": "2026-08-11T21:22:34.0637912+08:00",
"MsgLastSyncTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncProductTime": "2026-08-11T21:22:34.0637912+08:00",
"LastSyncIssueJobRegisterTime": "2026-08-11T21:22:34.0637912+08:00"
},
"Id": 1,
"ShopName": "sample string 2",
"PlatFormType": 0,
"AuthType": 3,
"IsActive": true,
"AuthTime": "2026-08-11T21:22:34.0637912+08:00",
"EnterpriseId": 6,
"ShopAccount": "sample string 7",
"ReportStatisticsRecords": [
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:34.0637912+08:00"
},
{
"Id": 1,
"EnterpriseId": 1,
"ShopId": 1,
"StatisticsStatus": 1,
"LastStatisticsTime": "2026-08-11T21:22:34.0637912+08:00"
}
],
"UserLastMessageTime": "2026-08-11T21:22:34.0637912+08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfShopInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.AliExpress.Model">
<ShopInfo>
<AuthTime>2026-08-11T21:22:34.0637912+08:00</AuthTime>
<AuthType>3</AuthType>
<EnterpriseId>6</EnterpriseId>
<Id>1</Id>
<IsActive>true</IsActive>
<PlatFormType>AliExpress</PlatFormType>
<ReportStatisticsRecords xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.AliExpress.Model.ReportForm">
<d3p1:ReportStatisticsRecordDto>
<d3p1:EnterpriseId>1</d3p1:EnterpriseId>
<d3p1:Id>1</d3p1:Id>
<d3p1:LastStatisticsTime>2026-08-11T21:22:34.0637912+08:00</d3p1:LastStatisticsTime>
<d3p1:ShopId>1</d3p1:ShopId>
<d3p1:StatisticsStatus>InOutOrderReport</d3p1:StatisticsStatus>
</d3p1:ReportStatisticsRecordDto>
<d3p1:ReportStatisticsRecordDto>
<d3p1:EnterpriseId>1</d3p1:EnterpriseId>
<d3p1:Id>1</d3p1:Id>
<d3p1:LastStatisticsTime>2026-08-11T21:22:34.0637912+08:00</d3p1:LastStatisticsTime>
<d3p1:ShopId>1</d3p1:ShopId>
<d3p1:StatisticsStatus>InOutOrderReport</d3p1:StatisticsStatus>
</d3p1:ReportStatisticsRecordDto>
</ReportStatisticsRecords>
<ShopAccount>sample string 7</ShopAccount>
<ShopName>sample string 2</ShopName>
<SyncRecored>
<LastSyncIssueJobRegisterTime>2026-08-11T21:22:34.0637912+08:00</LastSyncIssueJobRegisterTime>
<LastSyncMsgJobRegisterTime>2026-08-11T21:22:34.0637912+08:00</LastSyncMsgJobRegisterTime>
<LastSyncOrderJobRegisterTime>2026-08-11T21:22:34.0637912+08:00</LastSyncOrderJobRegisterTime>
<LastSyncProductTime>2026-08-11T21:22:34.0637912+08:00</LastSyncProductTime>
<LastSyncTime>2026-08-11T21:22:34.0637912+08:00</LastSyncTime>
<MsgLastSyncTime>2026-08-11T21:22:34.0637912+08:00</MsgLastSyncTime>
<ShopId>1</ShopId>
</SyncRecored>
<UserLastMessageTime>2026-08-11T21:22:34.0637912+08:00</UserLastMessageTime>
</ShopInfo>
<ShopInfo>
<AuthTime>2026-08-11T21:22:34.0637912+08:00</AuthTime>
<AuthType>3</AuthType>
<EnterpriseId>6</EnterpriseId>
<Id>1</Id>
<IsActive>true</IsActive>
<PlatFormType>AliExpress</PlatFormType>
<ReportStatisticsRecords xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.AliExpress.Model.ReportForm">
<d3p1:ReportStatisticsRecordDto>
<d3p1:EnterpriseId>1</d3p1:EnterpriseId>
<d3p1:Id>1</d3p1:Id>
<d3p1:LastStatisticsTime>2026-08-11T21:22:34.0637912+08:00</d3p1:LastStatisticsTime>
<d3p1:ShopId>1</d3p1:ShopId>
<d3p1:StatisticsStatus>InOutOrderReport</d3p1:StatisticsStatus>
</d3p1:ReportStatisticsRecordDto>
<d3p1:ReportStatisticsRecordDto>
<d3p1:EnterpriseId>1</d3p1:EnterpriseId>
<d3p1:Id>1</d3p1:Id>
<d3p1:LastStatisticsTime>2026-08-11T21:22:34.0637912+08:00</d3p1:LastStatisticsTime>
<d3p1:ShopId>1</d3p1:ShopId>
<d3p1:StatisticsStatus>InOutOrderReport</d3p1:StatisticsStatus>
</d3p1:ReportStatisticsRecordDto>
</ReportStatisticsRecords>
<ShopAccount>sample string 7</ShopAccount>
<ShopName>sample string 2</ShopName>
<SyncRecored>
<LastSyncIssueJobRegisterTime>2026-08-11T21:22:34.0637912+08:00</LastSyncIssueJobRegisterTime>
<LastSyncMsgJobRegisterTime>2026-08-11T21:22:34.0637912+08:00</LastSyncMsgJobRegisterTime>
<LastSyncOrderJobRegisterTime>2026-08-11T21:22:34.0637912+08:00</LastSyncOrderJobRegisterTime>
<LastSyncProductTime>2026-08-11T21:22:34.0637912+08:00</LastSyncProductTime>
<LastSyncTime>2026-08-11T21:22:34.0637912+08:00</LastSyncTime>
<MsgLastSyncTime>2026-08-11T21:22:34.0637912+08:00</MsgLastSyncTime>
<ShopId>1</ShopId>
</SyncRecored>
<UserLastMessageTime>2026-08-11T21:22:34.0637912+08:00</UserLastMessageTime>
</ShopInfo>
</ArrayOfShopInfo>
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>