POST TMS/Order/Book/{profileID}
Creates a TMS Order and books the shipment with the carrier. The TMS Order will be removed if the Carrier Booking fails.
Returns: Returns the SEKO Order ID associated with the created record.
Request Information
Parameters
Name | Type | Description | Additional information |
---|---|---|---|
value | BookingRequest | BookingRequest will be Deserialized from Body of Request |
Define this parameter in the request body. XML Schema Definition: A |
profileID | Int32 | Profile ID to be used for this BookingRequest. Optional. Only required if your user credential is associated with multiple profiles |
Define this parameter in the request URI. |