Model that describes an inventory document.
| Name | Type | Description |
|---|---|---|
| attached_user | User | Responsible person. |
| blocked | Boolean | Document blocked flag. |
| close_date | Int64 | Inventory document closing date as Unix time in seconds. |
| closed | Boolean | Document closing flag. |
| code | String | Document code. |
| compare_type | String | Matching type: open_date - by opening date, close_date - by closing date, operation_date - by operation date. Allowed values: open_date, close_date, operation_date. |
| create_docinout | Boolean | Flag indicating whether write-off and receipt documents must be created automatically when closing the inventory. |
| current_user_blocked | Boolean | Indicates whether the document is locked by the current user. Null when the document is not locked. |
| deleted_mark | Boolean | Deletion mark. |
| description | String | Additional description. |
| external_id | String | External system document ID. |
| full | Boolean | Flag indicating whether the inventory is full. |
| id | Int64 | Inventory document ID. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| open_date | Int64 | Inventory document opening date as Unix time in seconds. |
| price_type | PriceType | Price type. |
| stock | Stock | Stock. |