GET /v3/carrocerias/{id}

Carrocería por Id.

Request

Path parameters

Name Type Constraints Descripción
id integer (int32) Required
Id

Responses

HTTP-StatusCode 200

OK

Carroceria when Accept: application/json application/vnd.autocosmos.entry+json text/json
{
  "Nombre": "Coupé",
  "CodeName": "coupe",
  "_links": {
    "rel1": {
      "href": "/v3/carrocerias/somevalue"
    }
  }
}

HTTP-StatusCode 404

La carrocería, no existe.