> 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/passcreateinput.md).

# PassCreateInput

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

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

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

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

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