GET api/Fee/GetFeeExchangeDtl?ApplyNumber={ApplyNumber}&BusinessTypeID={BusinessTypeID}
获取提现申请
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ApplyNumber |
提现单单号 |
string |
Default value is |
BusinessTypeID |
业务类型 |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfListOfFeeExchangeApplyDtlVMName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | Collection of FeeExchangeApplyDtlVM |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": [ { "RelativeUnitNumber": "sample string 1", "RelativeUnitName": "sample string 2", "RelativeUnitTel": "sample string 3", "SourceNumber": "sample string 4", "FeeTypeName": "sample string 5", "OptAmount": 1.0, "OptPersonName": "sample string 6", "OptDateTime": "sample string 7" }, { "RelativeUnitNumber": "sample string 1", "RelativeUnitName": "sample string 2", "RelativeUnitTel": "sample string 3", "SourceNumber": "sample string 4", "FeeTypeName": "sample string 5", "OptAmount": 1.0, "OptPersonName": "sample string 6", "OptDateTime": "sample string 7" } ] }
application/xml, text/xml
Sample:
<ResultModelOfArrayOfFeeExchangeApplyDtlVM1VTMippo 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:FeeExchangeApplyDtlVM> <d2p1:FeeTypeName>sample string 5</d2p1:FeeTypeName> <d2p1:OptAmount>1</d2p1:OptAmount> <d2p1:OptDateTime>sample string 7</d2p1:OptDateTime> <d2p1:OptPersonName>sample string 6</d2p1:OptPersonName> <d2p1:RelativeUnitName>sample string 2</d2p1:RelativeUnitName> <d2p1:RelativeUnitNumber>sample string 1</d2p1:RelativeUnitNumber> <d2p1:RelativeUnitTel>sample string 3</d2p1:RelativeUnitTel> <d2p1:SourceNumber>sample string 4</d2p1:SourceNumber> </d2p1:FeeExchangeApplyDtlVM> <d2p1:FeeExchangeApplyDtlVM> <d2p1:FeeTypeName>sample string 5</d2p1:FeeTypeName> <d2p1:OptAmount>1</d2p1:OptAmount> <d2p1:OptDateTime>sample string 7</d2p1:OptDateTime> <d2p1:OptPersonName>sample string 6</d2p1:OptPersonName> <d2p1:RelativeUnitName>sample string 2</d2p1:RelativeUnitName> <d2p1:RelativeUnitNumber>sample string 1</d2p1:RelativeUnitNumber> <d2p1:RelativeUnitTel>sample string 3</d2p1:RelativeUnitTel> <d2p1:SourceNumber>sample string 4</d2p1:SourceNumber> </d2p1:FeeExchangeApplyDtlVM> </Data> <Message>sample string 1</Message> </ResultModelOfArrayOfFeeExchangeApplyDtlVM1VTMippo>