GET quote/configurator/{quote}

Gets the configurator URL for the quote.

Request Information

URI

https://ofd-api.blueprintcpq.net/quote/configurator/{quote}?returnUrl={returnUrl}

URI Parameters

NameDescriptionTypeAdditional information
quote

Quote Identifier.

globally unique identifier

Required

returnUrl

URL to return to.

string

None.

Body Parameters

None.

Response Information

Resource Description

The configurator URL.

string

Response Formats

application/json, text/json, text/html

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>