Place an Order
POST {{baseUrl}}/orders/v1/licensereports/verifydriver
Place an order for the License Discovery Report.
Request Body
{"licenseState"=>"ID", "birthDate"=>"1974-01-29", "lastName"=>"", "firstName"=>"", "licenseCategory"=>"License", "licenseNumber"=>"", "middleName"=>"", "suffix"=>"", "address"=>{"street"=>"123 Main Street, Apt 101", "city"=>"", "state"=>"HI", "zipCode"=>12345}, "gender"=>"1", "height"=>0, "weight"=>0, "eyeColor"=>"BLACK", "issueDate"=>"2020-01-29", "expiryDate"=>"2024-01-29", "customFields"=>[{"name"=>"", "value"=>""}, {"name"=>"", "value"=>""}], "billCode"=>"", "billReference"=>""}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Api-Key | string | (Required) Added as a part of security scheme: apiKey | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"orderId":"3fa85f64-5717-4562-b3fc-2c963f66afa6"}