GET quote/shared
Gets shared quotes.
Request Information
URI
https://ofd-api.blueprintcpq.net/quote/shared
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A List of quotes;
Collection of SharedQuote| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| QuoteNumber | string |
None. |
|
| Currency | string |
None. |
|
| Price | decimal number |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| Share | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8d7622bf-788b-465e-991d-b98d2aeba718",
"QuoteNumber": "sample string 2",
"Currency": "sample string 3",
"Price": 4.0,
"CreatedBy": "sample string 5",
"CreatedDate": "2026-07-09T13:36:01.1176261Z",
"ModifiedDate": "2026-07-09T13:36:01.1176261Z",
"Share": "370dc3fe-ce5b-4337-9b2d-a5f63f161ae4"
},
{
"Id": "8d7622bf-788b-465e-991d-b98d2aeba718",
"QuoteNumber": "sample string 2",
"Currency": "sample string 3",
"Price": 4.0,
"CreatedBy": "sample string 5",
"CreatedDate": "2026-07-09T13:36:01.1176261Z",
"ModifiedDate": "2026-07-09T13:36:01.1176261Z",
"Share": "370dc3fe-ce5b-4337-9b2d-a5f63f161ae4"
}
]
text/html
Sample:
[{"Id":"8d7622bf-788b-465e-991d-b98d2aeba718","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2026-07-09T13:36:01.1176261Z","ModifiedDate":"2026-07-09T13:36:01.1176261Z","Share":"370dc3fe-ce5b-4337-9b2d-a5f63f161ae4"},{"Id":"8d7622bf-788b-465e-991d-b98d2aeba718","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2026-07-09T13:36:01.1176261Z","ModifiedDate":"2026-07-09T13:36:01.1176261Z","Share":"370dc3fe-ce5b-4337-9b2d-a5f63f161ae4"}]
application/xml, text/xml
Sample:
<ArrayOfSharedQuote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Shared.Models.DataModels">
<SharedQuote>
<CreatedBy>sample string 5</CreatedBy>
<CreatedDate>2026-07-09T13:36:01.1176261+00:00</CreatedDate>
<Currency>sample string 3</Currency>
<Id>8d7622bf-788b-465e-991d-b98d2aeba718</Id>
<ModifiedDate>2026-07-09T13:36:01.1176261+00:00</ModifiedDate>
<Price>4</Price>
<QuoteNumber>sample string 2</QuoteNumber>
<Share>370dc3fe-ce5b-4337-9b2d-a5f63f161ae4</Share>
</SharedQuote>
<SharedQuote>
<CreatedBy>sample string 5</CreatedBy>
<CreatedDate>2026-07-09T13:36:01.1176261+00:00</CreatedDate>
<Currency>sample string 3</Currency>
<Id>8d7622bf-788b-465e-991d-b98d2aeba718</Id>
<ModifiedDate>2026-07-09T13:36:01.1176261+00:00</ModifiedDate>
<Price>4</Price>
<QuoteNumber>sample string 2</QuoteNumber>
<Share>370dc3fe-ce5b-4337-9b2d-a5f63f161ae4</Share>
</SharedQuote>
</ArrayOfSharedQuote>