GET api/Fee/GetFeeExchangeApplyInfo?ApplyNumber={ApplyNumber}
获取提现申请
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplyNumber |
提现单单号 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfFeeExchangeApplyVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | FeeExchangeApplyVM |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": {
"TID": "f446c24b-0fde-4389-b40b-b61d925285cf",
"ApplyNumber": "sample string 1",
"Org3Name": "sample string 2",
"Org4Name": "sample string 3",
"Org5Name": "sample string 4",
"MonthID": "sample string 5",
"PaymentBillNo": "sample string 6",
"ApplyDateTime": "2025-12-17 05:44:08",
"ApplyAmount": 1.0,
"ApplyPersonName": "sample string 7",
"DealerName": "sample string 8",
"Remark": "sample string 9",
"AuditStatus": "sample string 10",
"ExchangeDtlZhongXin": [
{},
{}
],
"ExchangeDtlChanPin": [
{},
{}
],
"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:
<ResultModelOfFeeExchangeApplyVM1VTMippo 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:ApplyAmount>1</d2p1:ApplyAmount>
<d2p1:ApplyDateTime>2025-12-17T05:44:08.0568024+08:00</d2p1:ApplyDateTime>
<d2p1:ApplyNumber>sample string 1</d2p1:ApplyNumber>
<d2p1:ApplyPersonName>sample string 7</d2p1:ApplyPersonName>
<d2p1:AuditStatus>sample string 10</d2p1:AuditStatus>
<d2p1:DealerName>sample string 8</d2p1:DealerName>
<d2p1:ExchangeDtlCatering xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>1</d3p1:Value>
</d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:Key>sample string 2</d3p1:Key>
<d3p1:Value>1</d3p1:Value>
</d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d3p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:Key>sample string 1</d3p1:Key>
<d3p1:Value>1</d3p1:Value>
</d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
<d3p1:Key>sample string 2</d3p1:Key>
<d3p1:Value>1</d3p1:Value>
</d3p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d3p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
</d2p1:ExchangeDtlCatering>
<d2p1:ExchangeDtlChanPin xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</d2p1:ExchangeDtlChanPin>
<d2p1:ExchangeDtlZhongXin xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:anyType />
<d3p1:anyType />
</d2p1:ExchangeDtlZhongXin>
<d2p1:MonthID>sample string 5</d2p1:MonthID>
<d2p1:Org3Name>sample string 2</d2p1:Org3Name>
<d2p1:Org4Name>sample string 3</d2p1:Org4Name>
<d2p1:Org5Name>sample string 4</d2p1:Org5Name>
<d2p1:PaymentBillNo>sample string 6</d2p1:PaymentBillNo>
<d2p1:Remark>sample string 9</d2p1:Remark>
<d2p1:TID>f446c24b-0fde-4389-b40b-b61d925285cf</d2p1:TID>
</Data>
<Message>sample string 1</Message>
</ResultModelOfFeeExchangeApplyVM1VTMippo>