GET api/Fee/GetFeeSuspendAppplyList?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}&approvalStatus={approvalStatus}&queryCustomer={queryCustomer}

费用协议终止-审核列表-接口

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DomainId

域Id

globally unique identifier

None.

AccountId

账户Id

globally unique identifier

None.

PersonId

人员Id

globally unique identifier

None.

approvalStatus

审核结果

string

Required

queryCustomer

协议编号客户名称

string

Required

Body Parameters

None.

Response Information

Resource Description

ResultModelOfFeeSuspendAppplyListVM
NameDescriptionTypeAdditional information
Code

ReturnCode

None.

Message

string

None.

Data

FeeSuspendAppplyListVM

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 1",
  "Data": {
    "items": [
      {
        "photos": [
          {
            "FeeSuspendApplyID": "c6edb3aa-14b2-4fd4-8682-d2adc4c546ee",
            "PhotoURL": "sample string 2",
            "Sequence": 3
          },
          {
            "FeeSuspendApplyID": "c6edb3aa-14b2-4fd4-8682-d2adc4c546ee",
            "PhotoURL": "sample string 2",
            "Sequence": 3
          }
        ],
        "TID": "48c2e134-3679-425b-9038-d9639dc07619",
        "FeeNumber": "sample string 2",
        "CustomerName": "sample string 3",
        "Amount": 4.0,
        "ApplyNumber": "sample string 5",
        "ApplyPersonName": "sample string 6",
        "ApprovalStatus": "sample string 7",
        "ApplyDateTime": "sample string 8",
        "ApplyReason": "sample string 9",
        "FactEndType": "sample string 10",
        "FactEndDate": "sample string 11",
        "ApplyRemark": "sample string 12"
      },
      {
        "photos": [
          {
            "FeeSuspendApplyID": "c6edb3aa-14b2-4fd4-8682-d2adc4c546ee",
            "PhotoURL": "sample string 2",
            "Sequence": 3
          },
          {
            "FeeSuspendApplyID": "c6edb3aa-14b2-4fd4-8682-d2adc4c546ee",
            "PhotoURL": "sample string 2",
            "Sequence": 3
          }
        ],
        "TID": "48c2e134-3679-425b-9038-d9639dc07619",
        "FeeNumber": "sample string 2",
        "CustomerName": "sample string 3",
        "Amount": 4.0,
        "ApplyNumber": "sample string 5",
        "ApplyPersonName": "sample string 6",
        "ApprovalStatus": "sample string 7",
        "ApplyDateTime": "sample string 8",
        "ApplyReason": "sample string 9",
        "FactEndType": "sample string 10",
        "FactEndDate": "sample string 11",
        "ApplyRemark": "sample string 12"
      }
    ]
  }
}

application/xml, text/xml

Sample:
<ResultModelOfFeeSuspendAppplyListVM1VTMippo 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:items>
      <d2p1:FeeSuspendAppplyListItem>
        <d2p1:Amount>4</d2p1:Amount>
        <d2p1:ApplyDateTime>sample string 8</d2p1:ApplyDateTime>
        <d2p1:ApplyNumber>sample string 5</d2p1:ApplyNumber>
        <d2p1:ApplyPersonName>sample string 6</d2p1:ApplyPersonName>
        <d2p1:ApplyReason>sample string 9</d2p1:ApplyReason>
        <d2p1:ApplyRemark>sample string 12</d2p1:ApplyRemark>
        <d2p1:ApprovalStatus>sample string 7</d2p1:ApprovalStatus>
        <d2p1:CustomerName>sample string 3</d2p1:CustomerName>
        <d2p1:FactEndDate>sample string 11</d2p1:FactEndDate>
        <d2p1:FactEndType>sample string 10</d2p1:FactEndType>
        <d2p1:FeeNumber>sample string 2</d2p1:FeeNumber>
        <d2p1:TID>48c2e134-3679-425b-9038-d9639dc07619</d2p1:TID>
        <d2p1:photos>
          <d2p1:FeeSuspendApplyPicItem>
            <d2p1:FeeSuspendApplyID>c6edb3aa-14b2-4fd4-8682-d2adc4c546ee</d2p1:FeeSuspendApplyID>
            <d2p1:PhotoURL>sample string 2</d2p1:PhotoURL>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:FeeSuspendApplyPicItem>
          <d2p1:FeeSuspendApplyPicItem>
            <d2p1:FeeSuspendApplyID>c6edb3aa-14b2-4fd4-8682-d2adc4c546ee</d2p1:FeeSuspendApplyID>
            <d2p1:PhotoURL>sample string 2</d2p1:PhotoURL>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:FeeSuspendApplyPicItem>
        </d2p1:photos>
      </d2p1:FeeSuspendAppplyListItem>
      <d2p1:FeeSuspendAppplyListItem>
        <d2p1:Amount>4</d2p1:Amount>
        <d2p1:ApplyDateTime>sample string 8</d2p1:ApplyDateTime>
        <d2p1:ApplyNumber>sample string 5</d2p1:ApplyNumber>
        <d2p1:ApplyPersonName>sample string 6</d2p1:ApplyPersonName>
        <d2p1:ApplyReason>sample string 9</d2p1:ApplyReason>
        <d2p1:ApplyRemark>sample string 12</d2p1:ApplyRemark>
        <d2p1:ApprovalStatus>sample string 7</d2p1:ApprovalStatus>
        <d2p1:CustomerName>sample string 3</d2p1:CustomerName>
        <d2p1:FactEndDate>sample string 11</d2p1:FactEndDate>
        <d2p1:FactEndType>sample string 10</d2p1:FactEndType>
        <d2p1:FeeNumber>sample string 2</d2p1:FeeNumber>
        <d2p1:TID>48c2e134-3679-425b-9038-d9639dc07619</d2p1:TID>
        <d2p1:photos>
          <d2p1:FeeSuspendApplyPicItem>
            <d2p1:FeeSuspendApplyID>c6edb3aa-14b2-4fd4-8682-d2adc4c546ee</d2p1:FeeSuspendApplyID>
            <d2p1:PhotoURL>sample string 2</d2p1:PhotoURL>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:FeeSuspendApplyPicItem>
          <d2p1:FeeSuspendApplyPicItem>
            <d2p1:FeeSuspendApplyID>c6edb3aa-14b2-4fd4-8682-d2adc4c546ee</d2p1:FeeSuspendApplyID>
            <d2p1:PhotoURL>sample string 2</d2p1:PhotoURL>
            <d2p1:Sequence>3</d2p1:Sequence>
          </d2p1:FeeSuspendApplyPicItem>
        </d2p1:photos>
      </d2p1:FeeSuspendAppplyListItem>
    </d2p1:items>
  </Data>
  <Message>sample string 1</Message>
</ResultModelOfFeeSuspendAppplyListVM1VTMippo>