Customer/AddProperty
Authorization required: Yes
HTTP methods allowed: GET, POST
Syntax: Customer/AddProperty/{property_name}/{value}/ Details
Syntax: Customer/{id}/AddProperty/{property_name}/{value}/ Details
Adds a user-defined property for the customers identified by {id}
The {id} parameter is optional. If the {id} parameter is not specified it will be derived from the credentials used for authorization.
{id} may be any of the following types:
customer_id,
All (literally, like "Customer//All/AddProperty"),
You may also search for multiple {id} values by separating each with comma. The different values may be of different types.
This method may also be used for changing the value of an existing property (By adding a new property with the same name the old property will be set as "not current")
See also Notification/AddEMail, Notification/AddCellular and Notification/AddApp.
Tip: Add / to the end of your query string if the last parameter contains a full stop . or dash - and you want to use HTTP method GET.
Unit-tests: 2 test(s)
Popularity: 22614153 (number of times method has been accessed)
Documentation and tests automatically generated from source-code 2025-12-06 05:04