GET quote/shared
Gets shared quotes.
Request Information
URI
https://eurotherm-web-api.xaitcpq.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": "a0c97e3a-99cb-432e-a3e8-9fda3922ecbf", "QuoteNumber": "sample string 2", "Currency": "sample string 3", "Price": 4.0, "CreatedBy": "sample string 5", "CreatedDate": "2025-07-31T20:34:18.891134Z", "ModifiedDate": "2025-07-31T20:34:18.891134Z", "Share": "8571d89d-2006-4945-98ff-9ae4033478f1" }, { "Id": "a0c97e3a-99cb-432e-a3e8-9fda3922ecbf", "QuoteNumber": "sample string 2", "Currency": "sample string 3", "Price": 4.0, "CreatedBy": "sample string 5", "CreatedDate": "2025-07-31T20:34:18.891134Z", "ModifiedDate": "2025-07-31T20:34:18.891134Z", "Share": "8571d89d-2006-4945-98ff-9ae4033478f1" } ]
text/html
Sample:
[{"Id":"a0c97e3a-99cb-432e-a3e8-9fda3922ecbf","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2025-07-31T20:34:18.891134Z","ModifiedDate":"2025-07-31T20:34:18.891134Z","Share":"8571d89d-2006-4945-98ff-9ae4033478f1"},{"Id":"a0c97e3a-99cb-432e-a3e8-9fda3922ecbf","QuoteNumber":"sample string 2","Currency":"sample string 3","Price":4.0,"CreatedBy":"sample string 5","CreatedDate":"2025-07-31T20:34:18.891134Z","ModifiedDate":"2025-07-31T20:34:18.891134Z","Share":"8571d89d-2006-4945-98ff-9ae4033478f1"}]
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-07-31T20:34:18.891134+00:00</CreatedDate> <Currency>sample string 3</Currency> <Id>a0c97e3a-99cb-432e-a3e8-9fda3922ecbf</Id> <ModifiedDate>2025-07-31T20:34:18.891134+00:00</ModifiedDate> <Price>4</Price> <QuoteNumber>sample string 2</QuoteNumber> <Share>8571d89d-2006-4945-98ff-9ae4033478f1</Share> </SharedQuote> <SharedQuote> <CreatedBy>sample string 5</CreatedBy> <CreatedDate>2025-07-31T20:34:18.891134+00:00</CreatedDate> <Currency>sample string 3</Currency> <Id>a0c97e3a-99cb-432e-a3e8-9fda3922ecbf</Id> <ModifiedDate>2025-07-31T20:34:18.891134+00:00</ModifiedDate> <Price>4</Price> <QuoteNumber>sample string 2</QuoteNumber> <Share>8571d89d-2006-4945-98ff-9ae4033478f1</Share> </SharedQuote> </ArrayOfSharedQuote>