Create package orders


  • Interface Path: /order/createOrder
  • Request method: POST

Parameter

Parameter nameRequiredtypeinstructions
outOrderIdNoStringThe customerOrder number
businessCycleIdNoStringThe business cycle ID
goodsCodeNoStringCommodity code
goodsNameNoStringName of commodity
saveMobileYesStringA number of hands
saveNameNoStringSave a person name
saveRoleYesLongSave a personrole
prePickMobileNoStringBooking number of hands
prePickRoleNoLongBooking role
prePickTimeNoLongBooking time
prePickNameNoStringThe actual pick-up name
goodsImageNoStringCommodity images
sendSmsFlagNoLongYesNo Send SMS 1 Yes 2 No

Return parameter description

Parameter nametypeinstructionsValue of the sample
codeString-501000
chnDescString-Operation is successful
engDescString-operate success
detailString-Handle a successful
dataObject--
fcOrderIdString-200607426850
saveCodeString-39690347
businessCycleIdString-719127871596052000

Return the sample

{
  "code": "501000",
  "data": {
    "fcOrderId": "20060742685051",
    "saveCode": "39690347",
    "businessCycleId": "719127871596052500"
  },
  "chnDesc": "Operation is successful",
  "engDesc": "operate success",
  "detail": "Handle a successful"
}