====== OrderLineWiInstructionContract ====== ^Name^Type^Description^ |OrderLineNum|string|Orderline number| |DateCreated|DateTime|Creation date| |PartNum|string|Product ID (PartNumber)| |Quantity|int|Quantity| |TotalSumm|double|Total orderline cost| |ItemPrice|double|Price for product unit for reseller| |Currency|string|Currency code| |OrderStatus|int|Orderline status. Possible values: 1 - In process, 2 - Error, 3 - Succesfull| |EndUserInfo|[[ru:apiv2:types:EndUserInfoContract|EndUserInfoContract]]|End user information| |InstallInstructions|string|Install instructions| |FullInstructions|string|Install instructions| |Keys| array of [[ru:apiv2:types:OrderKeyContract|OrderKeyContract]]|List of keys| |Links| array of [[ru:apiv2:types:OrderLinkContract|OrderLinkContract]]|List of links| |Files| array of [[ru:apiv2:types:OrderFileContract|OrderFileContract]]|List of files| |SubscriptionId|string|The subscription number that was issued using this order line. Filled only if product - subscription| |MontSubscriberId|Guid|The ID of the subscriber to whom the subscription was subscribed using this order line. Filled only if product - subscription| |ErrorCode|int|Error code. [[ru:apiv2:methods:addorder|Possible values]]| |ErrorText|string|Error description|