POST api/domesticsale/querypricelist
Request Information
URI Parameters
None.
Body Parameters
EntGoldenNxbsPriceName | Description | Type | Additional information |
---|---|---|---|
HasPrice | string |
None. |
|
ID | integer |
None. |
|
ImgNo | string |
None. |
|
Price | decimal number |
None. |
|
OrignPrice | decimal number |
None. |
|
CreateUser | string |
None. |
|
CreateDate | date |
None. |
|
UpdateUser | string |
None. |
|
UpdateDate | date |
None. |
|
Remark | string |
None. |
|
HeadId | integer |
None. |
|
NetWeight | decimal number |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "hasPrice": "sample string 1", "id": 2, "imgNo": "sample string 3", "price": 4.0, "orignPrice": 5.0, "createUser": "sample string 6", "createDate": "2024-11-21 16:54:13", "updateUser": "sample string 8", "updateDate": "2024-11-21 16:54:13", "remark": "sample string 10", "headId": 11, "netWeight": 12.0, "pageSize": 13, "pageIndex": 14, "totalCount": 15 }
application/xml, text/xml
Sample:
<EntGoldenNxbsPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>14</PageIndex> <PageSize>13</PageSize> <TotalCount>15</TotalCount> <CreateDate>2024-11-21T16:54:13.0339909+08:00</CreateDate> <CreateUser>sample string 6</CreateUser> <HasPrice>sample string 1</HasPrice> <HeadId>11</HeadId> <ID>2</ID> <ImgNo>sample string 3</ImgNo> <NetWeight>12</NetWeight> <OrignPrice>5</OrignPrice> <Price>4</Price> <Remark>sample string 10</Remark> <UpdateDate>2024-11-21T16:54:13.0339909+08:00</UpdateDate> <UpdateUser>sample string 8</UpdateUser> </EntGoldenNxbsPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedResultOfEntGoldenNxbsPriceName | Description | Type | Additional information |
---|---|---|---|
totalCount | integer |
None. |
|
items | Collection of EntGoldenNxbsPrice |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalCount": 1, "items": [ { "hasPrice": "sample string 1", "id": 2, "imgNo": "sample string 3", "price": 4.0, "orignPrice": 5.0, "createUser": "sample string 6", "createDate": "2024-11-21 16:54:13", "updateUser": "sample string 8", "updateDate": "2024-11-21 16:54:13", "remark": "sample string 10", "headId": 11, "netWeight": 12.0, "pageSize": 13, "pageIndex": 14, "totalCount": 15 }, { "hasPrice": "sample string 1", "id": 2, "imgNo": "sample string 3", "price": 4.0, "orignPrice": 5.0, "createUser": "sample string 6", "createDate": "2024-11-21 16:54:13", "updateUser": "sample string 8", "updateDate": "2024-11-21 16:54:13", "remark": "sample string 10", "headId": 11, "netWeight": 12.0, "pageSize": 13, "pageIndex": 14, "totalCount": 15 } ] }
application/xml, text/xml
Sample:
<PagedResultOfEntGoldenNxbsPriceJWrFJ9jl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models"> <items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Model"> <d2p1:EntGoldenNxbsPrice> <d2p1:PageIndex>14</d2p1:PageIndex> <d2p1:PageSize>13</d2p1:PageSize> <d2p1:TotalCount>15</d2p1:TotalCount> <d2p1:CreateDate>2024-11-21T16:54:13.0339909+08:00</d2p1:CreateDate> <d2p1:CreateUser>sample string 6</d2p1:CreateUser> <d2p1:HasPrice>sample string 1</d2p1:HasPrice> <d2p1:HeadId>11</d2p1:HeadId> <d2p1:ID>2</d2p1:ID> <d2p1:ImgNo>sample string 3</d2p1:ImgNo> <d2p1:NetWeight>12</d2p1:NetWeight> <d2p1:OrignPrice>5</d2p1:OrignPrice> <d2p1:Price>4</d2p1:Price> <d2p1:Remark>sample string 10</d2p1:Remark> <d2p1:UpdateDate>2024-11-21T16:54:13.0339909+08:00</d2p1:UpdateDate> <d2p1:UpdateUser>sample string 8</d2p1:UpdateUser> </d2p1:EntGoldenNxbsPrice> <d2p1:EntGoldenNxbsPrice> <d2p1:PageIndex>14</d2p1:PageIndex> <d2p1:PageSize>13</d2p1:PageSize> <d2p1:TotalCount>15</d2p1:TotalCount> <d2p1:CreateDate>2024-11-21T16:54:13.0339909+08:00</d2p1:CreateDate> <d2p1:CreateUser>sample string 6</d2p1:CreateUser> <d2p1:HasPrice>sample string 1</d2p1:HasPrice> <d2p1:HeadId>11</d2p1:HeadId> <d2p1:ID>2</d2p1:ID> <d2p1:ImgNo>sample string 3</d2p1:ImgNo> <d2p1:NetWeight>12</d2p1:NetWeight> <d2p1:OrignPrice>5</d2p1:OrignPrice> <d2p1:Price>4</d2p1:Price> <d2p1:Remark>sample string 10</d2p1:Remark> <d2p1:UpdateDate>2024-11-21T16:54:13.0339909+08:00</d2p1:UpdateDate> <d2p1:UpdateUser>sample string 8</d2p1:UpdateUser> </d2p1:EntGoldenNxbsPrice> </items> <totalCount>1</totalCount> </PagedResultOfEntGoldenNxbsPriceJWrFJ9jl>