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": "2024-05-08T21:32:11.4563704+02:00",
  "validTo": "2024-05-08T21:32:11.4563704+02:00",
  "currency": "sample string 7",
  "id": 8,
  "isSpecialPrice": true,
  "priceKeyTable": "sample string 10",
  "priceKeyTableId": 11,
  "configurationCategoryGroupType": "sample string 12",
  "literalCode": "sample string 13",
  "text": "[sample string 14]sample string 13??"
}

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 13</LiteralCode>
  <LangCode>sample string 14</LangCode>
  <Name>sample string 1</Name>
  <PriceId>2</PriceId>
  <SPrice>3.1</SPrice>
  <PPrice>4.1</PPrice>
  <ValidFrom>2024-05-08T21:32:11.4563704+02:00</ValidFrom>
  <ValidTo>2024-05-08T21:32:11.4563704+02:00</ValidTo>
  <Currency>sample string 7</Currency>
  <IsSpecialPrice>true</IsSpecialPrice>
  <PriceKeyTable>sample string 10</PriceKeyTable>
  <PriceKeyTableId>11</PriceKeyTableId>
  <ConfigurationCategoryGroupType>sample string 12</ConfigurationCategoryGroupType>
</EditSalesPriceVM>

application/x-www-form-urlencoded

Sample:

Sample not available.