GET api/Fee/GetFeeExchangeApplyList?dealerNumber={dealerNumber}

获取提现申请列表 和GetFeeExchangeApplySet一样 这个没分页查所有 这个是给鲁花查询我们系统费用单用的

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dealerNumber

经销商编号

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultModelOfListOfFeeExchangeApply
NameDescriptionTypeAdditional information
Code

ReturnCode

None.

Message

string

None.

Data

Collection of FeeExchangeApply

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 1",
  "Data": [
    {
      "DealerName": "sample string 1",
      "DealerNumber": "sample string 2",
      "ApplyPersonName": "sample string 3",
      "ApplyNumber": "sample string 4",
      "ApplyDate": "2025-06-23 22:46:45",
      "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-06-23 22:46:45",
      "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:
<ResultModelOfArrayOfFeeExchangeApply1VTMippo 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:FeeExchangeApply>
      <d2p1:ApplyAmount>1</d2p1:ApplyAmount>
      <d2p1:ApplyDate>2025-06-23T22:46:45.9101265+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:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
      </d2p1:ExchangeDtlCatering>
      <d2p1:ExchangeDtlChanPin xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
      </d2p1:ExchangeDtlChanPin>
      <d2p1:ExchangeDtlZhongXin xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
      </d2p1:ExchangeDtlZhongXin>
      <d2p1:MonthID>1</d2p1:MonthID>
    </d2p1:FeeExchangeApply>
    <d2p1:FeeExchangeApply>
      <d2p1:ApplyAmount>1</d2p1:ApplyAmount>
      <d2p1:ApplyDate>2025-06-23T22:46:45.9101265+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:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
      </d2p1:ExchangeDtlCatering>
      <d2p1:ExchangeDtlChanPin xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
      </d2p1:ExchangeDtlChanPin>
      <d2p1:ExchangeDtlZhongXin xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
        <d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 1</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
          <d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
            <d4p1:Key>sample string 2</d4p1:Key>
            <d4p1:Value>1</d4p1:Value>
          </d4p1:KeyValueOfstringNullableOfdecimalU6ho3Bhd>
        </d4p1:ArrayOfKeyValueOfstringNullableOfdecimalU6ho3Bhd>
      </d2p1:ExchangeDtlZhongXin>
      <d2p1:MonthID>1</d2p1:MonthID>
    </d2p1:FeeExchangeApply>
  </Data>
  <Message>sample string 1</Message>
</ResultModelOfArrayOfFeeExchangeApply1VTMippo>