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
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
order | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
True/false.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>