smallparceloptions to be modified
Type
Description
OrderIdentifiers
IEnumerable<Generic.Models.OrderIdentifier>
identifies orders to be routed
Id
int
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
OrderScannedFlag
bool?
Sample content-type: application/hal+json
Copy to clipboard
copied
{
"orderIdentifiers": [
{
"id": 1
}
],
"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" ,
"orderScannedFlag": true
}
}