Article Properties

List all article properties

GET /api/article-properties
<!--?xml version="1.0" encoding="UTF-8"?-->

...

...

Get a single article property

GET /api/article-properties/{id}
<!--?xml version="1.0" encoding="UTF-8"?-->

7
1
Colour
TEXTFIELD
red
0

Create property

POST /api/article-properties
XML elementDescriptionTypeDefault valueMandatory
nameName of the attributeALNUMyes
typeType of the attribute (TEXTFIELD = single line textfield, TEXTAREA = multi line text field, CHECKBOX = Checkbox)ALNUMyes
default_valueDefault valueALNUM
is_nvlShould the default value be used if there is no other value? 1=trueBOOL

Colour
TEXTFIELD

<!--?xml version="1.0" encoding="UTF-8"?-->

11
1
Colour
TEXTFIELD

Edit property

PUT /api/article-properties/{id}

Delivery list
TEXTAREA

Delete property

DELETE /api/article-properties/{id}