POST WEvalProject/GetIncomeEnteringList

Request Information

URI Parameters

None.

Body Parameters

IncomeEnteringListRequest
NameDescriptionTypeAdditional information
UserId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

KeyWord

string

None.

State

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "PageIndex": 1,
  "PageSize": 1,
  "KeyWord": "sample string 2",
  "State": 1
}

application/xml, text/xml

Sample:
<IncomeEnteringListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
  <KeyWord>sample string 2</KeyWord>
  <PageIndex>1</PageIndex>
  <PageSize>1</PageSize>
  <State>1</State>
  <UserId>sample string 1</UserId>
</IncomeEnteringListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

RemoteResponseOfIncomeEnteringListResponse
NameDescriptionTypeAdditional information
success

boolean

None.

errors

string

None.

unauthed

boolean

None.

result

IncomeEnteringListResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "errors": "sample string 2",
  "unauthed": true,
  "result": {
    "IncomeEnteringList": [
      {
        "ID": "852a2696-df69-48fd-8e8a-5428f00db486",
        "PayCustomer": "sample string 2",
        "PaymentMethodName": "sample string 3",
        "ChargeAmount": 1.0,
        "StateName": "sample string 4",
        "ConfirmDateTime": "2026-06-02T20:33:18.4729928+08:00",
        "AgentCompanyName": "sample string 5"
      },
      {
        "ID": "852a2696-df69-48fd-8e8a-5428f00db486",
        "PayCustomer": "sample string 2",
        "PaymentMethodName": "sample string 3",
        "ChargeAmount": 1.0,
        "StateName": "sample string 4",
        "ConfirmDateTime": "2026-06-02T20:33:18.4729928+08:00",
        "AgentCompanyName": "sample string 5"
      }
    ],
    "Count": 1
  }
}

application/xml, text/xml

Sample:
<RemoteResponseOfIncomeEnteringListResponsedmGyRm56 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
  <Errors>sample string 2</Errors>
  <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model">
    <d2p1:Count>1</d2p1:Count>
    <d2p1:IncomeEnteringList>
      <d2p1:IncomeEnteringItem>
        <d2p1:AgentCompanyName>sample string 5</d2p1:AgentCompanyName>
        <d2p1:ChargeAmount>1</d2p1:ChargeAmount>
        <d2p1:ConfirmDateTime>2026-06-02T20:33:18.4729928+08:00</d2p1:ConfirmDateTime>
        <d2p1:ID>852a2696-df69-48fd-8e8a-5428f00db486</d2p1:ID>
        <d2p1:PayCustomer>sample string 2</d2p1:PayCustomer>
        <d2p1:PaymentMethodName>sample string 3</d2p1:PaymentMethodName>
        <d2p1:StateName>sample string 4</d2p1:StateName>
      </d2p1:IncomeEnteringItem>
      <d2p1:IncomeEnteringItem>
        <d2p1:AgentCompanyName>sample string 5</d2p1:AgentCompanyName>
        <d2p1:ChargeAmount>1</d2p1:ChargeAmount>
        <d2p1:ConfirmDateTime>2026-06-02T20:33:18.4729928+08:00</d2p1:ConfirmDateTime>
        <d2p1:ID>852a2696-df69-48fd-8e8a-5428f00db486</d2p1:ID>
        <d2p1:PayCustomer>sample string 2</d2p1:PayCustomer>
        <d2p1:PaymentMethodName>sample string 3</d2p1:PaymentMethodName>
        <d2p1:StateName>sample string 4</d2p1:StateName>
      </d2p1:IncomeEnteringItem>
    </d2p1:IncomeEnteringList>
  </Result>
  <Success>true</Success>
  <UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfIncomeEnteringListResponsedmGyRm56>