POST api/chargeback/getlist
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessChargeback| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CustomerCode | string |
None. |
|
| EntryId | string |
None. |
|
| EntryIdHg | string |
None. |
|
| ReceiptTime | date |
None. |
|
| ReceiptContent | string |
None. |
|
| ErrorType | string |
None. |
|
| ErrorPersonLiable | string |
None. |
|
| ErrorReasonDesr | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateUser | string |
None. |
|
| UpdateTime | date |
None. |
|
| UpdateUser | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "1",
"customerCode": "sample string 2",
"entryId": "sample string 3",
"entryIdHg": "sample string 4",
"receiptTime": "2025-11-07 02:44:53",
"receiptContent": "sample string 5",
"errorType": "sample string 6",
"errorPersonLiable": "sample string 7",
"errorReasonDesr": "sample string 8",
"createTime": "2025-11-07 02:44:53",
"createUser": "sample string 9",
"updateTime": "2025-11-07 02:44:53",
"updateUser": "sample string 10",
"pageSize": 11,
"pageIndex": 12,
"totalCount": 13
}
application/xml, text/xml
Sample:
<EntTgBusinessChargeback xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>12</PageIndex> <PageSize>11</PageSize> <TotalCount>13</TotalCount> <CreateTime>2025-11-07T02:44:53.8564198+08:00</CreateTime> <CreateUser>sample string 9</CreateUser> <CustomerCode>sample string 2</CustomerCode> <EntryId>sample string 3</EntryId> <EntryIdHg>sample string 4</EntryIdHg> <ErrorPersonLiable>sample string 7</ErrorPersonLiable> <ErrorReasonDesr>sample string 8</ErrorReasonDesr> <ErrorType>sample string 6</ErrorType> <ID>1</ID> <ReceiptContent>sample string 5</ReceiptContent> <ReceiptTime>2025-11-07T02:44:53.8564198+08:00</ReceiptTime> <UpdateTime>2025-11-07T02:44:53.8564198+08:00</UpdateTime> <UpdateUser>sample string 10</UpdateUser> </EntTgBusinessChargeback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntTgBusinessChargeback| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultOfEntTgBusinessChargeback |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": [
{
"id": "1",
"customerCode": "sample string 2",
"entryId": "sample string 3",
"entryIdHg": "sample string 4",
"receiptTime": "2025-11-07 02:44:53",
"receiptContent": "sample string 5",
"errorType": "sample string 6",
"errorPersonLiable": "sample string 7",
"errorReasonDesr": "sample string 8",
"createTime": "2025-11-07 02:44:53",
"createUser": "sample string 9",
"updateTime": "2025-11-07 02:44:53",
"updateUser": "sample string 10",
"pageSize": 11,
"pageIndex": 12,
"totalCount": 13
},
{
"id": "1",
"customerCode": "sample string 2",
"entryId": "sample string 3",
"entryIdHg": "sample string 4",
"receiptTime": "2025-11-07 02:44:53",
"receiptContent": "sample string 5",
"errorType": "sample string 6",
"errorPersonLiable": "sample string 7",
"errorReasonDesr": "sample string 8",
"createTime": "2025-11-07 02:44:53",
"createUser": "sample string 9",
"updateTime": "2025-11-07 02:44:53",
"updateUser": "sample string 10",
"pageSize": 11,
"pageIndex": 12,
"totalCount": 13
}
]
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultOfEntTgBusinessChargebackJWrFJ9jlDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items>
<EntTgBusinessChargeback>
<PageIndex>12</PageIndex>
<PageSize>11</PageSize>
<TotalCount>13</TotalCount>
<CreateTime>2025-11-07T02:44:53.8720737+08:00</CreateTime>
<CreateUser>sample string 9</CreateUser>
<CustomerCode>sample string 2</CustomerCode>
<EntryId>sample string 3</EntryId>
<EntryIdHg>sample string 4</EntryIdHg>
<ErrorPersonLiable>sample string 7</ErrorPersonLiable>
<ErrorReasonDesr>sample string 8</ErrorReasonDesr>
<ErrorType>sample string 6</ErrorType>
<ID>1</ID>
<ReceiptContent>sample string 5</ReceiptContent>
<ReceiptTime>2025-11-07T02:44:53.8720737+08:00</ReceiptTime>
<UpdateTime>2025-11-07T02:44:53.8720737+08:00</UpdateTime>
<UpdateUser>sample string 10</UpdateUser>
</EntTgBusinessChargeback>
<EntTgBusinessChargeback>
<PageIndex>12</PageIndex>
<PageSize>11</PageSize>
<TotalCount>13</TotalCount>
<CreateTime>2025-11-07T02:44:53.8720737+08:00</CreateTime>
<CreateUser>sample string 9</CreateUser>
<CustomerCode>sample string 2</CustomerCode>
<EntryId>sample string 3</EntryId>
<EntryIdHg>sample string 4</EntryIdHg>
<ErrorPersonLiable>sample string 7</ErrorPersonLiable>
<ErrorReasonDesr>sample string 8</ErrorReasonDesr>
<ErrorType>sample string 6</ErrorType>
<ID>1</ID>
<ReceiptContent>sample string 5</ReceiptContent>
<ReceiptTime>2025-11-07T02:44:53.8720737+08:00</ReceiptTime>
<UpdateTime>2025-11-07T02:44:53.8720737+08:00</UpdateTime>
<UpdateUser>sample string 10</UpdateUser>
</EntTgBusinessChargeback>
</d2p1:items>
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultOfEntTgBusinessChargebackJWrFJ9jlDN9A7J8d>