POST api/Reconciliation/GetShareOrderItem
分享对账单的订单项
Request Information
URI Parameters
None.
Body Parameters
ReconciliationDateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId |
客户id |
integer |
None. |
| StartTime |
开始时间 |
date |
None. |
| EndTime |
结束时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": 1,
"StartTime": "2025-12-26T20:14:35.0014576+08:00",
"EndTime": "2025-12-26T20:14:35.0014576+08:00"
}
application/xml, text/xml
Sample:
<ReconciliationDateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Request"> <CustomerId>1</CustomerId> <EndTime>2025-12-26T20:14:35.0014576+08:00</EndTime> <StartTime>2025-12-26T20:14:35.0014576+08:00</StartTime> </ReconciliationDateRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseOfListOfReconciliationDateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| data | Collection of ReconciliationDateResponse |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": [
{
"DateStr": "sample string 1",
"Items": [
{
"OrderItemId": 1,
"OrderId": 2,
"ProductName": "sample string 3",
"ProductId": 4,
"VenderName": "sample string 5",
"VenderId": 6,
"Count": 7,
"CreateTime": "2025-12-26T20:14:35.0014576+08:00",
"RealPrice": 9.0,
"CreateTimeStr": "2025-12-26",
"UnitPrice": 1.29
},
{
"OrderItemId": 1,
"OrderId": 2,
"ProductName": "sample string 3",
"ProductId": 4,
"VenderName": "sample string 5",
"VenderId": 6,
"Count": 7,
"CreateTime": "2025-12-26T20:14:35.0014576+08:00",
"RealPrice": 9.0,
"CreateTimeStr": "2025-12-26",
"UnitPrice": 1.29
}
],
"TotalNumber": 2,
"SubTotal": 3.0
},
{
"DateStr": "sample string 1",
"Items": [
{
"OrderItemId": 1,
"OrderId": 2,
"ProductName": "sample string 3",
"ProductId": 4,
"VenderName": "sample string 5",
"VenderId": 6,
"Count": 7,
"CreateTime": "2025-12-26T20:14:35.0014576+08:00",
"RealPrice": 9.0,
"CreateTimeStr": "2025-12-26",
"UnitPrice": 1.29
},
{
"OrderItemId": 1,
"OrderId": 2,
"ProductName": "sample string 3",
"ProductId": 4,
"VenderName": "sample string 5",
"VenderId": 6,
"Count": 7,
"CreateTime": "2025-12-26T20:14:35.0014576+08:00",
"RealPrice": 9.0,
"CreateTimeStr": "2025-12-26",
"UnitPrice": 1.29
}
],
"TotalNumber": 2,
"SubTotal": 3.0
}
],
"errcode": "sample string 1",
"errmsg": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseOfArrayOfReconciliationDateResponseUJ8Augit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
<errcode>sample string 1</errcode>
<errmsg>sample string 2</errmsg>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Response">
<d2p1:ReconciliationDateResponse>
<d2p1:DateStr>sample string 1</d2p1:DateStr>
<d2p1:Items>
<d2p1:ReconciliationItemResponse>
<d2p1:Count>7</d2p1:Count>
<d2p1:CreateTime>2025-12-26T20:14:35.0014576+08:00</d2p1:CreateTime>
<d2p1:OrderId>2</d2p1:OrderId>
<d2p1:OrderItemId>1</d2p1:OrderItemId>
<d2p1:ProductId>4</d2p1:ProductId>
<d2p1:ProductName>sample string 3</d2p1:ProductName>
<d2p1:RealPrice>9</d2p1:RealPrice>
<d2p1:VenderId>6</d2p1:VenderId>
<d2p1:VenderName>sample string 5</d2p1:VenderName>
</d2p1:ReconciliationItemResponse>
<d2p1:ReconciliationItemResponse>
<d2p1:Count>7</d2p1:Count>
<d2p1:CreateTime>2025-12-26T20:14:35.0014576+08:00</d2p1:CreateTime>
<d2p1:OrderId>2</d2p1:OrderId>
<d2p1:OrderItemId>1</d2p1:OrderItemId>
<d2p1:ProductId>4</d2p1:ProductId>
<d2p1:ProductName>sample string 3</d2p1:ProductName>
<d2p1:RealPrice>9</d2p1:RealPrice>
<d2p1:VenderId>6</d2p1:VenderId>
<d2p1:VenderName>sample string 5</d2p1:VenderName>
</d2p1:ReconciliationItemResponse>
</d2p1:Items>
<d2p1:SubTotal>3</d2p1:SubTotal>
<d2p1:TotalNumber>2</d2p1:TotalNumber>
</d2p1:ReconciliationDateResponse>
<d2p1:ReconciliationDateResponse>
<d2p1:DateStr>sample string 1</d2p1:DateStr>
<d2p1:Items>
<d2p1:ReconciliationItemResponse>
<d2p1:Count>7</d2p1:Count>
<d2p1:CreateTime>2025-12-26T20:14:35.0014576+08:00</d2p1:CreateTime>
<d2p1:OrderId>2</d2p1:OrderId>
<d2p1:OrderItemId>1</d2p1:OrderItemId>
<d2p1:ProductId>4</d2p1:ProductId>
<d2p1:ProductName>sample string 3</d2p1:ProductName>
<d2p1:RealPrice>9</d2p1:RealPrice>
<d2p1:VenderId>6</d2p1:VenderId>
<d2p1:VenderName>sample string 5</d2p1:VenderName>
</d2p1:ReconciliationItemResponse>
<d2p1:ReconciliationItemResponse>
<d2p1:Count>7</d2p1:Count>
<d2p1:CreateTime>2025-12-26T20:14:35.0014576+08:00</d2p1:CreateTime>
<d2p1:OrderId>2</d2p1:OrderId>
<d2p1:OrderItemId>1</d2p1:OrderItemId>
<d2p1:ProductId>4</d2p1:ProductId>
<d2p1:ProductName>sample string 3</d2p1:ProductName>
<d2p1:RealPrice>9</d2p1:RealPrice>
<d2p1:VenderId>6</d2p1:VenderId>
<d2p1:VenderName>sample string 5</d2p1:VenderName>
</d2p1:ReconciliationItemResponse>
</d2p1:Items>
<d2p1:SubTotal>3</d2p1:SubTotal>
<d2p1:TotalNumber>2</d2p1:TotalNumber>
</d2p1:ReconciliationDateResponse>
</data>
</ResponseOfArrayOfReconciliationDateResponseUJ8Augit>