Place a Quote Order
POST {{baseUrl}}/orders/v1/activityreports/indicatorquote
Place an order for the Activity Indicator Report.
Request Body
{"purpose"=>"INSURANCE", "licenseCategory"=>"License", "licenseNumber"=>"ABC123", "licenseState"=>"IL", "firstName"=>"John", "lastName"=>"Doe", "birthDate"=>"1974-01-29", "middleName"=>"B", "suffix"=>"Sr", "address"=>{"street"=>"123 Main Street, Apt 101", "city"=>"Baton Rouge", "state"=>"LA", "zipCode"=>12345}, "gender"=>"Female", "height"=>510, "weight"=>195, "eyeColor"=>"BLUE", "issueDate"=>"2020-01-29", "expiryDate"=>"2024-01-29", "ssn"=>"123456789", "billCode"=>"Example", "billReference"=>"Activity Indicator", "activityDuration"=>36}
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"}