Prices
Prices_partial_update
AuthorizationBearer <token>
In: header
Path Parameters
idinteger
A unique integer value identifying this Price.
category_tag?string | null
labels_tags?array<string> | null
origins_tags?array<string> | null
price?number | null
Format
doubleRange
0 <= value < 10000000price_is_discounted?boolean
price_without_discount?number | null
Format
doubleRange
0 <= value < 10000000discount_type?DiscountTypeEnum | BlankEnum | NullEnum
price_per?PricePerEnum | BlankEnum | NullEnum
currency?CurrencyEnum | BlankEnum | NullEnum
date?string | null
Format
datereceipt_quantity?Receipt's price quantity (user input)
Format
doubleRange
0 <= value < 10000000owner_comment?string | null
Response Body
curl -X PATCH "https://loading/api/v1/prices/0" \ -H "Content-Type: application/json" \ -d '{}'{
"category_tag": "string",
"labels_tags": [
"string"
],
"origins_tags": [
"string"
],
"price": 9999999,
"price_is_discounted": true,
"price_without_discount": 9999999,
"discount_type": "QUANTITY",
"price_per": "UNIT",
"currency": "ADP",
"date": "2019-08-24",
"receipt_quantity": 9999999,
"owner_comment": "string"
}