POST api/chargeback/getlist
Request Information
URI Parameters
None.
Body Parameters
EntTgBusinessChargebackName | 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": "2024-11-21 16:45:55", "receiptContent": "sample string 5", "errorType": "sample string 6", "errorPersonLiable": "sample string 7", "errorReasonDesr": "sample string 8", "createTime": "2024-11-21 16:45:55", "createUser": "sample string 9", "updateTime": "2024-11-21 16:45:55", "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>2024-11-21T16:45:55.3223948+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>2024-11-21T16:45:55.3223948+08:00</ReceiptTime> <UpdateTime>2024-11-21T16:45:55.3223948+08:00</UpdateTime> <UpdateUser>sample string 10</UpdateUser> </EntTgBusinessChargeback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultOfEntTgBusinessChargebackName | 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": "2024-11-21 16:45:55", "receiptContent": "sample string 5", "errorType": "sample string 6", "errorPersonLiable": "sample string 7", "errorReasonDesr": "sample string 8", "createTime": "2024-11-21 16:45:55", "createUser": "sample string 9", "updateTime": "2024-11-21 16:45:55", "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": "2024-11-21 16:45:55", "receiptContent": "sample string 5", "errorType": "sample string 6", "errorPersonLiable": "sample string 7", "errorReasonDesr": "sample string 8", "createTime": "2024-11-21 16:45:55", "createUser": "sample string 9", "updateTime": "2024-11-21 16:45:55", "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>2024-11-21T16:45:55.3223948+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>2024-11-21T16:45:55.3223948+08:00</ReceiptTime> <UpdateTime>2024-11-21T16:45:55.3223948+08:00</UpdateTime> <UpdateUser>sample string 10</UpdateUser> </EntTgBusinessChargeback> <EntTgBusinessChargeback> <PageIndex>12</PageIndex> <PageSize>11</PageSize> <TotalCount>13</TotalCount> <CreateTime>2024-11-21T16:45:55.3223948+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>2024-11-21T16:45:55.3223948+08:00</ReceiptTime> <UpdateTime>2024-11-21T16:45:55.3223948+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>