POST api/customscomparison/downloadGuiLeiWarn

Request Information

URI Parameters

None.

Body Parameters

EntTgEntryCompare
NameDescriptionTypeAdditional information
CreateTimeBegin

date

None.

CreateTimeEnd

date

None.

RowNumber

integer

None.

Id

integer

None.

EntryIdHg

string

None.

ComparisonResult

string

None.

EntryId

string

None.

Remark

string

None.

CreateTime

date

None.

Usd1

string

None.

Usd2

string

None.

customerCode

string

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "createTimeBegin": "2024-10-19 05:30:35",
  "createTimeEnd": "2024-10-19 05:30:35",
  "rowNumber": 1,
  "id": "2",
  "entryIdHg": "sample string 3",
  "comparisonResult": "sample string 4",
  "entryId": "sample string 5",
  "remark": "sample string 6",
  "createTime": "2024-10-19 05:30:35",
  "usd1": "sample string 7",
  "usd2": "sample string 8",
  "customerCode": "sample string 9",
  "pageSize": 10,
  "pageIndex": 11,
  "totalCount": 12
}

application/xml, text/xml

Sample:
<EntTgEntryCompare xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <PageIndex>11</PageIndex>
  <PageSize>10</PageSize>
  <TotalCount>12</TotalCount>
  <ComparisonResult>sample string 4</ComparisonResult>
  <CreateTime>2024-10-19T05:30:35.1091963+08:00</CreateTime>
  <CreateTimeBegin>2024-10-19T05:30:35.1091963+08:00</CreateTimeBegin>
  <CreateTimeEnd>2024-10-19T05:30:35.1091963+08:00</CreateTimeEnd>
  <EntryId>sample string 5</EntryId>
  <EntryIdHg>sample string 3</EntryIdHg>
  <Id>2</Id>
  <Remark>sample string 6</Remark>
  <RowNumber>1</RowNumber>
  <Usd1>sample string 7</Usd1>
  <Usd2>sample string 8</Usd2>
  <customerCode>sample string 9</customerCode>
</EntTgEntryCompare>

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.