GET api/Fee/GetFeeExchangeDetailExcel?applyNumber={applyNumber}&dealerId={dealerId}&paymentBillNo={paymentBillNo}&orgId={orgId}&auditStatus={auditStatus}

导出提现单明细

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "1faa8e64-e113-4110-84b2-30550a2e94ac"
}

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>1faa8e64-e113-4110-84b2-30550a2e94ac</Data>
  <Message>sample string 1</Message>
</ResultModelOfNullableOfguid5F2dSckg>