GET quote/templatequotes

Gets template quotes.

Request Information

URI

https://ofd-api.blueprintcpq.net/quote/templatequotes

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

The template quotes.

Collection of TemplateQuote
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Reference

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "69b490fa-179d-416e-b401-3e7558639565",
    "Reference": "sample string 2"
  },
  {
    "Id": "69b490fa-179d-416e-b401-3e7558639565",
    "Reference": "sample string 2"
  }
]

text/html

Sample:
[{"Id":"69b490fa-179d-416e-b401-3e7558639565","Reference":"sample string 2"},{"Id":"69b490fa-179d-416e-b401-3e7558639565","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>69b490fa-179d-416e-b401-3e7558639565</Id>
    <Reference>sample string 2</Reference>
  </TemplateQuote>
  <TemplateQuote>
    <Id>69b490fa-179d-416e-b401-3e7558639565</Id>
    <Reference>sample string 2</Reference>
  </TemplateQuote>
</ArrayOfTemplateQuote>