GET AgencyAdmin/Lookup/GetLicenseByType?licenseType={licenseType}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
licenseType | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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" }