POST AgencyAdmin/AgencyLicense/Save

Request Information

URI Parameters

None.

Body Parameters

Magnesium.Insurance.Contracts.AgencyAdmin.AgencyLicense
NameDescriptionTypeAdditional information
AgencyId

globally unique identifier

None.

LicenseSeq

integer

None.

LicenseId

integer

None.

LicenseNumber

string

None.

EffectiveDate

date

None.

ExpiryDate

date

None.

Request Formats

application/json, text/json, text/html, application/x-www-form-urlencoded

Sample:

Sample not available.

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": "cf5a9890-f4b1-4f0a-8524-2ba8cd23c767",
  "UserMessage": "sample string 2",
  "Errors": [
    "sample string 1",
    "sample string 2"
  ]
}