FLORAL LOGISTICS OF MIAMI, INC

PostUpdateTrack Method

    

    

Description

This Method update Tracking or Booking information from Shippers and Farms before they prealerted boxes, you must to create record for Master and farm with Method PostShipperTrack before use this method

    

    

Request

    

  • https://api.floralogistics.com/PostUpdateTrack
  • Method : POST
  • Content-Type : application/json
  • Format : https://api.floralogistics.com/PostUpdateTrack/{token}
  • clientcode will be gave you for our company.
  • all date format in API call will be DD-MON-YYYY.

    

    

Request Uri Parameters

    

  • token : Security token that you should get with method GetToken - Required.

    

Request Body Parameters

    

  • 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.
  • status : char(10) - (NOT NULL - Required) – Status of Tracking, (COORDINATE, SHIPPERREC, AIRLINEREC, FLYING, CANCELED).
  • farm_detid : char(9) - (NOT NULL - Required) - Id for Farm Record send in response when record was created.
  • pcs_rec_ship : number(10) - (NULL) - Quantity of pieces received in Agency.
  • date_rec_ship : char(11) - (NULL) - Date of arrival to Agency. Format "MM/DD/YYYY HH:MM:SS AM"
  • time_rec_ship : char(5) - (NULL) - Time of arrival to Agency. Format (HH:MM)
  • pcs_fly : number(10) - (NULL) - Quantity of pieces confirmed for fly.
  • 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