GET AgencyAdmin/AgentLicense/{agentId}/{licenseSeq}/{licenseId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
agentId | globally unique identifier |
Required |
|
licenseSeq | integer |
Required |
|
licenseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Magnesium.Insurance.Contracts.AgencyAdmin.AgentLicenseName | Description | Type | Additional information |
---|---|---|---|
AgentId | globally unique identifier |
None. |
|
LicenseSeq | integer |
None. |
|
LicenseId | integer |
None. |
|
LicenseNumber | string |
None. |
|
EffectiveDate | date |
None. |
|
ExpiryDate | date |
None. |
|
Province | string |
None. |
|
LicenseType | string |
None. |
|
Description | string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
[ { "AgentId": "5529be35-28df-4d64-8578-a039a470a5e5", "LicenseSeq": 2, "LicenseId": 3, "LicenseNumber": "sample string 4", "EffectiveDate": "2023-06-09T00:10:27.1765464-04:00", "ExpiryDate": "2023-06-09T00:10:27.1765464-04:00", "Province": "sample string 7", "LicenseType": "sample string 8", "Description": "sample string 9" }, { "AgentId": "5529be35-28df-4d64-8578-a039a470a5e5", "LicenseSeq": 2, "LicenseId": 3, "LicenseNumber": "sample string 4", "EffectiveDate": "2023-06-09T00:10:27.1765464-04:00", "ExpiryDate": "2023-06-09T00:10:27.1765464-04:00", "Province": "sample string 7", "LicenseType": "sample string 8", "Description": "sample string 9" } ]