Api documentation

Api documentation

Get Car Equipment Details by ID

Spec: Equipment
 
 
v2 v1
 
 

Response format

JSON Response

{
  "id": {integer},
  	  "name": {string},
  "equipmentType": {string},
  "availability": {string},
  "attributes": [
    {
      "name": {string},
      "value": {string}
    }
  ]
}
Property Description Visibility
id The equipment ID Edmunds, Partners, Public
name The equipment name Edmunds, Partners, Public
equipmentType The type of the equipment (see overview) Edmunds, Partners, Public
availability The availability of the equipment (see overview) Edmunds, Partners, Public
attributes The name/value pairs describing the equipment Edmunds, Partners, Public