orders ordersrouting (http://api.3plcentral.com/rels/orders/ordersrouting)
Resource:
GroupOperator: of orderrouting
C# Rel Const:
Rels.OrderSvc.OrdersRouting
URI template:
routing
Obtain URI from:
The routing request model will be applied to each order identified by rql.
Success status: 204
none
Type Description
OrderIdentifiers IEnumerable<Generic.Models.OrderIdentifier> identifies orders to be routed
Id int
IsCod bool? ...
IsInsurance bool? ...
RequiresDeliveryConf bool? ...
RequiresReturnReceipt bool? ...
ScacCode string
Carrier string
Mode string
BillingCode string
ShipPointZip string
CapacityTypeIdentifier Generic.Models.CapacityTypeIdentifier
Name string
Id int
LoadNumber string
BillOfLading string
TrackingNumber string
TrailerNumber string
SealNumber string
DoorNumber string
PickupDate DateTime? ...
Notes string
ShippingNotes string
ParcelOptionsUpdate Order.Models.ParcelOptionsUpdate
CarrierAccountNumber string
CarrierSelectionV2 bool? ...
DeliveryConfirmationType string
DeliveredDutyPaid int? ...
DryIceWeight decimal? ...
InsuranceAmount decimal? ...
InsuranceType int? ...
InternationalContentsType string
InternationalNonDelivery string
RequireReturnLabel bool? ...
ResidentialFlag bool? ...
SaturdayDeliveryFlag bool? ...
TaxIdentifiers string
ShipDate string
ChosenRate string
Sample content-type: application/hal+json
{
  "orderIdentifiers": [
    {
      "id": 1
    }
  ],
  "isCod": true,
  "isInsurance": true,
  "requiresDeliveryConf": true,
  "requiresReturnReceipt": true,
  "scacCode": "str",
  "carrier": "str",
  "mode": "str",
  "billingCode": "str",
  "account": "str",
  "shipPointZip": "str",
  "capacityTypeIdentifier": {
    "name": "str",
    "id": 2
  },
  "loadNumber": "str",
  "billOfLading": "str",
  "trackingNumber": "str",
  "trailerNumber": "str",
  "sealNumber": "str",
  "doorNumber": "str",
  "pickupDate": "2016-12-25T23:00:00",
  "notes": "str",
  "shippingNotes": "str",
  "parcelOptionsUpdate": {
    "carrierAccountNumber": "str",
    "carrierSelectionV2": true,
    "deliveryConfirmationType": "str",
    "deliveredDutyPaid": 1,
    "dryIceWeight": 1.0,
    "insuranceAmount": 1.0,
    "insuranceType": 1,
    "internationalContentsType": "str",
    "internationalNonDelivery": "str",
    "requireReturnLabel": true,
    "residentialFlag": true,
    "saturdayDeliveryFlag": true,
    "taxIdentifiers": "str",
    "shipDate": "str",
    "chosenRate": "str"
  }
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.