GET quote/templatequotes
Gets template quotes.
Request Information
URI
https://eurotherm-web-api.xaitcpq.net/quote/templatequotes
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The template quotes.
Collection of TemplateQuote| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Reference | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "85a015f5-98c8-4132-87df-1c90ab213d5b",
"Reference": "sample string 2"
},
{
"Id": "85a015f5-98c8-4132-87df-1c90ab213d5b",
"Reference": "sample string 2"
}
]
text/html
Sample:
[{"Id":"85a015f5-98c8-4132-87df-1c90ab213d5b","Reference":"sample string 2"},{"Id":"85a015f5-98c8-4132-87df-1c90ab213d5b","Reference":"sample string 2"}]
application/xml, text/xml
Sample:
<ArrayOfTemplateQuote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels">
<TemplateQuote>
<Id>85a015f5-98c8-4132-87df-1c90ab213d5b</Id>
<Reference>sample string 2</Reference>
</TemplateQuote>
<TemplateQuote>
<Id>85a015f5-98c8-4132-87df-1c90ab213d5b</Id>
<Reference>sample string 2</Reference>
</TemplateQuote>
</ArrayOfTemplateQuote>