Model that describes a movement document.
| Name | Type | Description |
|---|---|---|
| attached_user | User | Responsible person attached to the movement document. |
| blocked | Boolean | Indicates whether the movement document is locked for editing. |
| code | String | Document code generated by the server. Maximum length is 50 characters. |
| current_user_blocked | Boolean | Indicates whether the movement document is locked by the current request user. Returned only when the document is locked. |
| date | Int64 | Document date as Unix time in seconds. |
| deleted_mark | Boolean | Indicates whether the movement document is marked for deletion. |
| description | String | Additional description. Maximum length is 300 characters. |
| id | Int64 | Movement document ID. |
| last_update | Int64 | Record last modification date. |
| performed | Boolean | Indicates whether the movement document is posted and affects stock balances. |
| stock_receiver | Stock | Recipient stock. |
| stock_sender | Stock | Sender stock. |