GET quote/configurator/{quote}
Gets the configurator URL for the quote.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/quote/configurator/{quote}?returnUrl={returnUrl}
URI Parameters
Name | Description | Type | Additional 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.
stringResponse 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>