GET api/Reconciliation/ShareDetail?ShareCode={ShareCode}
分享对账单详情
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ShareCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfShareDetailReconciliation| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ShareDetailReconciliation |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": {
"CustomerId": 1,
"CustomerName": "sample string 2",
"PhoneNumber": "sample string 3",
"StartTime": "2025-12-26T20:13:22.2378533+08:00",
"StartTimeStr": "2025年12月26日",
"EndTime": "2025-12-26T20:13:22.2378533+08:00",
"EndTimeStr": "2025年12月26日",
"CustomerAddress": "sample string 6",
"Signature": "sample string 7",
"IsSign": true,
"CheckMemberName": "sample string 8",
"CheckMemberEmail": "sample string 9",
"CheckMemberWeChat": "sample string 10",
"CheckMemberPhone": "sample string 11",
"BankAccountNo": "sample string 12",
"BankName": "sample string 13",
"Address": "sample string 14",
"currentReconciliation": 15.0,
"PreviousDebt": 16.0,
"NotPay": 17.0,
"Items": [
{
"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:13:22.2378533+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:13:22.2378533+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:13:22.2378533+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:13:22.2378533+08:00",
"RealPrice": 9.0,
"CreateTimeStr": "2025-12-26",
"UnitPrice": 1.29
}
],
"TotalNumber": 2,
"SubTotal": 3.0
}
],
"ShareUrl": "sample string 18",
"DeadLineTime": "2025-12-25",
"BankAccountName": "sample string 19"
},
"errcode": "sample string 1",
"errmsg": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseOfShareDetailReconciliationzMfAY52k 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/ViewModel.Api.Reconciliation">
<d2p1:Address>sample string 14</d2p1:Address>
<d2p1:BankAccountName>sample string 19</d2p1:BankAccountName>
<d2p1:BankAccountNo>sample string 12</d2p1:BankAccountNo>
<d2p1:BankName>sample string 13</d2p1:BankName>
<d2p1:CheckMemberEmail>sample string 9</d2p1:CheckMemberEmail>
<d2p1:CheckMemberName>sample string 8</d2p1:CheckMemberName>
<d2p1:CheckMemberPhone>sample string 11</d2p1:CheckMemberPhone>
<d2p1:CheckMemberWeChat>sample string 10</d2p1:CheckMemberWeChat>
<d2p1:CustomerAddress>sample string 6</d2p1:CustomerAddress>
<d2p1:CustomerId>1</d2p1:CustomerId>
<d2p1:CustomerName>sample string 2</d2p1:CustomerName>
<d2p1:EndTime>2025-12-26T20:13:22.2378533+08:00</d2p1:EndTime>
<d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Response">
<d3p1:ReconciliationDateResponse>
<d3p1:DateStr>sample string 1</d3p1:DateStr>
<d3p1:Items>
<d3p1:ReconciliationItemResponse>
<d3p1:Count>7</d3p1:Count>
<d3p1:CreateTime>2025-12-26T20:13:22.2378533+08:00</d3p1:CreateTime>
<d3p1:OrderId>2</d3p1:OrderId>
<d3p1:OrderItemId>1</d3p1:OrderItemId>
<d3p1:ProductId>4</d3p1:ProductId>
<d3p1:ProductName>sample string 3</d3p1:ProductName>
<d3p1:RealPrice>9</d3p1:RealPrice>
<d3p1:VenderId>6</d3p1:VenderId>
<d3p1:VenderName>sample string 5</d3p1:VenderName>
</d3p1:ReconciliationItemResponse>
<d3p1:ReconciliationItemResponse>
<d3p1:Count>7</d3p1:Count>
<d3p1:CreateTime>2025-12-26T20:13:22.2378533+08:00</d3p1:CreateTime>
<d3p1:OrderId>2</d3p1:OrderId>
<d3p1:OrderItemId>1</d3p1:OrderItemId>
<d3p1:ProductId>4</d3p1:ProductId>
<d3p1:ProductName>sample string 3</d3p1:ProductName>
<d3p1:RealPrice>9</d3p1:RealPrice>
<d3p1:VenderId>6</d3p1:VenderId>
<d3p1:VenderName>sample string 5</d3p1:VenderName>
</d3p1:ReconciliationItemResponse>
</d3p1:Items>
<d3p1:SubTotal>3</d3p1:SubTotal>
<d3p1:TotalNumber>2</d3p1:TotalNumber>
</d3p1:ReconciliationDateResponse>
<d3p1:ReconciliationDateResponse>
<d3p1:DateStr>sample string 1</d3p1:DateStr>
<d3p1:Items>
<d3p1:ReconciliationItemResponse>
<d3p1:Count>7</d3p1:Count>
<d3p1:CreateTime>2025-12-26T20:13:22.2378533+08:00</d3p1:CreateTime>
<d3p1:OrderId>2</d3p1:OrderId>
<d3p1:OrderItemId>1</d3p1:OrderItemId>
<d3p1:ProductId>4</d3p1:ProductId>
<d3p1:ProductName>sample string 3</d3p1:ProductName>
<d3p1:RealPrice>9</d3p1:RealPrice>
<d3p1:VenderId>6</d3p1:VenderId>
<d3p1:VenderName>sample string 5</d3p1:VenderName>
</d3p1:ReconciliationItemResponse>
<d3p1:ReconciliationItemResponse>
<d3p1:Count>7</d3p1:Count>
<d3p1:CreateTime>2025-12-26T20:13:22.2378533+08:00</d3p1:CreateTime>
<d3p1:OrderId>2</d3p1:OrderId>
<d3p1:OrderItemId>1</d3p1:OrderItemId>
<d3p1:ProductId>4</d3p1:ProductId>
<d3p1:ProductName>sample string 3</d3p1:ProductName>
<d3p1:RealPrice>9</d3p1:RealPrice>
<d3p1:VenderId>6</d3p1:VenderId>
<d3p1:VenderName>sample string 5</d3p1:VenderName>
</d3p1:ReconciliationItemResponse>
</d3p1:Items>
<d3p1:SubTotal>3</d3p1:SubTotal>
<d3p1:TotalNumber>2</d3p1:TotalNumber>
</d3p1:ReconciliationDateResponse>
</d2p1:Items>
<d2p1:NotPay>17</d2p1:NotPay>
<d2p1:PhoneNumber>sample string 3</d2p1:PhoneNumber>
<d2p1:PreviousDebt>16</d2p1:PreviousDebt>
<d2p1:ShareUrl>sample string 18</d2p1:ShareUrl>
<d2p1:Signature>sample string 7</d2p1:Signature>
<d2p1:StartTime>2025-12-26T20:13:22.2378533+08:00</d2p1:StartTime>
<d2p1:currentReconciliation>15</d2p1:currentReconciliation>
</data>
</ResponseOfShareDetailReconciliationzMfAY52k>