v1

latestOpenAPI 3.1.02026-07-2418201.6 MB

Chassis to RC

post/v2/bytes/converter/chassis/rc

Headers

client_idstring required

A unique identifier assigned to your application when registering with an API or authorization server.

client_secretstring required

A confidential key used by your application to authenticate itself securely with the API server.

Request body

reference_idstring required

Any unique ID assigned by you for this API request.

consentboolean required

true/false based on the consent given by the customer. Mandatory as per regulation

purposestring required

The purpose of taking this consent from your customer. Mandatory as per regulation. (>20 characters)

idstring

The Chassis Number of the vehicle.

Response

200

decentroTxnIdstring
statusstring
responseCodestring
messagestring
responseKeystring

Example response

{
  "decentroTxnId": "2C5F44978CC245A185A0FE115353EB06",
  "status": "SUCCESS",
  "responseCode": "S00000",
  "message": "Vehicle RC number data was successfully retrieved.",
  "data": {
    "rcNumber": "********"
  },
  "responseKey": "success_rc_number_retrieval"
}