GET Agency/{agencyId}/license
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agencyId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Magnesium.Insurance.Contracts.AgencyAdmin.AgencyLicensesName | Description | Type | Additional information |
---|---|---|---|
AgencyId | globally unique identifier |
None. |
|
Licenses | Collection of Magnesium.Insurance.Contracts.AgencyAdmin.LicenseSummary |
None. |
Response Formats
application/json, text/json, text/html
Sample:
{ "AgencyId": "2aafb2f0-e3dd-4e98-863a-9cab42ea3413", "Licenses": [ { "Id": 1, "LicenseSeq": 2, "LicenseNumber": "sample string 3", "ExpiryDate": "2023-06-08T23:36:06.9734452-04:00", "EffectiveDate": "2023-06-08T23:36:06.9734452-04:00", "Description": "sample string 4", "Province": "sample string 5", "Type": "sample string 6", "Status": true }, { "Id": 1, "LicenseSeq": 2, "LicenseNumber": "sample string 3", "ExpiryDate": "2023-06-08T23:36:06.9734452-04:00", "EffectiveDate": "2023-06-08T23:36:06.9734452-04:00", "Description": "sample string 4", "Province": "sample string 5", "Type": "sample string 6", "Status": true } ] }