21.10 添加客户订单

21.10 添加客户订单

HTTP请求方式:POST

METHOD:supplier.supplier.add_order

完整的HTTP请求参数(由下边各个参数的值自动生成,可直接复制至剪切板): 复制至剪切板

详解HTTP请求参数:添加参数 查看参数说明....

  • = 到货天数 *
  • = 预付款金额 *
  • = 物流费用 *
  • = 到货仓库id *
  • = 供应商id *
  • = 采购方式(cash:现购,credit:赊购) *
  • = 总金额
  • = 备注
  • = 商品 *
  • = 收货人 *
  • = 收货地区 *
  • = 收货地址 *
  • = 收货人手机 *

参数说明:

参数名称 是否必填 类型 描述
arrive_time 到货天数
deposit_balance 预付款金额
delivery_cost 物流费用
form_branch_id 到货仓库id
supplier_id 供应商id
po_type 采购方式(cash:现购,credit:赊购)
amount 总金额
memo 备注
at 商品
ship_name 收货人
ship_area 收货地区
ship_addr 收货地址
ship_phone 收货人手机

返回结果(JSON)     格式化json

数据说明:

$at = array(

     array(

         'product_id'=>'98822',
     'num'=>'1',

     'price'=>'1.09',

),

);