REST API: Test Attributes

Methods


TypeVer.Command parameterParameters
Getters
GET4.0sp2+ getAttributes
Example of success:

GET4.0sp2+ getAttributeForm
Example of success:

GET4.0sp2+ getAttributeDetails attributeId=<id>
attributeType=<attributeType>
Example of success:

Setters
POST4.0sp2+createAttribute Content of the form with values
(see getAttributeForm)
must be passed in the request's body
as multi-part.
Example of success:

POST4.0sp3+updateAttribute attributeType=<<parameterType>
Content of the form with values
(see getAttributeDetails)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST4.0sp2+ deleteAttributes attributeTypes=<attributeType, attributeType, ...>
attributeIds=<id, id, ...>
Example of success: