DocProduction

Model that describes a production document.

Name Type Description
attached_user User Responsible user.
blocked Boolean Production document edit lock state: true - locked for editing, false - unlocked for editing.
code String Production document code. Maximum length is 50 characters.
current_user_blocked Boolean Production 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 Production document date.
deleted_mark Boolean Deletion mark status: true - marked for deletion, false - not marked for deletion.
description String Note.
id Int64 Production document ID.
last_update Int64 Last update time as Unix time.
performed Boolean Production document posting state: true - posted, false - not posted.
stock Stock Stock.
type String Production document type: Assemblable - assembly, Disassemblable - disassembly. Allowed values: Default, Assemblable, Disassemblable.