---
title: "Creates a new vehicle defect comment"
method: POST
path: "/v1/resourceowner/vehicledefectcomments"
tags: ["ResourceOwnerVehicleDefectComments"]
---

# Creates a new vehicle defect comment

`POST /v1/resourceowner/vehicledefectcomments`

This will create a new vehicle defect comment and make the association you set.

## Request body

- VehicleDefectCommentsCreateModel
  - `VehicleDefectId` integer
  - `Comment` string

## Response `200`

A link in the header is returned to the newly created vehicle defect comment

## Other responses

- `400` — Bad request, could occur for a number of cases, see returned message
- `403` — Request is forbidden, could occur for a number of reasons, see returned message
- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
