GET quote/main/{quote}
Query if the quote is main quote.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/quote/main/{quote}
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
quote |
Quote Identifier. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
True if main quote, false if not.
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>