POST api/pricealarm/QueryTablePaged
Request Information
URI Parameters
None.
Body Parameters
EntSysPriceAlarmName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
CopGNo | string |
None. |
|
GoodsFlag | string |
None. |
|
Curr | string |
None. |
|
StandardPrice | decimal number |
None. |
|
UpRang | decimal number |
None. |
|
DownRang | decimal number |
None. |
|
ValidTime | date |
None. |
|
CreateTime | date |
None. |
|
CreateUser | string |
None. |
|
UpdateUser | string |
None. |
|
UpdateTime | date |
None. |
|
ValidTimeStart | date |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "1", "copGNo": "sample string 2", "goodsFlag": "sample string 3", "curr": "sample string 4", "standardPrice": 5.0, "upRang": 6.0, "downRang": 7.0, "validTime": "2024-11-21 16:40:27", "createTime": "2024-11-21 16:40:27", "createUser": "sample string 8", "updateUser": "sample string 9", "updateTime": "2024-11-21 16:40:27", "validTimeStart": "2024-11-21 16:40:27", "pageSize": 10, "pageIndex": 11, "totalCount": 12 }
application/xml, text/xml
Sample:
<EntSysPriceAlarm 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> <CopGNo>sample string 2</CopGNo> <CreateTime>2024-11-21T16:40:27.00158+08:00</CreateTime> <CreateUser>sample string 8</CreateUser> <Curr>sample string 4</Curr> <DownRang>7</DownRang> <GoodsFlag>sample string 3</GoodsFlag> <ID>1</ID> <StandardPrice>5</StandardPrice> <UpRang>6</UpRang> <UpdateTime>2024-11-21T16:40:27.00158+08:00</UpdateTime> <UpdateUser>sample string 9</UpdateUser> <ValidTime>2024-11-21T16:40:27.00158+08:00</ValidTime> <ValidTimeStart>2024-11-21T16:40:27.00158+08:00</ValidTimeStart> </EntSysPriceAlarm>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultDataTableName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PagedResultDataTable |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "totalCount": 1, "items": null }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDataTableDN9A7J8d 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 i:nil="true" /> <d2p1:totalCount>1</d2p1:totalCount> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPagedResultDataTableDN9A7J8d>