GET AgencyAdmin/AgentLicense/{agentId}/{licenseSeq}/{licenseId}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.AgentLicense
NameDescriptionTypeAdditional 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"
  }
]