====== Тип OrderWiInstructionContract ====== Содержит полную информацию о заказе - его содержимое, текущий статус и прочее, а так же строки, содержащие инструкции для печати на чеке. ==== Список полей (RU) ==== ^Название^Тип^Описание^ |OrderNum|string|Номер заказа| |OrderStatus|string|Текущий статус заказа. Статус заказа - **InProcess** - на выполнение заказа требуется время, либо не все строки заказа выполнены, **Error** - Завершен с ошибкой или **Successed** - Завершен успешно - общий статус заказа (примеры: InProcess - В процессе, Error - Завершен с ошибкой, Successed - Завершен успешно)| |DateCreated|DateTime|Дата создания заказа| |OrderLines|array of [[ru:apiv2:types:OrderLineWiInstructionContract|OrderLineWiInstructionContract]]|Список строк заказа с инструкциями| ==== Список полей (EN) ==== ^Name^Type^Description^ |OrderNum|string|Order number| |OrderStatus|int|Current status of the order. Possible values: InProcess - In process, 2 - Error, Successed - Succesfull. If all order lines are completed successfully, then the status is completed successfully. Otherwise, the status of the order is in process.| |DateCreated|DateTime|Order creation date| |OrderLines|array of [[ru:apiv2:types:OrderLineWiInstructionContract|OrderLineWiInstructionContract]]|List of order lines|