Constructor
new AddItemProperty(propertyName, type)
Construct the request
Parameters:
Name | Type | Description |
---|---|---|
propertyName |
string | Name of the item property to be created. Currently, the following names are reserved:`id`, `itemid`, case insensitively. Also, the length of the property name must not exceed 63 characters. |
type |
string | Value type of the item property to be created. One of: `int`, `double`, `string`, `boolean`, `timestamp`, `set`, `image` or `imageList`. * `int`- Signed integer number. * `double` - Floating point number. It uses 64-bit base-2 format (IEEE 754 standard). * `string` - UTF-8 string. * `boolean` - *true* / *false* * `timestamp` - Value representing date and time. * `set` - Set of strings. * `image` - URL of an image (`jpeg`, `png` or `gif`). * `imageList` - List of URLs that refer to images. |
- Source:
Methods
bodyParameters() → {Object}
Get body parameters
- Source:
Returns:
The values of body parameters (name of parameter: value of the parameter)
- Type
- Object
queryParameters() → {Object}
Get query parameters
- Source:
Returns:
The values of query parameters (name of parameter: value of the parameter)
- Type
- Object