POST api/chargeback/insert
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:41:11", "receiptContent": "sample string 5", "errorType": "sample string 6", "errorPersonLiable": "sample string 7", "errorReasonDesr": "sample string 8", "createTime": "2024-11-21 16:41:11", "createUser": "sample string 9", "updateTime": "2024-11-21 16:41:11", "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:41:11.567929+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:41:11.567929+08:00</ReceiptTime> <UpdateTime>2024-11-21T16:41:11.567929+08:00</UpdateTime> <UpdateUser>sample string 10</UpdateUser> </EntTgBusinessChargeback>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": 3, "message": "sample string 4" }
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>