GET quote/product
List of available products
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Lluni.Models.Common.Global.Quote.SIMProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductCode | integer |
None. |
|
| Description | string |
None. |
|
| Type | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProductCode": 1,
"Description": "sample string 2",
"Type": 1
},
{
"ProductCode": 1,
"Description": "sample string 2",
"Type": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSIMProduct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote">
<SIMProduct>
<Description>sample string 2</Description>
<ProductCode>1</ProductCode>
<Type>1</Type>
</SIMProduct>
<SIMProduct>
<Description>sample string 2</Description>
<ProductCode>1</ProductCode>
<Type>1</Type>
</SIMProduct>
</ArrayOfSIMProduct>