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
Account
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
Copy to clipboard
copied
{
"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"
}
}