Model that describes a tech map document.
| Name | Type | Description |
|---|---|---|
| autocalculate_part_cost | Boolean | Automatic operation cost share calculation state: true - percentages in operations are calculated automatically, false - percentages are not calculated automatically. |
| blocked | Boolean | Tech map document edit lock state: true - locked for editing, false - unlocked for editing. |
| code | String | Tech map document code. Maximum length is 50 characters. |
| current_user_blocked | Boolean | Tech map document lock status for the current user: true - locked for editing by the current user, false - not locked for editing by the current user. |
| date | Int64 | Tech map document date. |
| firm | Firm | Company. |
| id | Int64 | Tech map document ID. |
| item | Item | Item. |
| item_id | Int64 | Item ID. |
| last_update | Int64 | Last update time as Unix time. |
| performed | Boolean | Tech map document posting state: true - posted, false - not posted. |
| type | String | Tech map type: Assemblable - assembly, Disassemblable - disassembly. Allowed values: Default, Assemblable, Disassemblable. |