API - Planyo Web Services - set_unit_property

You are here: Planyo » Help » API » set_unit_property

set_unit_property

Description:

Sets a custom unit property. Unit properties can have different values at different dates/times (e.g. odometer reading at rental start/end) and so the values are always set for a specific time.

Input:

resource_id int required
ID of the resource
unit string optional
Unit name. If left empty, the value set should be treated as concerning the entire resource.
property string required
Name of the property to set
value string required
Property value
time DateTime optional
Date and time when the new value is applied to the unit. It can be in the past, present or in the future. If left empty, then the current date/time will be used
method string required
must be set to set_unit_property
language string optional
by specifying a 2-letter (ISO 639-1) language code (all capital letters e.g. EN, DE, FR, ES, IT) you can change the language of the text values returned
api_key string required
your API key - Click here to get your key. If your API key uses a hash key, you must also include the parameters hash_key and hash_timestamp.

Output:

value string
Property value (same as the one passed to the function)

API playground:

Click here to test this function in the API playground.