GET AgencyAdmin/Lookup/LicenseTypes/{province}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
province | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Magnesium.Insurance.Contracts.AgencyAdmin.LicenseTypeLookupName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Province | string |
None. |
|
LicenseType | string |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "Id": 1, "Province": "sample string 2", "LicenseType": "sample string 3", "Description": "sample string 4" }, { "Id": 1, "Province": "sample string 2", "LicenseType": "sample string 3", "Description": "sample string 4" } ]