PUT api/Price/SavePrice

Documentation for 'SavePrice'.

Request Information

Parameters

NameDescriptionAdditional information
editSalePrice
Documentation for 'editSalePrice'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "priceId": 2,
  "sPrice": 3.1,
  "pPrice": 4.1,
  "validFrom": "2025-04-30T14:50:35.232944+02:00",
  "validTo": "2025-04-30T14:50:35.232944+02:00",
  "currency": "sample string 7",
  "id": 8,
  "isSpecialPrice": true,
  "priceKeyTable": "sample string 10",
  "priceKeyTableId": 11,
  "literalCode": "sample string 12",
  "text": "[sample string 13]sample string 12??"
}

application/xml, text/xml

Sample:
<EditSalesPriceVM xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>8</Id>
  <LiteralCode>sample string 12</LiteralCode>
  <LangCode>sample string 13</LangCode>
  <Name>sample string 1</Name>
  <PriceId>2</PriceId>
  <SPrice>3.1</SPrice>
  <PPrice>4.1</PPrice>
  <ValidFrom>2025-04-30T14:50:35.232944+02:00</ValidFrom>
  <ValidTo>2025-04-30T14:50:35.232944+02:00</ValidTo>
  <Currency>sample string 7</Currency>
  <IsSpecialPrice>true</IsSpecialPrice>
  <PriceKeyTable>sample string 10</PriceKeyTable>
  <PriceKeyTableId>11</PriceKeyTableId>
</EditSalesPriceVM>

application/x-www-form-urlencoded

Sample:

Sample not available.