POST api/customscomparison/query
Request Information
URI Parameters
None.
Body Parameters
EntTgEntryCompare| Name | Description | Type | Additional 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": "2025-10-29 14:39:13",
"createTimeEnd": "2025-10-29 14:39:13",
"rowNumber": 1,
"id": "2",
"entryIdHg": "sample string 3",
"comparisonResult": "sample string 4",
"entryId": "sample string 5",
"remark": "sample string 6",
"createTime": "2025-10-29 14:39:13",
"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>2025-10-29T14:39:13.453854+08:00</CreateTime> <CreateTimeBegin>2025-10-29T14:39:13.453854+08:00</CreateTimeBegin> <CreateTimeEnd>2025-10-29T14:39:13.453854+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
ReturnResultOfPagedResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResult |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": {}
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDN9A7J8d 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 />
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultDN9A7J8d>