Create Dispatch Orders
This endpoint is deprecated.
POST
/api/RPC.common.Api.So.createExpedition?token=<TOKEN>Parameters
| Field | Type | Description |
|---|---|---|
numrequired | String | Sales Order ID |
description | String | Description |
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