POST api/chargeLine/Export

Request Information

URI Parameters

None.

Body Parameters

ChargeLineQueryRequest
NameDescriptionTypeAdditional information
startTime

date

None.

endTime

date

None.

totalAmountFrom

decimal number

None.

totalAmountEnd

decimal number

None.

page

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "page": 1,
  "pageSize": 2,
  "startTime": "2026-06-06T05:16:54.2727934+08:00",
  "endTime": "2026-06-06T05:16:54.2733459+08:00",
  "totalAmountFrom": 1.0,
  "totalAmountEnd": 2.0
}

application/xml, text/xml

Sample:
<ChargeLineQueryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi.Controllers">
  <page xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi">1</page>
  <pageSize xmlns="http://schemas.datacontract.org/2004/07/Football.WebApi">2</pageSize>
  <endTime>2026-06-06T05:16:54.2733459+08:00</endTime>
  <startTime>2026-06-06T05:16:54.2727934+08:00</startTime>
  <totalAmountEnd>2</totalAmountEnd>
  <totalAmountFrom>1</totalAmountFrom>
</ChargeLineQueryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/plain

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.