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

FreightGuaranteeDetail Type

Indicates the freight guarantee details.

Remarks

This type provide the details for when the freight shipment is guaranteed for.

Example: Setting the fields for the freight guarantee details


FreightGuaranteeDetail detail = new FreightGuaranteeDetail
detail.Type = TFreightGuaranteeType.fgtGuaranteedMorning
detail.Date = "2013-08-15"

Fields

Date
String

The date the freight shipment is guaranteed for.

The valid format for the date is YYYY-MM-DD

Type
TFreightGuaranteeTypes

Specifies what type of freight guarantee is requested.

The valid values are:

Value Description
fgtGuaranteedDate (0) Guaranteed to arrive on date specified
fgtGuaranteedMorning (1) Guaranteed to arrive the morning of the date specified

Constructors

[VB.NET]
Public FreightGuaranteeDetail()

[C#]
public FreightGuaranteeDetail();



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