Set/update (some) property values of a given item
More...
|
| SetItemValues (string itemId, Dictionary< string, object > values, bool? cascadeCreate=null) |
| Construct the request More...
|
|
override string | Path () |
| - Returns
- URI to the endpoint including path parameters
More...
|
|
| SetValues (Dictionary< string, object > values, bool? cascadeCreate=null) |
| Construct the request More...
|
|
override Dictionary< string, object > | QueryParameters () |
| Get query parameters More...
|
|
override Dictionary< string, object > | BodyParameters () |
| Get body parameters More...
|
|
| Request (HttpMethod httpMethod, int timeoutMilliseconds, bool ensureHttps=false) |
| Construct the request More...
|
|
Set/update (some) property values of a given item
The properties (columns) must be previously created by Add item property(https://docs.recombee.com/api.html#add-item-property).
◆ SetItemValues()
Recombee.ApiClient.ApiRequests.SetItemValues.SetItemValues |
( |
string |
itemId, |
|
|
Dictionary< string, object > |
values, |
|
|
bool? |
cascadeCreate = null |
|
) |
| |
|
inline |
Construct the request
- Parameters
-
itemId | ID of the item which will be modified. |
values | The values for the individual properties. Key in the Dictionary is the name of the property and value is the value to be set. |
cascadeCreate | Sets whether the item should be created if not present in the database. |
◆ Path()
override string Recombee.ApiClient.ApiRequests.SetItemValues.Path |
( |
| ) |
|
|
inlinevirtual |
◆ ItemId
string Recombee.ApiClient.ApiRequests.SetItemValues.ItemId |
|
get |
ID of the item which will be modified.
The documentation for this class was generated from the following file: