FLORAL LOGISTICS OF MIAMI, INC

PostShipperTrack Method

    

    

Description

This Method post tracking or Reserva information of Farm from Shippers before they prealerted boxes

    

    

Request

    

  • https://api.floralogistics.com/PostShipperTrack
  • Method : POST
  • Content-Type : application/json
  • Format : https://api.floralogistics.com/PostShipperTrack/{token}/{trackingdate}
  • clientcode, shippercode, and shipto_code will be gave you for our company.
  • tracking_date format in API call will be DD-MON-YYYY.

    

    

Request Uri Parameters

    

  • token : Security token that you should get with method GetToken - Required.
  • trackingdate : Tracking date for request - Required.

    

Request Body Parameters

    

  • tracking_date : char(22) - (NOT NULL - Required) - Date and Time to inserted Data. Format "MM/DD/YYYY HH:MM:SS AM"
  • tracking_time : char(5) - (NOT NULL - Required) – Time when was imported last tracking. Format "HH:MM"
  • mawb : char(11) - (NOT NULL - Required) - Master Awb.
  • clientcode : number(10) - (NOT NULL - Required) – Client code (Client who make order), Code give for FL to the client.
  • shippercode : number(10)- (NOT NULL - Required) - Agency (shipper) Code give for FL to the client.
  • status : char(10) - (NOT NULL - Required) – Status of Tracking, (COORDINATE, SHIPPERREC, AIRLINEREC, FLYING, CANCELED).
  • ada : char(22) - (NULL) - Estimate Actual Date of arrival. Format "MM/DD/YYYY HH:MM:SS AM"
  • ata : char(5) - (NULL) - Estimate Actual Time of arrival. Format (HH:MM)
  • flight : char(10) - (NULL) - Estimate Flight for this Mawb.
  • flight_date : char(22) - (NULL) - Estimate Flight Date. Format "MM/DD/YYYY HH:MM:SS AM"
  • flight_time : char(5) - (NULL) - Estimate Flight Time. Format (HH:MM)
  • shiptocode : number(10) - (NOT NULL - Required) – Ship To Customer Code, Code give for FL to the client.
  • shipto_name : char(30) - (NULL) - Name for Ship To Customer.
  • shipto_address : char(30) - (NULL) - Address for Ship To Customer.
  • shipto_city : char(30) - (NULL) - City for Ship To Customer.
  • shipto_state : char(2) - (NULL) - State for Ship To Customer.
  • shipto_zip : char(9) - (NULL) - Zip Code for Ship To Customer.
  • shipto_country : char(20) - (NULL) - Country for Ship To Customer.
  • farm : char(50) - (NULL) - Farm name.
  • farmhouse : char(50) - (NULL) - Farm Client House.
  • proddesc : char(100) - (NULL) - Produce or Flower Description.
  • pcs : number(10) - (NOT NULL - Required) - Quantity of pieces or boxes Coordinates.
  • unit : char(5) - (NOT NULL - Required) - Unit of Measure that exist in our table or standard unit (FB, HB, QB, 8TH, 16TH).
  • unit_lenght : char(2) - (NOT NULL - Required) - Lenght for Box Dimension in inch.
  • unit_width : char(2) - (NOT NULL - Required) - Width for Box Dimension in inch.
  • unit_height : char(2) - (NOT NULL - Required) - Height for Box Dimension in inch.
  • status_box : char(10) - (NOT NULL - Required) - Status of boxes (COORDINATE, CONFIRMED, SHIPPERREC, AIRLINEREC, FLYING, CANCELED).

    

Request Example

    

    

Body Example

    

    

    

Response

    

    

Error status :

    

  • 0 or 200 - Response OK.
  • Other number and message that indicate error.

    

    

Response Example