POST WEvalProject/GetChargeProjectList
Request Information
URI Parameters
None.
Body Parameters
ChargeProjectListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| KeyWord | string |
None. |
|
| ProjectState | string |
None. |
|
| PaymentStatus | integer |
None. |
|
| PIDS | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"PageIndex": 1,
"PageSize": 1,
"KeyWord": "sample string 2",
"ProjectState": "sample string 3",
"PaymentStatus": 1,
"PIDS": [
1,
2
]
}
application/xml, text/xml
Sample:
<ChargeProjectListRequest 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>
<PIDS xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</PIDS>
<PageIndex>1</PageIndex>
<PageSize>1</PageSize>
<PaymentStatus>1</PaymentStatus>
<ProjectState>sample string 3</ProjectState>
<UserId>sample string 1</UserId>
</ChargeProjectListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfChargeProjectListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | ChargeProjectListResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"ChargeProjectList": [
{
"Clients": "sample string 1",
"CommissionDate": "2026-06-02T20:31:36.2238507+08:00",
"EpStatusName": "sample string 2",
"ProjectStatusName": "sample string 3",
"PaymentMethodName": "sample string 4",
"CustomerTypeName": "sample string 5",
"CustomerName": "sample string 6",
"PID": 7,
"ProjectNo": "sample string 8",
"ProjectName": "sample string 9",
"PaymentPrice": 1.0,
"PaymentRealPrice": 1.0,
"Totalinvoiced": 1.0,
"ChargeAmount": 1.0,
"PaymentStatusName": "sample string 10"
},
{
"Clients": "sample string 1",
"CommissionDate": "2026-06-02T20:31:36.2238507+08:00",
"EpStatusName": "sample string 2",
"ProjectStatusName": "sample string 3",
"PaymentMethodName": "sample string 4",
"CustomerTypeName": "sample string 5",
"CustomerName": "sample string 6",
"PID": 7,
"ProjectNo": "sample string 8",
"ProjectName": "sample string 9",
"PaymentPrice": 1.0,
"PaymentRealPrice": 1.0,
"Totalinvoiced": 1.0,
"ChargeAmount": 1.0,
"PaymentStatusName": "sample string 10"
}
],
"Count": 1
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfChargeProjectListResponsedmGyRm56 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:ChargeProjectList>
<d2p1:ChargeProjectItem>
<d2p1:ChargeAmount>1</d2p1:ChargeAmount>
<d2p1:PID>7</d2p1:PID>
<d2p1:PaymentPrice>1</d2p1:PaymentPrice>
<d2p1:PaymentRealPrice>1</d2p1:PaymentRealPrice>
<d2p1:PaymentStatusName>sample string 10</d2p1:PaymentStatusName>
<d2p1:ProjectName>sample string 9</d2p1:ProjectName>
<d2p1:ProjectNo>sample string 8</d2p1:ProjectNo>
<d2p1:Totalinvoiced>1</d2p1:Totalinvoiced>
<d2p1:Clients>sample string 1</d2p1:Clients>
<d2p1:CommissionDate>2026-06-02T20:31:36.2238507+08:00</d2p1:CommissionDate>
<d2p1:CustomerName>sample string 6</d2p1:CustomerName>
<d2p1:CustomerTypeName>sample string 5</d2p1:CustomerTypeName>
<d2p1:EpStatusName>sample string 2</d2p1:EpStatusName>
<d2p1:PaymentMethodName>sample string 4</d2p1:PaymentMethodName>
<d2p1:ProjectStatusName>sample string 3</d2p1:ProjectStatusName>
</d2p1:ChargeProjectItem>
<d2p1:ChargeProjectItem>
<d2p1:ChargeAmount>1</d2p1:ChargeAmount>
<d2p1:PID>7</d2p1:PID>
<d2p1:PaymentPrice>1</d2p1:PaymentPrice>
<d2p1:PaymentRealPrice>1</d2p1:PaymentRealPrice>
<d2p1:PaymentStatusName>sample string 10</d2p1:PaymentStatusName>
<d2p1:ProjectName>sample string 9</d2p1:ProjectName>
<d2p1:ProjectNo>sample string 8</d2p1:ProjectNo>
<d2p1:Totalinvoiced>1</d2p1:Totalinvoiced>
<d2p1:Clients>sample string 1</d2p1:Clients>
<d2p1:CommissionDate>2026-06-02T20:31:36.2238507+08:00</d2p1:CommissionDate>
<d2p1:CustomerName>sample string 6</d2p1:CustomerName>
<d2p1:CustomerTypeName>sample string 5</d2p1:CustomerTypeName>
<d2p1:EpStatusName>sample string 2</d2p1:EpStatusName>
<d2p1:PaymentMethodName>sample string 4</d2p1:PaymentMethodName>
<d2p1:ProjectStatusName>sample string 3</d2p1:ProjectStatusName>
</d2p1:ChargeProjectItem>
</d2p1:ChargeProjectList>
<d2p1:Count>1</d2p1:Count>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfChargeProjectListResponsedmGyRm56>