POST api/domesticsale/querypriceexport
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:45:31", "updateUser": "sample string 8", "updateDate": "2024-11-21 16:45:31", "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:45:31.7269438+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:45:31.7269438+08:00</UpdateDate> <UpdateUser>sample string 8</UpdateUser> </EntGoldenNxbsPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |