POST AgencyAdmin/AgentLicense/Save

Request Information

URI Parameters

None.

Body Parameters

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.

Request Formats

application/json, text/json, text/html

Sample:
{
  "AgentId": "1147cead-1b46-43d7-8816-4f0e0c07e057",
  "LicenseSeq": 2,
  "LicenseId": 3,
  "LicenseNumber": "sample string 4",
  "EffectiveDate": "2023-06-08T23:29:15.7647162-04:00",
  "ExpiryDate": "2023-06-08T23:29:15.7647162-04:00",
  "Province": "sample string 7",
  "LicenseType": "sample string 8",
  "Description": "sample string 9"
}

Response Information

Resource Description

Magnesium.Insurance.Contracts.AgencyAdmin.Result
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserMessage

string

None.

Errors

Collection of string

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Id": "ac844d24-b262-427e-8ce7-c7d919764a52",
  "UserMessage": "sample string 2",
  "Errors": [
    "sample string 1",
    "sample string 2"
  ]
}