POST api/chargeback/exportRange

Request Information

URI Parameters

None.

Body Parameters

EntTgBusinessChargeback
NameDescriptionTypeAdditional 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-10-19 04:38:59",
  "receiptContent": "sample string 5",
  "errorType": "sample string 6",
  "errorPersonLiable": "sample string 7",
  "errorReasonDesr": "sample string 8",
  "createTime": "2024-10-19 04:38:59",
  "createUser": "sample string 9",
  "updateTime": "2024-10-19 04:38:59",
  "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-10-19T04:38:59.0739924+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-10-19T04:38:59.0739924+08:00</ReceiptTime>
  <UpdateTime>2024-10-19T04:38:59.0739924+08:00</UpdateTime>
  <UpdateUser>sample string 10</UpdateUser>
</EntTgBusinessChargeback>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.