POST api/vender/VenderSupplierSettlementList/detail
结算详情,true:收购结算
Request Information
URI Parameters
None.
Body Parameters
是否是收购结算
ApiPageOfSettlementApiRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| data | SettlementApiRequestModel |
None. |
|
| PageIndex |
页面起始项的索引,如{PageIndex=0,PageSize=10}:取0~9项(前十项);{PageIndex=10,PageSize=10}:取10~19项 |
integer |
None. |
| PageSize |
获取数量 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": {
"Id": 1,
"IsBuyOut": true
},
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<ApiPageOfSettlementApiRequestModelIoo5uFlX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Request">
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<data>
<Id>1</Id>
<IsBuyOut>true</IsBuyOut>
</data>
</ApiPageOfSettlementApiRequestModelIoo5uFlX>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponsePageOfListOfVenderSupplierSettlementDetailModel| Name | Description | Type | Additional information |
|---|---|---|---|
| isLastPage | boolean |
None. |
|
| totalItem | integer |
None. |
|
| data | Collection of VenderSupplierSettlementDetailModel |
None. |
|
| errcode |
错误码,默认为成功:SUCCESS |
string |
None. |
| errmsg |
错误信息,默认为:成功 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isLastPage": true,
"totalItem": 2,
"data": [
{
"ProfitDivideType": 0,
"ProfitDivideRatio": 1.0,
"Title": "sample string 2",
"VenderName": "sample string 3",
"ProductVarietyName": "sample string 4",
"ProductClassName": "sample string 5",
"TheTime": "2025-12-26T20:19:36.3076132+08:00",
"Count": 6,
"Price": 7.0
},
{
"ProfitDivideType": 0,
"ProfitDivideRatio": 1.0,
"Title": "sample string 2",
"VenderName": "sample string 3",
"ProductVarietyName": "sample string 4",
"ProductClassName": "sample string 5",
"TheTime": "2025-12-26T20:19:36.3076132+08:00",
"Count": 6,
"Price": 7.0
}
],
"errcode": "sample string 3",
"errmsg": "sample string 4"
}
application/xml, text/xml
Sample:
<ResponsePageOfArrayOfVenderSupplierSettlementDetailModelUJ8Augit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infrastructure.WebApi">
<errcode>sample string 3</errcode>
<errmsg>sample string 4</errmsg>
<data xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataModel.Exchange.Response">
<d2p1:VenderSupplierSettlementDetailModel>
<d2p1:Count>6</d2p1:Count>
<d2p1:Price>7</d2p1:Price>
<d2p1:ProductClassName>sample string 5</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 4</d2p1:ProductVarietyName>
<d2p1:TheTime>2025-12-26T20:19:36.3076132+08:00</d2p1:TheTime>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:VenderName>sample string 3</d2p1:VenderName>
<d2p1:ProfitDivideRatio>1</d2p1:ProfitDivideRatio>
<d2p1:ProfitDivideType>Ratio</d2p1:ProfitDivideType>
</d2p1:VenderSupplierSettlementDetailModel>
<d2p1:VenderSupplierSettlementDetailModel>
<d2p1:Count>6</d2p1:Count>
<d2p1:Price>7</d2p1:Price>
<d2p1:ProductClassName>sample string 5</d2p1:ProductClassName>
<d2p1:ProductVarietyName>sample string 4</d2p1:ProductVarietyName>
<d2p1:TheTime>2025-12-26T20:19:36.3076132+08:00</d2p1:TheTime>
<d2p1:Title>sample string 2</d2p1:Title>
<d2p1:VenderName>sample string 3</d2p1:VenderName>
<d2p1:ProfitDivideRatio>1</d2p1:ProfitDivideRatio>
<d2p1:ProfitDivideType>Ratio</d2p1:ProfitDivideType>
</d2p1:VenderSupplierSettlementDetailModel>
</data>
<isLastPage>true</isLastPage>
<totalItem>2</totalItem>
</ResponsePageOfArrayOfVenderSupplierSettlementDetailModelUJ8Augit>