====== AddOrderDelayed ====== ===== Description ===== The method is used to place a "pending order" in the MontWebstore system. The input object contains the order number and the list of order lines. Each line corresponds to one ordered position, it has a unique number. It describes: * product ID; * quantity; * a completed license form, with end user information (if required); * the subscriber ID for which the subscription is created (only filled if the ordered product is a subscription). ===== Parameters ===== ==== SendOrderLangContract ==== {{section>ru:apiv2:types:sendorderlangcontract#Список полей (EN)&noheader}} ==== SendOrderLineContract ==== {{section>ru:apiv2:types:sendorderlinecontract#Список полей (EN)&noheader}} ==== EndUserInfoContract ==== {{section>ru:apiv2:types:enduserinfocontract#Список полей (EN)&noheader}} ==== EndUserInfoFieldContract ==== {{section>ru:apiv2:types:enduserinfofieldcontract#Список полей (EN)&noheader}} ===== Return Values ===== ==== OrderWiInstructionContract ==== {{section>ru:apiv2:types:orderwiinstructioncontract#Список полей (EN)&noheader}} ==== OrderLineWiInstructionContract ==== {{section>ru:apiv2:types:orderlinewiinstructioncontract#Список полей (EN)&noheader}} ==== OrderKeyContract ==== {{section>ru:apiv2:types:orderkeycontract#Список полей (EN)&noheader}} ==== OrderLinkContract ==== {{section>ru:apiv2:types:orderlinkcontract#Список полей (EN)&noheader}} ==== OrderFileContract ==== {{section>ru:apiv2:types:orderfilecontract#Список полей (EN)&noheader}} All replies of web services B2BServiceV2Xml.svc and B2BServiceV2.svc are wrapped in a contract type (the contract contains information about the violations in the operation of the web service, as well as the response of the called method inside the tag.): {{section>ru:apiv2:types:baseresponse#Шаблон&noheader}} ===== Errors ===== {{section>ru:apiv2:methods:addorderdelayed:errors#EN&noheader}} ===== Examples ===== ==== XmlOverHttp request without license form example ==== {{section>ru:apiv2:methods:addorderdelayed:example#Запрос XmlOverHttp без лицензионной формы&noheader}} ==== XmlOverHttp response (without license form) example ==== {{section>ru:apiv2:methods:addorderdelayed:example#Ответ XmlOverHttp без лицензионной формы&noheader}} ==== XmlOverHttp request with license form example ==== {{section>ru:apiv2:methods:addorderdelayed:example#Запрос XmlOverHttp с лицензионной формой&noheader}} ==== XmlOverHttp response (with license form) example ==== {{section>ru:apiv2:methods:addorderdelayed:example#Ответ XmlOverHttp с лицензионной формой&noheader}} ==== SOAP request ==== {{section>ru:apiv2:methods:addorderdelayed:example#Запрос SOAP&noheader}} ==== SOAP response ==== {{section>ru:apiv2:methods:addorderdelayed:example#Ответ SOAP&noheader}}