POST api/domesticsale/updateprice
Request Information
URI Parameters
None.
Body Parameters
EntGoldenNxbsPrice| Name | 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": "2025-11-06 00:37:35",
"updateUser": "sample string 8",
"updateDate": "2025-11-06 00:37:35",
"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>2025-11-06T00:37:35.2082072+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>2025-11-06T00:37:35.2082072+08:00</UpdateDate> <UpdateUser>sample string 8</UpdateUser> </EntGoldenNxbsPrice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfInt32| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": 3,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>