Create An Order in Truckmate

This operation creates a new order in Truckmate and returns the order number and bill number.

This procedure is part of the Truckmate Book (BDK). To use this book, you must first learn it in your agent.

Input Concepts

Concept
Description
Type
Required

order

The Truckmate order request.

truckmate order

Yes

Output Concepts

Concept
Description
Type

order number

Order ID of the created order

number

bill number

Bill Number of the created order

text

Example

create a json
use the above as the order
set the order's id to 1234
set the order's title to "Awesome title"
set order's body to "This is the body"
create the order in truckmate and get the order number and bill number

Last updated

Was this helpful?