Create a new License

POST {{baseUrl}}/organization/v1/people/:personId/licenses

Create a new License under the given personId.

Request Body

{"licenseState"=>"MN", "licenseNumber"=>"", "licenseZipCode"=>0, "licenseCountyCode"=>"US", "licenseGender"=>"Female", "licenseClass"=>"", "licenseStatus"=>"revoked", "licenseStatusDate"=>"1952-11-24", "CDL"=>false, "expirationDate"=>"2003-01-08", "issuedDate"=>"2003-06-25", "requestorCode"=>""}

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"licenseId":"3fa85f64-5717-4562-b3fc-2c963f66afa6"}