Create Dispatch Orders

This endpoint is deprecated.
POST/api/RPC.common.Api.So.createExpedition?token=<TOKEN>

Key So.createExpedition · API version 2.0.0

Parameters

2 body parameters inside data[]
FieldTypeDescription
numrequiredStringSales Order ID
descriptionStringDescription

Request example

Create Expedition From So:
{
   "data" : [
      {
         "description" : "Create Expedition From So CO10002616",
         "num" : "CO10002616"
      }
   ]
}

cURL

Create Expedition From So:
curl -X POST -H 'Content-Type: application/json; charset=utf-8' -d '{   "data" : [      {         "description" : "Create Expedition From So CO10002616",         "num" : "CO10002616"      }   ]}' "https://<DOMAIN_NAME>/api/RPC.common.Api.So.createExpedition?token=<TOKEN>"

Response example