pipedrive 23.3.0 → 23.4.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -189,7 +189,7 @@ AddProductRequestBody.prototype['visible_to'] = undefined;
|
|
189
189
|
AddProductRequestBody.prototype['owner_id'] = undefined;
|
190
190
|
|
191
191
|
/**
|
192
|
-
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
192
|
+
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional), `notes` (string, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
193
193
|
* @member {Array.<Object>} prices
|
194
194
|
*/
|
195
195
|
AddProductRequestBody.prototype['prices'] = undefined;
|
@@ -256,7 +256,7 @@ _ProductRequest["default"].prototype['visible_to'] = undefined;
|
|
256
256
|
*/
|
257
257
|
_ProductRequest["default"].prototype['owner_id'] = undefined;
|
258
258
|
/**
|
259
|
-
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
259
|
+
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional), `notes` (string, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
260
260
|
* @member {Array.<Object>} prices
|
261
261
|
*/
|
262
262
|
_ProductRequest["default"].prototype['prices'] = undefined;
|
@@ -154,7 +154,7 @@ ProductRequest.prototype['visible_to'] = undefined;
|
|
154
154
|
ProductRequest.prototype['owner_id'] = undefined;
|
155
155
|
|
156
156
|
/**
|
157
|
-
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
157
|
+
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional), `notes` (string, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
158
158
|
* @member {Array.<Object>} prices
|
159
159
|
*/
|
160
160
|
ProductRequest.prototype['prices'] = undefined;
|
@@ -189,7 +189,7 @@ UpdateProductRequestBody.prototype['visible_to'] = undefined;
|
|
189
189
|
UpdateProductRequestBody.prototype['owner_id'] = undefined;
|
190
190
|
|
191
191
|
/**
|
192
|
-
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
192
|
+
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional), `notes` (string, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
193
193
|
* @member {Array.<Object>} prices
|
194
194
|
*/
|
195
195
|
UpdateProductRequestBody.prototype['prices'] = undefined;
|
@@ -256,7 +256,7 @@ _ProductRequest["default"].prototype['visible_to'] = undefined;
|
|
256
256
|
*/
|
257
257
|
_ProductRequest["default"].prototype['owner_id'] = undefined;
|
258
258
|
/**
|
259
|
-
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
259
|
+
* An array of objects, each containing: `currency` (string), `price` (number), `cost` (number, optional), `overhead_cost` (number, optional), `notes` (string, optional). Note that there can only be one price per product per currency. When `prices` is omitted altogether, a default price of 0 and a default currency based on the company's currency will be assigned.
|
260
260
|
* @member {Array.<Object>} prices
|
261
261
|
*/
|
262
262
|
_ProductRequest["default"].prototype['prices'] = undefined;
|