# PassCreateInput

```graphql
type PassCreateInput {
  # Assignee contact
  assignee: ContactCreateInput
  
  # Company INN
  companyInn: String
  
  # Date start (milliseconds)
  dateStart: Long!
  
  # Floor ID
  floorId: Int!
}
```

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

* [**assignee**](https://api.parking24.online/reference/zavgar-api-reference/graphql/inputs/contactcreateinput) - пользователь
* **companyInn** - ИНН компании
* **dateStart** - дата начала пропуска&#x20;
* **floorId** - ID этажа &#x20;

{% hint style="info" %}
Созданный пропуск действует весь день (с 00:00:00 по 23:59:59)
{% endhint %}

{% hint style="info" %}
**dateStart** указывается в формате **timestamp (millis)**
{% endhint %}
