PUT quote/product/{quote}/{quoteToProduct}/{index}
Set the order of products by moving a product to a new index.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/quote/product/{quote}/{quoteToProduct}/{index}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
quote |
Quote Identifier product is attached to. |
globally unique identifier |
Required |
quoteToProduct |
The quote product. |
globally unique identifier |
Required |
index |
The new index |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
True if it succeeds, false if it fails.
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>