PUT api/webshop/parameterconfig/fixed/id/{id}/order/{order}

Provides boolean, upon update of a fixed parameter config ordering, given an id and an order number. Order numbers are positive integers. 1 being first.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

order

integer

Required

Body Parameters

None.

Response Information

Resource Description

True/false.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>