GET /api/article-properties
<!--?xml version="1.0" encoding="UTF-8"?--> ... ...
GET /api/article-properties/{id}
<!--?xml version="1.0" encoding="UTF-8"?--> 7 1 Colour TEXTFIELD red 0
POST /api/article-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 |
Colour TEXTFIELD
<!--?xml version="1.0" encoding="UTF-8"?--> 11 1 Colour TEXTFIELD
PUT /api/article-properties/{id}
Delivery list TEXTAREA
DELETE /api/article-properties/{id}