POST WEvalProject/GetAccountQueryList
Request Information
URI Parameters
None.
Body Parameters
AccountQueryListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| KeyWord | string |
None. |
|
| CurState | string |
None. |
|
| PaymentMethod | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"PageIndex": 1,
"PageSize": 1,
"KeyWord": "sample string 2",
"CurState": "sample string 3",
"PaymentMethod": "sample string 4"
}
application/xml, text/xml
Sample:
<AccountQueryListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <CurState>sample string 3</CurState> <KeyWord>sample string 2</KeyWord> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <PaymentMethod>sample string 4</PaymentMethod> <UserId>sample string 1</UserId> </AccountQueryListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfAccountQueryListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | AccountQueryListResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"AccountQueryList": [
{
"ProjectNo": "sample string 1",
"ID": 2,
"Name": "sample string 3",
"PayCustomer": "sample string 4",
"PaymentMethodName": "sample string 5",
"ChargeAmount": 1.0,
"ConfirmDateTime": "2026-06-02T20:31:18.1613336+08:00",
"ChargeUserName": "sample string 6",
"CurState": "sample string 7",
"ChargeStatusName": "sample string 8"
},
{
"ProjectNo": "sample string 1",
"ID": 2,
"Name": "sample string 3",
"PayCustomer": "sample string 4",
"PaymentMethodName": "sample string 5",
"ChargeAmount": 1.0,
"ConfirmDateTime": "2026-06-02T20:31:18.1613336+08:00",
"ChargeUserName": "sample string 6",
"CurState": "sample string 7",
"ChargeStatusName": "sample string 8"
}
],
"Count": 1
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfAccountQueryListResponsedmGyRm56 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:AccountQueryList>
<d2p1:AccountQueryItem>
<d2p1:ChargeAmount>1</d2p1:ChargeAmount>
<d2p1:ChargeStatusName>sample string 8</d2p1:ChargeStatusName>
<d2p1:ChargeUserName>sample string 6</d2p1:ChargeUserName>
<d2p1:ConfirmDateTime>2026-06-02T20:31:18.1613336+08:00</d2p1:ConfirmDateTime>
<d2p1:CurState>sample string 7</d2p1:CurState>
<d2p1:ID>2</d2p1:ID>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:PayCustomer>sample string 4</d2p1:PayCustomer>
<d2p1:PaymentMethodName>sample string 5</d2p1:PaymentMethodName>
<d2p1:ProjectNo>sample string 1</d2p1:ProjectNo>
</d2p1:AccountQueryItem>
<d2p1:AccountQueryItem>
<d2p1:ChargeAmount>1</d2p1:ChargeAmount>
<d2p1:ChargeStatusName>sample string 8</d2p1:ChargeStatusName>
<d2p1:ChargeUserName>sample string 6</d2p1:ChargeUserName>
<d2p1:ConfirmDateTime>2026-06-02T20:31:18.1613336+08:00</d2p1:ConfirmDateTime>
<d2p1:CurState>sample string 7</d2p1:CurState>
<d2p1:ID>2</d2p1:ID>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:PayCustomer>sample string 4</d2p1:PayCustomer>
<d2p1:PaymentMethodName>sample string 5</d2p1:PaymentMethodName>
<d2p1:ProjectNo>sample string 1</d2p1:ProjectNo>
</d2p1:AccountQueryItem>
</d2p1:AccountQueryList>
<d2p1:Count>1</d2p1:Count>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfAccountQueryListResponsedmGyRm56>