Update a License
PUT {{baseUrl}}/organization/v1/licenses/:licenseId
Update the License properties for the given licenseId
.
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
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |