GET AgencyAdmin/License/{licenseId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
licenseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Magnesium.Insurance.Contracts.AgencyAdmin.LicenseName | Description | Type | Additional information |
---|---|---|---|
LicenseId | integer |
None. |
|
Province | string |
None. |
|
LicenseType | string |
None. |
|
Description | string |
None. |
|
EffectiveDate | date |
None. |
|
ExpiryDate | date |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "LicenseId": 1, "Province": "sample string 2", "LicenseType": "sample string 3", "Description": "sample string 4", "EffectiveDate": "2023-06-09T00:34:54.3449213-04:00", "ExpiryDate": "2023-06-09T00:34:54.3449213-04:00" }