GET /api/incoming-properties
<!--?xml version="1.0" encoding="UTF-8"?--> ... ...
GET /api/incoming-properties/{id}
<!--?xml version="1.0" encoding="UTF-8"?--> 7 1 Important invoice CHECKBOX
POST /api/incoming-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 |
Booking account TEXTFIELD
<!--?xml version="1.0" encoding="UTF-8"?--> 11 1 Booking account TEXTFIELD
PUT /api/incoming-properties/{id}
Booking account TEXTAREA
DELETE /api/incoming-properties/{id}