GET quote/shared
Gets shared quotes.
Request Information
URI
https://scoregroup-uat-api.xaitcpq.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": "f042e445-4d12-42cf-b5e4-a1d197968f5c",
"QuoteNumber": "sample string 2",
"Currency": "sample string 3",
"Price": 4.0,
"CreatedBy": "sample string 5",
"CreatedDate": "2026-03-24T22:07:00.7666314Z",
"ModifiedDate": "2026-03-24T22:07:00.7666314Z",
"Share": "f0583bd1-cfe9-4e12-be96-548de8844c00"
},
{
"Id": "f042e445-4d12-42cf-b5e4-a1d197968f5c",
"QuoteNumber": "sample string 2",
"Currency": "sample string 3",
"Price": 4.0,
"CreatedBy": "sample string 5",
"CreatedDate": "2026-03-24T22:07:00.7666314Z",
"ModifiedDate": "2026-03-24T22:07:00.7666314Z",
"Share": "f0583bd1-cfe9-4e12-be96-548de8844c00"
}
]
text/html
Sample:
[{"Id":"f042e445-4d12-42cf-b5e4-a1d197968f5c","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2026-03-24T22:07:00.7666314Z","ModifiedDate":"2026-03-24T22:07:00.7666314Z","Share":"f0583bd1-cfe9-4e12-be96-548de8844c00"},{"Id":"f042e445-4d12-42cf-b5e4-a1d197968f5c","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2026-03-24T22:07:00.7666314Z","ModifiedDate":"2026-03-24T22:07:00.7666314Z","Share":"f0583bd1-cfe9-4e12-be96-548de8844c00"}]
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-03-24T22:07:00.7666314+00:00</CreatedDate>
<Currency>sample string 3</Currency>
<Id>f042e445-4d12-42cf-b5e4-a1d197968f5c</Id>
<ModifiedDate>2026-03-24T22:07:00.7666314+00:00</ModifiedDate>
<Price>4</Price>
<QuoteNumber>sample string 2</QuoteNumber>
<Share>f0583bd1-cfe9-4e12-be96-548de8844c00</Share>
</SharedQuote>
<SharedQuote>
<CreatedBy>sample string 5</CreatedBy>
<CreatedDate>2026-03-24T22:07:00.7666314+00:00</CreatedDate>
<Currency>sample string 3</Currency>
<Id>f042e445-4d12-42cf-b5e4-a1d197968f5c</Id>
<ModifiedDate>2026-03-24T22:07:00.7666314+00:00</ModifiedDate>
<Price>4</Price>
<QuoteNumber>sample string 2</QuoteNumber>
<Share>f0583bd1-cfe9-4e12-be96-548de8844c00</Share>
</SharedQuote>
</ArrayOfSharedQuote>