POST WEvalProject/UserChargeBackList
Request Information
URI Parameters
None.
Body Parameters
ChargeBackListRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| KeyWord | string |
None. |
|
| ChargeBackState | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"PageIndex": 1,
"PageSize": 1,
"KeyWord": "sample string 2",
"ChargeBackState": "sample string 3"
}
application/xml, text/xml
Sample:
<ChargeBackListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model"> <ChargeBackState>sample string 3</ChargeBackState> <KeyWord>sample string 2</KeyWord> <PageIndex>1</PageIndex> <PageSize>1</PageSize> <UserId>sample string 1</UserId> </ChargeBackListRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfChargeBackListResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | ChargeBackListResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"ChargeBackList": [
{
"ChargeBackID": 1,
"ProjectName": "sample string 2",
"ProjectNo": "sample string 3",
"CurState": "sample string 4",
"FromName": "sample string 5",
"Consignee": "sample string 6",
"ProjectDeptName": "sample string 7",
"State": "sample string 8",
"CreatedDateTime": "2026-06-02T20:32:08.9582455+08:00",
"TypeName": "sample string 10"
},
{
"ChargeBackID": 1,
"ProjectName": "sample string 2",
"ProjectNo": "sample string 3",
"CurState": "sample string 4",
"FromName": "sample string 5",
"Consignee": "sample string 6",
"ProjectDeptName": "sample string 7",
"State": "sample string 8",
"CreatedDateTime": "2026-06-02T20:32:08.9582455+08:00",
"TypeName": "sample string 10"
}
],
"Count": 1
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfChargeBackListResponsedmGyRm56 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:ChargeBackList>
<d2p1:ChargeBackInfo>
<d2p1:ChargeBackID>1</d2p1:ChargeBackID>
<d2p1:Consignee>sample string 6</d2p1:Consignee>
<d2p1:CreatedDateTime>2026-06-02T20:32:08.9582455+08:00</d2p1:CreatedDateTime>
<d2p1:CurState>sample string 4</d2p1:CurState>
<d2p1:FromName>sample string 5</d2p1:FromName>
<d2p1:ProjectDeptName>sample string 7</d2p1:ProjectDeptName>
<d2p1:ProjectName>sample string 2</d2p1:ProjectName>
<d2p1:ProjectNo>sample string 3</d2p1:ProjectNo>
<d2p1:State>sample string 8</d2p1:State>
<d2p1:TypeName>sample string 10</d2p1:TypeName>
</d2p1:ChargeBackInfo>
<d2p1:ChargeBackInfo>
<d2p1:ChargeBackID>1</d2p1:ChargeBackID>
<d2p1:Consignee>sample string 6</d2p1:Consignee>
<d2p1:CreatedDateTime>2026-06-02T20:32:08.9582455+08:00</d2p1:CreatedDateTime>
<d2p1:CurState>sample string 4</d2p1:CurState>
<d2p1:FromName>sample string 5</d2p1:FromName>
<d2p1:ProjectDeptName>sample string 7</d2p1:ProjectDeptName>
<d2p1:ProjectName>sample string 2</d2p1:ProjectName>
<d2p1:ProjectNo>sample string 3</d2p1:ProjectNo>
<d2p1:State>sample string 8</d2p1:State>
<d2p1:TypeName>sample string 10</d2p1:TypeName>
</d2p1:ChargeBackInfo>
</d2p1:ChargeBackList>
<d2p1:Count>1</d2p1:Count>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfChargeBackListResponsedmGyRm56>