Model that describes a write-off/receipt operation.
| Name | Type | Description |
|---|---|---|
| description | String | Operation note. Maximum length is 300 characters. |
| document_id | Int64 | Write-off/receipt document ID. |
| id | Int64 | Write-off/receipt operation ID. |
| item | Item | Item. |
| last_purchase_cost | Decimal | Last purchase cost. Returned only when the current request user has permission to view last purchase cost. |
| last_update | Int64 | Last record update time as Unix time. |
| order | Int64 | Operation order. Missing database values are returned as 0. |
| quantity | Decimal | Item quantity. Stored with up to three decimal places. |