GET quoteconfiguration/insurermatch?isUnused={isUnused}
Get the list of all avaliable Forms
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isUnused | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
Collection of Lluni.Models.Common.Global.Quote.InsurerMatch| Name | Description | Type | Additional information |
|---|---|---|---|
| InsurerCode | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InsurerCode": 1,
"Name": "sample string 2"
},
{
"InsurerCode": 1,
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfInsurerMatch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Global.Quote">
<InsurerMatch>
<InsurerCode>1</InsurerCode>
<Name>sample string 2</Name>
</InsurerMatch>
<InsurerMatch>
<InsurerCode>1</InsurerCode>
<Name>sample string 2</Name>
</InsurerMatch>
</ArrayOfInsurerMatch>