GET Insurer
List of avaliable Insurance Compan.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Lluni.Models.Common.Wip.Insurer| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Name | string |
Required |
|
| InternalId | string |
Required |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2",
"InternalId": "sample string 3"
},
{
"Id": 1,
"Name": "sample string 2",
"InternalId": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfInsurer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lluni.Models.Common.Wip">
<Insurer>
<Id>1</Id>
<InternalId>sample string 3</InternalId>
<Name>sample string 2</Name>
</Insurer>
<Insurer>
<Id>1</Id>
<InternalId>sample string 3</InternalId>
<Name>sample string 2</Name>
</Insurer>
</ArrayOfInsurer>