GET api/Fee/GetFeeExchangeApplySet?dealerNumber={dealerNumber}&pageIndex={pageIndex}&pageSize={pageSize}
获取提现申请集合
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dealerNumber |
经销商编号 |
string |
Required |
| pageIndex |
页码 |
integer |
Default value is 1 |
| pageSize |
每页条数 |
integer |
Default value is 50 |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfFeeExchangeApplySet| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | FeeExchangeApplySet |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": {
"Total": 1,
"Rows": [
{
"DealerName": "sample string 1",
"DealerNumber": "sample string 2",
"ApplyPersonName": "sample string 3",
"ApplyNumber": "sample string 4",
"ApplyDate": "2025-12-17 05:49:52",
"MonthID": 1,
"ApplyAmount": 1.0,
"ExchangeDtlZhongXin": [
{
"sample string 1": 1.0,
"sample string 2": 1.0
},
{
"sample string 1": 1.0,
"sample string 2": 1.0
}
],
"ExchangeDtlChanPin": [
{
"sample string 1": 1.0,
"sample string 2": 1.0
},
{
"sample string 1": 1.0,
"sample string 2": 1.0
}
],
"ExchangeDtlCatering": [
{
"sample string 1": 1.0,
"sample string 2": 1.0
},
{
"sample string 1": 1.0,
"sample string 2": 1.0
}
]
},
{
"DealerName": "sample string 1",
"DealerNumber": "sample string 2",
"ApplyPersonName": "sample string 3",
"ApplyNumber": "sample string 4",
"ApplyDate": "2025-12-17 05:49:52",
"MonthID": 1,
"ApplyAmount": 1.0,
"ExchangeDtlZhongXin": [
{
"sample string 1": 1.0,
"sample string 2": 1.0
},
{
"sample string 1": 1.0,
"sample string 2": 1.0
}
],
"ExchangeDtlChanPin": [
{
"sample string 1": 1.0,
"sample string 2": 1.0
},
{
"sample string 1": 1.0,
"sample string 2": 1.0
}
],
"ExchangeDtlCatering": [
{
"sample string 1": 1.0,
"sample string 2": 1.0
},
{
"sample string 1": 1.0,
"sample string 2": 1.0
}
]
}
]
}
}
application/xml, text/xml
Sample:
<ResultModelOfFeeExchangeApplySet1VTMippo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility">
<Code>Success</Code>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JT.VSFA.App.WebAPI.Areas.Fee.ViewModel">
<d2p1:Rows>
<d2p1:FeeExchangeApply>
<d2p1:ApplyAmount>1</d2p1:ApplyAmount>
<d2p1:ApplyDate>2025-12-17T05:49:52.0679275+08:00</d2p1:ApplyDate>
<d2p1:ApplyNumber>sample string 4</d2p1:ApplyNumber>
<d2p1:ApplyPersonName>sample string 3</d2p1:ApplyPersonName>
<d2p1:DealerName>sample string 1</d2p1:DealerName>
<d2p1:DealerNumber>sample string 2</d2p1:DealerNumber>
<d2p1:ExchangeDtlCatering xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d2p1:ExchangeDtlCatering>
<d2p1:ExchangeDtlChanPin xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d2p1:ExchangeDtlChanPin>
<d2p1:ExchangeDtlZhongXin xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d2p1:ExchangeDtlZhongXin>
<d2p1:MonthID>1</d2p1:MonthID>
</d2p1:FeeExchangeApply>
<d2p1:FeeExchangeApply>
<d2p1:ApplyAmount>1</d2p1:ApplyAmount>
<d2p1:ApplyDate>2025-12-17T05:49:52.0679275+08:00</d2p1:ApplyDate>
<d2p1:ApplyNumber>sample string 4</d2p1:ApplyNumber>
<d2p1:ApplyPersonName>sample string 3</d2p1:ApplyPersonName>
<d2p1:DealerName>sample string 1</d2p1:DealerName>
<d2p1:DealerNumber>sample string 2</d2p1:DealerNumber>
<d2p1:ExchangeDtlCatering xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d2p1:ExchangeDtlCatering>
<d2p1:ExchangeDtlChanPin xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d2p1:ExchangeDtlChanPin>
<d2p1:ExchangeDtlZhongXin xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 1</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d5p1:Key>sample string 2</d5p1:Key>
<d5p1:Value>1</d5p1:Value>
</d5p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d5p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d2p1:ExchangeDtlZhongXin>
<d2p1:MonthID>1</d2p1:MonthID>
</d2p1:FeeExchangeApply>
</d2p1:Rows>
<d2p1:Total>1</d2p1:Total>
</Data>
<Message>sample string 1</Message>
</ResultModelOfFeeExchangeApplySet1VTMippo>