GET /api/client-properties
<!--?xml version="1.0" encoding="UTF-8"?--> ... ...
GET /api/client-properties/{id}
<!--?xml version="1.0" encoding="UTF-8"?--> 7 1 Premium client CHECKBOX
POST /api/client-properties
XML element | Description | Type | Default value | Mandatory |
---|---|---|---|---|
name | Name of the attribute | ALNUM | yes | |
type | Type of the attribute (TEXTFIELD = single line textfield, TEXTAREA = multi line text field, CHECKBOX = Checkbox) | ALNUM | yes | |
default_value | Default value | ALNUM | ||
is_nvl | Should the default value be used if there is no other value? 1=true | BOOL |
Birthday TEXTFIELD
<!--?xml version="1.0" encoding="UTF-8"?--> 11 1 Birthday TEXTFIELD
PUT /api/client-properties/{id}
private address TEXTAREA
DELETE /api/client-properties/{id}