Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

RequestedService Property

Service type for which the shipping rate is requested.

Syntax

[VB.NET]
Public Property RequestedService As ServiceTypes

[C#]
public ServiceTypes RequestedService {get; set;}

enum FedexratesRequestedServices { stUnspecified, stFedExPriorityOvernight, stFedExStandardOvernight, stFedExFirstOvernight, stFedEx2Day, stFedExExpressSaver, stFedExGround, stFedExGroundHomeDelivery, stFedEx1DayFreight, stFedEx2DayFreight, stFedEx3DayFreight, stFedExInternationalPriority, stFedExInternationalEconomy, stFedExInternationalFirst, stFedExInternationalPriorityFreight, stFedExInternationalEconomyFreight, stFedExEuropeFirstInternationalPriority, stFedExSmartPost, stFedEx2DayAM, stFedExFirstFreight, stFedExInternationalGround, stFedExFreightEconomy, stFedExFreightPriority, stUPSFirstClass, stUPSPriorityMail, stUPSExpeditedMailInnovations, stUPSPriorityMailInnovations, stUPSEconomyMailInnovations, stUPSNextDayAir, stUPSExpress, stUPS2ndDayAir, stUPSGround, stUPSWorldwideExpress, stUPSWorldwideExpedited, stUPSExpedited, stUPSStandard, stUPS3DaySelect, stUPSNextDayAirSaver, stUPSSaver, stUPSNextDayAirEarlyAM, stUPSExpressEarlyAM, stUPSWorldwideExpressPlus, stUPSExpressPlus, stUPS2ndDayAirAM, stUPSTodayStandard, stUPSTodayCourrier, stUPSTodayInterCity, stUPSTodayExpress, stUPSTodayExpressSaver, stUPSWorldwideExpressFreight, stUPSSurePostLessThan1LB, stUPSSurePost1LBOrGreater, stUPSSurePostBPM, stUPSSurePostMedia, stUSPSExpress, stUSPSFirstClass, stUSPSPriority, stUSPSParcelPost, stUSPSMedia, stUSPSLibrary, stUSPSOnline, stUSPSGlobalExpress, stUSPSParcelSelect, stUSPSCriticalMail, stUSPSStandardMail, stUSPSExpressMailInternational, stUSPSFirstClassMailInternational, stUSPSPriorityMailInternational, stCanadaRegularParcel, stCanadaExpeditedParcel, stCanadaXpresspost, stCanadaLibrary, stCanadaPriority, stCanadaPriorityEnvelopeUSA, stCanadaPriorityPakUSA, stCanadaPriorityParcelUSA, stCanadaXpresspostUSA, stCanadaExpeditedParcelUSA, stCanadaSmallPacketAirUSA, stCanadaTrackedPacketUSA, stCanadaTrackedPacketLVMUSA, stCanadaPriorityEnvelopeInternational, stCanadaPriorityPakInternational, stCanadaPriorityParcelInternational, stCanadaXpresspostInternational, stCanadaSmallPacketAirInternational, stCanadaSmallPacketLandInternational, stCanadaParcelAirInternational, stCanadaParcelLandInternational, stCanadaTrackedPacketInternational, stFedExDistanceDeferred, stFedExNextDayAfternoon, stFedExNextDayEarlyMorning, stFedExNextDayEndOfDay, stFedExNextDayFreight, stFedExNextDayMidMorning }

Remarks

This property is required to be entered in the request only if the rate request is made for a specific FedEx service type. In this case, the RequestedService should be set to a value different from 'stUnspecified'.

Otherwise, the rate request will be considered by FedEx server as it has been made for all available services and respective rates.

Valid values for FedEx are:

stUnspecified (0)
stFedExPriorityOvernight (10)
stFedExStandardOvernight (11)
stFedExFirstOvernight (12)
stFedEx2Day (13)
stFedExExpressSaver (14)
stFedExGround (15)
stFedExGroundHomeDelivery (16)
stFedEx1DayFreight (17)
stFedEx2DayFreight (18)
stFedEx3DayFreight (19)
stFedExInternationalPriority (20)
stFedExInternationalEconomy (21)
stFedExInternationalFirst (22)
stFedExInternationalPriorityFreight (23)
stFedExInternationalEconomyFreight (24)
stFedExEuropeFirstInternationalPriority (25) For intra-Europe shipments only.
stFedExSmartPost (26)
stFedEx2DayAM (27)
stFedExFirstFreight (28)
stFedExFreightEconomy (30)
stFedExFreightPriority (31)
stFedExDistanceDeferred (120) For intra-UK shipments only.
stFedExNextDayAfternoon (121) For intra-UK shipments only.
stFedExNextDayEarlyMorning (122) For intra-UK shipments only.
stFedExNextDayEndOfDay (123) For intra-UK shipments only.
stFedExNextDayFreight (124) For intra-UK shipments only.
stFedExNextDayMidMorning (125) For intra-UK shipments only.

Default Value

0

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0