NameDescriptionTypeAdditional information
NoAdditionalInfoShouldBeSpecified

if is true then AdditionalOptionInfo is not used - but the value field should contain the right sintax for the option

boolean

None.

value

(Mandatory) the value of the Shipment option (can be 1 or 0 for options that are boolean)

string

None.

code

(Mandatory) the code of the Shipment option. a list of codes available for a specific carrier can be obtained by calling the GetCarrierInfo webservice/api

integer

None.

AdditionalOptionInfo

(Mandatory if the AdditionalOptionInfo of field is present when the GetCarrierInfo is called and have the field OptionType not equal with 0(Checkbox)); this will add additional informations to the shipment option

WS_Repository.Models.Requests.Ship.AdditionalOptionInfo

None.

SubOptions

contains additional options only if the HasSubOptions = true on GetCarrierInfo function is returned for this option

Collection of WS_Repository.Models.Requests.Ship.SubShipmentOption

None.