null

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Consignment

The Consignment object represents the data of the freight that is created in OneFlo. It contains information regarding the freight's account owner, distributor, sender, receiver, instructions, and line item details including whether the freight contains DG or not and other relevant information.

XSD

Consignment
<xs:complexType name="Consignment">
	<xs:sequence>
		<xs:element minOccurs="0" name="AccountID" type="xs:int"/>
		<xs:element minOccurs="0" name="CloseAt" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="ConsignmentDate" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="ConsignmentID" type="xs:long"/>
		<xs:element minOccurs="0" name="ConsignmentItems" nillable="true" type="tns:ArrayOfConsignmentItem"/>
		<xs:element minOccurs="0" name="ConsignmentNote" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="ConsignmentType" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="ConsolidatedSus" nillable="true" type="tns:ArrayOfConsolidateConsignment"/>
		<xs:element minOccurs="0" name="ContainingConsignment" type="xs:long"/>
		<xs:element minOccurs="0" name="DeliveryInstructions" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="DistributorID" type="xs:int"/>
		<xs:element minOccurs="0" name="DownloadID" type="xs:int"/>
		<xs:element minOccurs="0" name="Exception" nillable="true" type="tns:SaveException"/>
		<xs:element minOccurs="0" name="Ext" nillable="true" type="tns:ConsignmentExt"/>
		<xs:element minOccurs="0" name="ExtraInfo" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Hours" type="xs:float"/>
		<xs:element minOccurs="0" name="ModifiedBy" type="xs:int"/>
		<xs:element minOccurs="0" name="NoItems" type="xs:short"/>
		<xs:element minOccurs="0" name="OnForwarder" type="xs:int"/>
		<xs:element minOccurs="0" name="PickupInstructions" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="ReadyAt" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Receiver" nillable="true" type="tns:Address"/>
		<xs:element minOccurs="0" name="Reference" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="References" nillable="true" type="tns:ArrayOfReference"/>
		<xs:element minOccurs="0" name="Released" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Sender" nillable="true" type="tns:Address"/>
		<xs:element minOccurs="0" name="Service" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="SessionID" type="xs:long"/>
		<xs:element minOccurs="0" name="SpecialInstructions" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Volume" type="xs:float"/>
		<xs:element minOccurs="0" name="Weight" type="xs:float"/>
	</xs:sequence>
</xs:complexType>
<xs:element name="Consignment" nillable="true" type="tns:Consignment"/>



Elements

ElementTypeOptional / MandatoryLengthComments
AccountIDintM-AccountID retrieved from Session.
DistributorIDintM-DistributorID retrieved from Session.
OnForwarderintO-Not required when Service is provided.
ConsignmentIDlongO-

ID of the record in the OneFlo database.

Not required on creation.

When updating an existing consignment, provide the ConsignmentID.

ConsignmentDateDateTimeM-Date of the creation of the consignment.
ReleasedDateTimeM-Date of the release of the consignment, must be provided but will be updated by the system when the consignment is actually released via the Release*Consignment API.
ConsignmentNotestringO20
ServicestringM10Service for use. Must be a service defined in OneFlo as retrieved from the ShipperService Element of the ServicePricing.
SenderAddressM1Details of the sender of the freight.
PickupInstructionsstringO80Pickup Instructions. Will appear on Pickup request data when carrier is configured.
ReceiverAddressM1Details of the receiver of the freight.
DeliveryInstructionsstringO80Delivery Instructions. Will appear on labels (depending on carrier specification may be limited in terms of number of characters due to real estate).
SpecialInstructionsstringO80Additional Instructions. Will appear on labels (depending on carrier specification may be limited in terms of number of characters due to real estate).
DescriptionstringO30Description of Consignment. Won't appear on labels.
ExtConsignmentsExtO1Additional information for a consignment.
HoursfloatO-Default 0.
ModifiedByintM-UserID as defined in the session.
NoItemsshortM-Item Count Summary for the consignment.
VolumefloatM-Total Consignment Volume in cubic metres.
WeightfloatM-Total Consignment weight in kilograms.
ConsignmentItemsConsignmentItem[]M1...nDetails the items included in the consignment.
ReadyAt

Time

M-

hh:mm

Time when the consignment is ready to be picked up. Will be reflected on Pickup Request and cosignment data sent to carrier.

CloseAtTimeM-

hh:mm

Time when the facilities will close (for pickup). Will be reflected on the Pickup Request and consignment data sent to carrier.

ReferencestringO20Stores the primary business reference (i.e. Sales Order Number, Pick Number, etc)
ReferencesReference[]O0...nAdditional References.
SessionIDlongO-Not recommended for use.
ExtraInfostringO-Not recommended for use.
ConsolidatedSusConsolidateConsignment[]O-Not recommended for use.
ContainingConsignmentlongO-Not recommended for use.
DownloadIDintO-Not recommended for use.
ConsignmentTypestringO-Not recommended for use.
ExceptionSaveExceptionO-Output. Provides detail on the result if there is an error with the data provided.

Address

The address field defines the structure of the address entity in the OneFlo database. This address entity is used as components of the Consignment element via its Sender and Receiver elements.

XSD

<xs:complexType name="Address">
	<xs:sequence>https://www.youtube.com/watch?v=bbStdHPMMf4
		<xs:element minOccurs="0" name="AccountID" type="xs:int"/>
		<xs:element minOccurs="0" name="AddressID" type="xs:int"/>
		<xs:element minOccurs="0" name="AddressLocation" nillable="true" type="tns:Location"/>
		<xs:element minOccurs="0" name="ContactName" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Email" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Exception" nillable="true" type="tns:SaveException"/>
		<xs:element minOccurs="0" name="Fax" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Line1" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Line2" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Line3" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="LocationDetails" nillable="true" type="tns:Location"/>
		<xs:element minOccurs="0" name="LocationID" type="xs:int"/>
		<xs:element minOccurs="0" name="ModifiedBy" type="xs:int"/>
		<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Phone" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="State" nillable="true" type="xs:string"/>
		<xs:element minOccurs="0" name="Suburb" nillable="true" type="xs:string"/>
	</xs:sequence>
</xs:complexType>
<xs:element name="Address" nillable="true" type="tns:Address"/>

Elements

ElementTypeMandatory / OptionalLengthComments
AccountIDintM-Owner of this address entity in the OneFlo database.
AddressIDintO-The record ID of this address entity.
NamestringM50Entity or Company name. Could be the name of the person receiving the freight.
Line1stringM30First line of the address. Must be provided so it appears on the label + postback.
Line2stringO30Additional line, when required. Will appear on label + postback.
Line3stringO30Extra line. Most carrier labels don't render this.
LocationIDintM-

LocationID in the OneFlo database. LocationID can be retrieved from the ValidateLocation API.

BEST PRACTICE: If known and provided, no need to define the AddressLocation and LocationDetails of this Address and providing this is more accurate than using AddressLocation or LocationDetails

ContactNamestringM20Name of person / contact for this address entity. Will appear on label.
PhonestringO15Phone number of contact. Will appear on Label.
EmailstringO50Email address of contact. When populated in Consignment.Receiver, this will be used to deliver ASNs.
FaxstringO15
AddressLocationLocationO0...1No need to define this element if the LocationID or LocationDetails element is provided.
LocationDetailsLocationO0...1No need to define this element if the LocationID or AddressLocation element is provided.
ModifiedByintM-UserID as defined in the session.
StatestringO5Not recommended for use.
SuburbstringO50Not recommended for use.
ExceptionSaveExceptionO-Output. Provides detail on the result if there is an error with the data provided.
  • No labels