PUT pricelists/{pricelistId}/prices

update price

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pricelistId

integer

Required

Body Parameters

InitPro.Ida.Web.Api.Dto.PriceUpdate
NameDescriptionTypeAdditional 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.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.