post https://business-api.test.equal.in/ie/transaction/journey/execute
To fetch the vehicle details using the chassis number of the vehicle.
Journey Input Data
{
"chassis_number":"XXXXXXXXXXXXXX"
}
Journey Output Data
{
"status": "SUCCESS|FAILURE|IN_PROGRESS",
"message": "refer to the table",
"status_code": "refer to the table",
"transaction_id": "",
"journey_transaction_id": "",
"journey_id": "reverse_rc_pidg_v1",
"data": {
"insights": "",
"keys": {
"reverse_rc": [
{
"key_source": "",
"norms_desc": "",
"owner_serial_no": "",
"chassis_no": "",
"vehicle_make": "",
"vehicle_model": "",
"fuel_desc": "",
"puc_valid_till": "",
"insurance_valid_till": "",
"registration_number": "",
"registration_date": "",
"registration_validity": "",
"emission_norms": "",
"registered_at": "",
"insurance_valid": "",
"insurance_validity_upto": "",
"registered_color": "",
"commercial": "",
"fitness_certificate": "",
"permanent_address": "",
"current_address": "",
"vehicle_class_description": "",
"vehicle_category": "",
"insurance_company": "",
"insurance_policy_number": "",
"equal_artefact": "",
"engine_no": "",
"blacklist_status": "",
"body_type": "",
"cubic_capacity": "",
"financier": "",
"fitness_upto": "",
"gross_vehicle_weight": "",
"manufactured_month_year": "",
"mv_tax_upto": "",
"national_permit_number": "",
"national_permit_issued_by": "",
"national_permit_valid_upto": "",
"noc_details": "",
"number_of_cylinder": "",
"state_permit_number": "",
"puc_number": "",
"rc_status": "",
"seating_capacity": "",
"sleeper_capacity": "",
"standing_capacity": "",
"state_permit_type": "",
"state_permit_valid_upto": "",
"unladen_weight": "",
"wheelbase": "",
"challan_details": "",
"owner_name": "",
"ownerNumber": "",
"rcStatusAsOn": "",
"authority": "",
"RTOCode": "",
"isFinanced": "",
"fuelType": "",
"companyName": "",
"father_name": "",
"non_use_from": "",
"non_use_status": "",
"non_use_to": "",
"variant": "",
"financed": "",
"mobile_number": "",
"state_permit_valid_from": "",
"state_permit_issue_date": "",
"pan_no": "",
"email": "",
"aadhaar": "",
"passport_no": "",
"ration_card_no": "",
"voter_id": "",
"dl_no": "",
"vehicle_maker_description": "",
"vehicle_make_model": "",
"body_type_description": "",
"hp_type": "",
"financer_address_line1": "",
"financer_address_line2": "",
"financer_address_line3": "",
"financer_district": "",
"financer_pincode": "",
"financer_state": "",
"financer_full_address": "",
"hypothecation_dt": "",
"op_dt": "",
"insurance_company_code": "",
"insurance_op_dt": "",
"insurance_valid_from": "",
"month_year_remaining_for_insurance_exp": "",
"state_code": "",
"vehicle_type": "",
"insurance_expired": "",
"vehicle_fitness_expired": "",
"vehicle_age": "",
"reg_no": "",
"tax_mode": "",
"payment_mode": "",
"tax_amt": "",
"tax_fine": "",
"rcpt_dt": "",
"tax_from": "",
"tax_upto": "",
"collected_by": "",
"rcpt_no": "",
"pucc_from": "",
"pucc_centreno": "",
"pucc_op_dt": "",
"expiry_date": "",
"permit_details": "",
"office_code": "",
"office_name": "",
"purchase_date": "",
"owner_code_descr": "",
"reg_type_descr": "",
"model_code": "",
"vehicle_hp": "",
"vehicle_gross_comb_weight": "",
"floor_area": "",
"ac_fitted": "",
"audio_fitted": "",
"video_fitted": "",
"vehicle_purchase_as": "",
"dealer_code": "",
"dealer_name": "",
"dealer_address_line1": "",
"dealer_address_line2": "",
"dealer_address_line3": "",
"dealer_district": "",
"dealer_pincode": "",
"sale_amount": "",
"laser_code": "",
"garage_add": "",
"length": "",
"width": "",
"height": "",
"annual_income": "",
"imported_vehicle": "",
"other_criteria": "",
"verified_on": "",
"rc_standard_cap": "",
"rto_code": "",
"dl_validation_required": "",
"condition_status": "",
"is_commercial": ""
}
]
}
}
}
Scenario | Http Status Code | status | status_code | message |
---|---|---|---|---|
When request is successful and RC details are available. | 200 | SUCCESS | success | Request successful |
When chassis_no provided is not a valid chassis format | 200 | FAILURE | invalid_chassis_no | chassis_no is Invalid |
When no details found at Source for given Chassis No | 400 | FAILURE | document_not_found | Entity not found |
Invalid Client Credentials | 401 | FAILURE | invalid_credentials | Invalid Client Credentials |
Any unhandled error from Equal end | 500 | FAILURE | internal_server_error | Something went wrong, please try again. |
Too many requests | 429 | No object will be sent, throttling happens at the gateway level. | _ | _ |
Service Unavailable | 503 | FAILED | service_unavailable | Service is temporarily unavailable. Please try again later |