Price
The price resource represents prices of products. Every product must associated with at least one price/price per license to appear in the shop.
Required Scope: products
API | Description |
---|---|
GET api2/prices/count.json |
Count of prices |
GET api2/prices.json |
Get prices |
GET api2/prices/{id}.json |
Get price by ID |
POST api2/prices.json |
Create a prices |
PUT api2/prices/{id}.json |
Update price by ID |
DELETE api2/prices/{id}.json |
Delete price by ID |
POST api/Price |
No documentation available. |
POST api/Price?indent={indent}&iDeep={iDeep} |
No documentation available. |