PUT PriceListItems/{id}

Editace ceníkové položky. Pouze pro admina.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

PriceListItemEditDTO
NameDescriptionTypeAdditional information
Title

string

None.

Type

PriceListItemType

None.

Unit

PriceListItemUnit

None.

UnitPrice

decimal number

None.

Vat

decimal number

None.

ValidFrom

date

None.

Request Formats

application/json, text/json

Sample:
{
  "title": "sample string 1",
  "type": "data",
  "unit": "hectare",
  "unitPrice": 2.0,
  "vat": 3.0,
  "validFrom": "2025-05-04T11:24:35.0918265"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.