CreateTransportationOption
Create a transportation option.
Input
| Name | Type | Required | Description |
| InboundPlanId | String | False | Identifier of an inbound plan. |
| ShipmentId | String | True | Identifier of a shipment. A shipment contains the boxes and units being inbounded. |
| Amount | Decimal | False | Decimal value of the currency. |
| Code | String | False | ISO 4217 standard of a currency code. |
| Name | String | False | The contact's name. |
| PhoneNumber | String | False | The phone number. |
| Stackability | String | False | Indicates whether pallets will be stacked when carrier arrives for pick-up. |
| String | False | The email address. | |
| UnitOfMeasurement | String | False | Unit of linear measure. |
| Start | Datetime | True | The start date of the window. The time component must be zero. |
| FreightClass | String | False | Freight class. Can be: NONE,FC_50,FC_55,FC_60,FC_65,FC_70,FC_77_5,FC_85,FC_92_5,FC_100,FC_110,FC_125,FC_150,FC_175,FC_200,FC_250,FC_300,FC_400,FC_500. |
| Height | Decimal | False | The height of a package. |
| Unit | String | False | Unit of the weight being measured. |
| Value | Decimal | False | Value of a weight. |
| Width | Decimal | False | The width of a package. |
| Length | Decimal | False | The length of a package. |
| Quantity | Int | False | The number of containers where all other properties like weight or dimensions are identical. |
| PlacementOptionId | String | False | The placement option to generate transportation options for. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| OperationId | String | UUID for the given operation. |