POST api/priceLists/setPrice

Request Information

URI Parameters

None.

Body Parameters

PriceListItemData
NameDescriptionTypeAdditional information
TransactionableCategoryID

integer

None.

TransactionableCategoryName

string

None.

ManufacturerName

string

None.

TransactionableID

integer

None.

TransactionableCode

string

None.

TransactionableBarCode

string

None.

TransactionableName

string

None.

LastPurchasePrice

decimal number

None.

LastPurchasePriceCurrencyCode

CurrencyCodeEnum

None.

PriceListID

integer

None.

PriceListName

string

None.

NumbersToRound

integer

None.

PriceListCurrencyCode

CurrencyCodeEnum

None.

CurrencyCode

CurrencyCodeEnum

None.

NetPrice

decimal number

None.

LastUpdatePriceDate

date

None.

LastUpdatePriceDateToStr

string

None.

FinalPrice

decimal number

None.

IVAAlicuota

decimal number

None.

IVAAmount

decimal number

None.

TaxITCAmount

decimal number

None.

TaxIDCAmount

decimal number

None.

OtherTaxs

decimal number

None.

AutomaticPrice

boolean

None.

ApplyPercentage

boolean

None.

ValueToApply

decimal number

None.

ModifiedOn

date

None.

Deleted

boolean

None.

DollarPrice

decimal number

None.

Stock

decimal number

None.

ModifiedByDisplayName

string

None.

ModifiedOnToDateTimeStr

string

None.

ID

integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

text/xml

Sample:
<PriceListItemData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data.PriceList">
  <ID xmlns="http://schemas.datacontract.org/2004/07/StackBase.Common.Data">1</ID>
  <ApplyPercentage>true</ApplyPercentage>
  <AutomaticPrice>true</AutomaticPrice>
  <CurrencyCode>ARS</CurrencyCode>
  <Deleted>true</Deleted>
  <DollarPrice>1</DollarPrice>
  <FinalPrice>1.0</FinalPrice>
  <IVAAlicuota>1</IVAAlicuota>
  <LastPurchasePrice>1</LastPurchasePrice>
  <LastPurchasePriceCurrencyCode>ARS</LastPurchasePriceCurrencyCode>
  <LastUpdatePriceDate>2025-08-02T19:13:34.7599531+00:00</LastUpdatePriceDate>
  <ManufacturerName>sample string 2</ManufacturerName>
  <ModifiedByDisplayName>sample string 7</ModifiedByDisplayName>
  <ModifiedOn>2025-08-02T19:13:34.7599531+00:00</ModifiedOn>
  <NumbersToRound>1</NumbersToRound>
  <PriceListCurrencyCode>ARS</PriceListCurrencyCode>
  <PriceListID>1</PriceListID>
  <PriceListName>sample string 6</PriceListName>
  <Stock>1</Stock>
  <TaxIDCAmount>1</TaxIDCAmount>
  <TaxITCAmount>1</TaxITCAmount>
  <TransactionableBarCode>sample string 4</TransactionableBarCode>
  <TransactionableCategoryID>1</TransactionableCategoryID>
  <TransactionableCategoryName>sample string 1</TransactionableCategoryName>
  <TransactionableCode>sample string 3</TransactionableCode>
  <TransactionableID>1</TransactionableID>
  <TransactionableName>sample string 5</TransactionableName>
  <ValueToApply>1</ValueToApply>
</PriceListItemData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.