Create Sales OrderAsk AIpost https://coreapi.impexdocs.com/api/v1/salesorderUse this endpoint to create a new sales order.Body Paramsorder_nostringrequiredlength between 1 and 50Unique identification to create and update a sales order record. If system generated numbering do not send a value, if the numbering is from an external system, a unique value is requiredorder_statusstringrequiredlength between 1 and 50This is the Current Status of the SalesOrder. While creating sales order, default value "Created" needs to be passed.order_titlestring | nulloutput_typestring | nullorder_descstring | nulluser_groupstring | nullorder_categorystring | nullbuyer_and_refrence_detailsobjectbuyer_and_refrence_details objectpartner_code_validationbooleanValidation on Partner Code is optional. If value is false, we will save the Partner data without any validation. If value is true, we will validate Partner Code. Blank and Invalid code will not be allowed.truefalsepartnerarray of objects | nullpartnerADD objecttransport_and_other_detailsobjecttransport_and_other_details objectproduct_detailsobjectproduct_details objectadditional_informationobjectadditional_information objectother_informationobjectother_information objectterms_and_conditionobjectterms_and_condition objectinternal_notes_detailsobjectinternal_notes_details objectpayment_and_other_detailsobjectpayment_and_other_details objectsignatory_and_other_detailsobjectsignatory_and_other_details objectexternal_documentsarray of objects | nullexternal_documentsADD objectHeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponses 201Created 400Bad Request 409Conflict 422Client Error 500Server Error 503Server ErrorUpdated 8 months ago