GET AgencyAdmin/Lookup/LicenseTypes/{province}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
province

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Magnesium.Insurance.Contracts.AgencyAdmin.LicenseTypeLookup
NameDescriptionTypeAdditional 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"
  },
  {
    "Id": 1,
    "Province": "sample string 2",
    "LicenseType": "sample string 3",
    "Description": "sample string 4"
  }
]