Name | Type | Description | Notes |
---|---|---|---|
DateOfShipment | string | This defines the date of the Shipment in the format YYYY:MM:DD, required for future shipment rating | [optional] |
FromAddress | SingleRateFromAddress | ||
Parcel | SingleRateParcel | ||
CarrierAccounts | List<string> | This provides a single carrier account Id in case of single rate request. It can be referred from response of `Get Carrier Accounts` API. | |
ParcelType | string | Parcel Type its value can be referred from response of `Get Parcel Types` API. | |
ParcelId | string | >-Parcel Id is optional and required to be given in case of branded parcels which have brandedDimension and/or brandedWeight. If parcel has brandedDimension, in that case user need not to pass dimensionUnit and dimension details(length, width and height) in the parcel object. And if brandedWeight is also available for the parcel then in that case weightUnit and weight need not to be passed in parcel object | [optional] |
ServiceId | string | Service to be used for rating, it can be referred from response of `Get Services` API | |
SpecialServices | List<SpecialService> | Special services to be used for rating, it can be referred from response of `Get Special Services` API | [optional] |
ToAddress | SingleRateToAddress |