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 SharedQuoteName | 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": "b7808366-036c-4201-ac11-eeffa967b7ed", "QuoteNumber": "sample string 2", "Currency": "sample string 3", "Price": 4.0, "CreatedBy": "sample string 5", "CreatedDate": "2025-01-22T07:54:43.0690452Z", "ModifiedDate": "2025-01-22T07:54:43.0690452Z", "Share": "df0e1246-865d-42f2-a5a9-03404820cd3a" }, { "Id": "b7808366-036c-4201-ac11-eeffa967b7ed", "QuoteNumber": "sample string 2", "Currency": "sample string 3", "Price": 4.0, "CreatedBy": "sample string 5", "CreatedDate": "2025-01-22T07:54:43.0690452Z", "ModifiedDate": "2025-01-22T07:54:43.0690452Z", "Share": "df0e1246-865d-42f2-a5a9-03404820cd3a" } ]
text/html
Sample:
[{"Id":"b7808366-036c-4201-ac11-eeffa967b7ed","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2025-01-22T07:54:43.0690452Z","ModifiedDate":"2025-01-22T07:54:43.0690452Z","Share":"df0e1246-865d-42f2-a5a9-03404820cd3a"},{"Id":"b7808366-036c-4201-ac11-eeffa967b7ed","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2025-01-22T07:54:43.0690452Z","ModifiedDate":"2025-01-22T07:54:43.0690452Z","Share":"df0e1246-865d-42f2-a5a9-03404820cd3a"}]
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>2025-01-22T07:54:43.0690452+00:00</CreatedDate> <Currency>sample string 3</Currency> <Id>b7808366-036c-4201-ac11-eeffa967b7ed</Id> <ModifiedDate>2025-01-22T07:54:43.0690452+00:00</ModifiedDate> <Price>4</Price> <QuoteNumber>sample string 2</QuoteNumber> <Share>df0e1246-865d-42f2-a5a9-03404820cd3a</Share> </SharedQuote> <SharedQuote> <CreatedBy>sample string 5</CreatedBy> <CreatedDate>2025-01-22T07:54:43.0690452+00:00</CreatedDate> <Currency>sample string 3</Currency> <Id>b7808366-036c-4201-ac11-eeffa967b7ed</Id> <ModifiedDate>2025-01-22T07:54:43.0690452+00:00</ModifiedDate> <Price>4</Price> <QuoteNumber>sample string 2</QuoteNumber> <Share>df0e1246-865d-42f2-a5a9-03404820cd3a</Share> </SharedQuote> </ArrayOfSharedQuote>