Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Objectives

OneFlo Postback report aims to eliminate manual data entry, providing an end of day report of all manifested consignments that have been performed in OneFlo within the last 24 hours.

Info

While the defined service is for Manifested Consignments to be sent once per day, this is customize able upon internal review and advanced scoping session.

.

How does Postback work?

Standard Postback Report

  1. The ERP provider Leaves a File with consignment Information on the Client's Server.
    1. File Must Be.
      1. CSV/XML Format
      2. Contain the order file Information listed below
      3. Limited to one file per Order
  2. EFM Installs a Service on the Client's Server to Pick up this File and send it to our Message Transmitter Service which transforms this File into a standard Message that OneFlo can interpret.
  3. Customer uses OneFlo UI to "Look up" the consignment that can now be found within the system.

Custom Postback Report

  1. The ERP provider sends an XML Payload of all required data, to a custom API End Point.
    1. This Payload must meet OneFlo information requirements perfectly.
  2. Customer uses OneFlo UI to "Look up" the consignment that can now be found within the system.
Warning
titleWARNING
Custom Services are only available upon evaluation and require internal approval before moving forward.
  1. EFM team configure the Postback service to provide a report of all manifested Consignments at the end of the day.
  2. The Information to the right are the columns provided within the report.
  3. The Report can be sent by email to required recipients, or placed in a directory by FTP



Data Provided


Column NameDefinitionData TypeFormatLength (max)
1ConnoteConsignment Tracking Numbervarchar
20
2ReleasedConsignment Release datedate YYYY-MM-DD-
3ReferencePrimary consignment referencevarchar
20
4ServiceCarrier Service (as defined in OneFlo)varchar
10
5CarrierCarrier Name (as defined in OneFlo)varchar
50
6SenderSender Namevarchar
50
7SAddress1Sender Address Line 1varchar
30
8SAddress2Sender Address Line 2varchar
30
9SLocalitySender Locality / Suburbvarchar
50
10SStateSender Statevarchar
5
11SPCodeSender Postcodevarchar
10
12ReceiverReceiver Namevarchar
50
13RAddress1Receiver Address Line 1varchar
30
14RAddress2Receiver Address Line 2varchar
30
15RLocalityReceiver Locality / Suburbvarchar
50
16RStateReceiver Statevarchar
5
17RPCodeReceiver Postcodevarchar
10
18ItemsTotal number of Itemsint
-
19WeightTotal Weightfloat
-
20VolumeTotal volumefloat
-
21TimeTotal Time (if captured)float
-
22DistanceTotal Distance (if captured)float
-
23ZoneFromCarrier Zone Fromvarchar
10
24ZoneToCarrier Zone Tovarchar
10
25FreightBasic Freight Chargemoney
-
26FeesFees Chargemoney
-
27NetNet Chargemoney
-
28GSTTaxmoney
-
29TotalTotal Freight Charge (Freight+Fees+GST)money
-
30UserField1User defined field #1varchar
20
31UserField2User defined field #2varchar
20
32UserField3User defined field #3varchar
20
33UserField4User defined field #4varchar
20
34UserField5User defined field #5varchar
20
35ReferencesAdditional References

comma-delimited

varchar

"ref1,ref2,ref3"