GET api/Fee/GetFeeExchangeDetailExcel?applyNumber={applyNumber}&dealerId={dealerId}&paymentBillNo={paymentBillNo}&orgId={orgId}&auditStatus={auditStatus}
导出提现单明细
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applyNumber |
申请单号 |
string |
Required |
| dealerId |
经销商Id |
globally unique identifier |
Required |
| paymentBillNo |
付款单单号 |
string |
Required |
| orgId |
组织架构 |
string |
Required |
| auditStatus |
提现状态 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResultModelOfNullableOfGuid| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Data | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 1",
"Data": "3f2f1026-ffd2-4425-9787-8d574ef1f0cc"
}
application/xml, text/xml
Sample:
<ResultModelOfNullableOfguid5F2dSckg xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data>3f2f1026-ffd2-4425-9787-8d574ef1f0cc</Data> <Message>sample string 1</Message> </ResultModelOfNullableOfguid5F2dSckg>