PUT quote/part/{quote}/{quoteToPart}/{index}

Set the order of parts.

Request Information

URI

https://ofd-api.blueprintcpq.net/quote/part/{quote}/{quoteToPart}/{index}

URI Parameters

NameDescriptionTypeAdditional information
quote

Quote Identifier parts are attached to.

globally unique identifier

Required

quoteToPart

The quote part.

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.

boolean

Response 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>