> For the complete documentation index, see [llms.txt](https://api.parking24.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.parking24.online/reference/zavgar-api-reference/graphql/inputs/contactcreateinput.md).

# ContactCreateInput

```graphql
input ContactCreateInput {
  # City
  city: String!
  
  # Email
  email: String
  
  # SecondName
  secondName: String
  
  # FirstName
  firstName: String
  
  # MiddleName
  middleName: String
  
  # Phone
  phone: String!
  
  # Vehicle
  vehicle: VehicleCreateInput!
}

```

### Параметры

* [**vehicle**](/reference/zavgar-api-reference/graphql/inputs/vehiclecreateinput.md) - автомобиль пользователя
