PUT pricelists/{pricelistId}/prices/products/{productId}
update product specific price
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pricelistId | integer |
Required |
|
productId | integer |
Required |
Body Parameters
InitPro.Ida.Web.Api.Dto.PriceUpdateName | Description | Type | Additional information |
---|---|---|---|
CommonChargeId | integer |
Required |
|
PriceNet | decimal number |
Required |
Request Formats
application/json, text/json
Sample:
{ "CommonChargeId": 1, "PriceNet": 2.0 }
application/xml, text/xml
Sample:
<PriceUpdate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InitPro.Ida.Web.Api.Dto"> <CommonChargeId>1</CommonChargeId> <PriceNet>2</PriceNet> </PriceUpdate>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
http code
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.