UMG-UK
  1. Schemas
UMG-UK
  • Outbound Orders
    • Get SalesOrder List
    • Create a SalesOrder
    • Get Sales Order Information
    • Sales Order Acknowledgement
    • Bulk Upload SalesOrders
    • Get Job Status of an Async Bulk Sales Order Import
    • Get a single SalesOrder
    • Update SalesOrder
    • Cancel SalesOrder
    • Get Shipments for a Sales Order
    • Get B2B Customers For Business Unit
  • Ship Confirmation
    • Sales Order Ship Confirmation
  • Business Units
    • Get Buildings associated to a Business Unit
    • Remove associated Building from a Business Unit
    • Associate a Building to a Business Unit
    • Get Business Unit Detail
    • Update Business Unit
    • List Business Units
    • Create Business Unit
    • Get Business Unit General Settings
    • Update Business Unit General Settings
    • Update Business Unit Amazon SFP Keys
    • Remove Business Unit Amazon SFP Keys
    • Get Business Unit Amazon SFP Keys
    • List Broker Accounts
    • Create Broker Account
    • Delete Broker Account
  • Product
    • Batch Upload SKUs
    • Get Product Information
    • List SKUs
    • Create SKU
    • Get SKU Details
    • Update SKU Details
    • Update SKU Details
  • Inbound
    • List Inbound ASNs
    • Create Inbound ASN
    • Get single Inbound ASN
    • Update single Inbound ASN
    • Cancel single Inbound ASN
    • Get receipt lines for single Inbound ASN
    • Get receipt lines for single Inbound RMA
    • Get single Inbound RMA
    • Update single Inbound RMA
    • Cancel single Inbound RMA
    • List Inbound RMAs
    • Create Inbound RMA
    • Get receipt lines for single Inbound PO
    • Get single Inbound PO
    • Update single Inbound PO
    • Cancel single Inbound PO
    • List Inbound POs
    • Create Inbound PO
  • Inventory
    • List Inventory Transactions
    • List Inventory stats grouped by SKU
    • List Inventory stats grouped by Lot
    • List Inventory stats grouped by SKU and Building
    • List Inventory stats grouped by Lot and Building
    • List Inventory Serial Numbers
  • Inventory Movement
    • Inventory Movement
  • TMS Endpoints
    • Generate TMS Quotes for Sales Order
    • Book TMS Shipment for Sales Order
    • Delete Booked TMS Shipment For Sales Order
    • Update BOL for Order
    • Approve Quote for Order & Drop to WMS
    • Get ERP Token
  • Schemas
    • Schemas
      • SalesOrderRequest
      • DistributionOrder
      • BuildingRefWithUpsAccount
      • BuildingReference
      • SalesOrderDetail
      • SalesOrderSummary
      • ErrorOrder
      • GetProductResponse
      • GetSalesOrderResponse
      • SalesOrderAck
      • ShipConfirm
      • InvMovement
      • ErrorsResponse
      • SkuInventory
      • LotInventory
      • InboundAsnRequest
      • BusinessUnit
      • uom-dimensions
      • softeon-boolean
      • inventory-instance
      • sku
      • Shipment
      • SalesOrderCreateAsyncJob
      • Container
      • SkuReference
      • Party
      • SkuSummary
      • Error
      • ErrorsOrderResponse
      • InboundAsnDetail
      • Ref
      • ReceiptLine
      • InboundAsnSummary
      • InboundRmaSummary
      • InboundRmaDetail
      • InboundRmaRequest
      • InboundPurchaseOrderRequest
      • InboundPurchaseOrderDetail
      • InboundPurchaseOrderSummary
      • InventoryTransaction
      • InventoryNetworkSkuStats
      • InventoryBuildingSkuStats
      • InventoryBuildingLotStats
      • InventoryNetworkLotStats
      • InventorySerialNumber
      • Address
      • BusinessUnitSettings
      • BusinessUnitSfpSettings
      • BusinessUnitSfpReadSettings
      • ErrorAsn
      • TmsShipmentBookRequest
      • TmsShipmentQuoteRequest
      • Accessorial
      • TmsShipmentQuoteAsyncResponse
      • TmsShipmentBookAsyncResponse
      • ErrorResponse
      • Token Response
      • Token Error
      • Token Request
      • BrokerAccount
  1. Schemas

TmsShipmentBookRequest(TmsShipmentBookRequest)

{
    "origin": {
        "facilityId": "string",
        "shortName": "string",
        "name": "string",
        "countryCode": "string",
        "region": "string",
        "locality": "string",
        "postalCode": "string",
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "contact": {
            "name": "string",
            "phone": "string",
            "email": "string"
        }
    },
    "destination": {
        "name": "string",
        "countryCode": "string",
        "region": "string",
        "locality": "string",
        "postalCode": "string",
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "contact": {
            "name": "string",
            "phone": "string",
            "email": "string"
        }
    },
    "billTo": {
        "name": "string",
        "countryCode": "string",
        "region": "string",
        "locality": "string",
        "postalCode": "string",
        "address1": "string",
        "address2": "string",
        "address3": "string",
        "contact": {
            "name": "string",
            "phone": "string",
            "email": "string"
        },
        "carrierCode": "string",
        "accountNumber": "string"
    },
    "containers": [
        {
            "height": 0,
            "width": 0,
            "length": 0,
            "weight": 0,
            "stackable": "true",
            "quantity": "string",
            "type": "Pallet",
            "lines": [
                {
                    "skuId": "string",
                    "description": "string",
                    "quantity": 0,
                    "purchaseOrderNumber": "string",
                    "packageType": "string",
                    "perishable": true,
                    "dimensions": {
                        "height": 0,
                        "width": 0,
                        "length": 0,
                        "weight": 0
                    },
                    "hazmat": [
                        {
                            "unNumber": "string",
                            "groundClass": "string",
                            "oceanClass": "string",
                            "airClass": "string",
                            "railClass": "string",
                            "packingGroup": "I",
                            "labelCode": "string"
                        }
                    ]
                }
            ]
        }
    ],
    "accesorials": [
        {
            "code": "CODAMT_LTL",
            "accessorialType": "Pickup",
            "parameters": [
                {
                    "name": "string",
                    "value": "string"
                }
            ]
        }
    ],
    "shipmentType": "LTL",
    "shipmentMode": "Air",
    "weightUom": "LB",
    "lengthUom": "IN",
    "deliveryInstructions1": "string",
    "deliveryInstructions2": "string",
    "carrierCode": "string",
    "serviceLevel": "string",
    "pickupDate": "string",
    "requestedShipDate": "2019-08-24T14:15:22.123Z",
    "deliveryStartDate": "2019-08-24T14:15:22.123Z",
    "deliveryEndDate": "2019-08-24T14:15:22.123Z"
}
Built with