This Method adds one AWB with information about Master, House or Order, Detail and Boxes number for each detail to the TASSIS system
Request
- https://api.floralogistics.com/PostOneAWBBox
- Method : POST
- Content-Type : application/json
- Format : https://api.floralogistics.com/PostOneAWBBox/{token}/{awbNumber}
- For Master AWB that not comes in for airlines format is XXXMMDDYY-9, where XXX are 3 letters to distinguish each customer and our company will give there.
- custcode_mawb, shipper_code, and custcode_hawb will be gave you for our company.
- Trucking Co. Code should be in our company tables and also its will be gave you for our company.
- If dimension is null (length , width , height ) you must send one Unit of Measure that exist in our table, if you send dimension, in unit you must to send one standard unit (FB, HB, QB, 8TH, 16TH) for take equivalence FB for dimension that you send, and do worry for our table.
Request Uri Parameters
- token : Security token that you should get with method GetToken - Required.
- awbNumber : Master AWB to add - Required.
Request Body Parameters
- mawb : char(11) - (NOT NULL - Required) - Master Awb - format for inventory: XXXMMDDAA-9, where MM- month, DD-day, AA - year, XXX – 3 letters for customer.
- task_date : char(22) - (NOT NULL - Required) - Date and Time to inserted Data.
- sent_date : char(22) - (NULL) – Date sent from origen.
- custcode_mawb : number(10) - (NOT NULL - Required) – Client for Master (Consignee), Code give for FL to the client.
- shipper_code : number(10)- (NOT NULL - Required) - Agency (shipper) Code give for FL to the client.
- type_mawb : char(1) - (NOT NULL - Required) - Always 'T'.
- flight : char(10) - (NULL) - Number of AWB Flight.
- hawb : char(11) - (NOT NULL - Required) – House AWB or Order No (Invoice No).
- custcode_hawb : number(10) - (NOT NULL - Required) – Ship To Customer Code, Code give for FL to the client.
- carrier_code : number(10) - (NOT NULL - Required) – Trucking Co Code – From Our Trucking Co table.
- dayofservice : char(10) - (NULL) - Day of Service for trucking Co. in Week of day format.
- out_date : char(22) - (NULL) – Out Date for Order.
- cutoff_time : char(5) - (NULL) - Cut off Time (HH:MM) in 24 h format.
- 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.
- shipto_account : char(10) - (NULL) - Trucking Company Account for Ship To Customer (Armellini, Florida Beauty, Prime, etc).
- po_number : char(20) - (NULL) - PO number.
- pod_obs : char(100) - (NULL) - Remark about POD.
- container_no : char(14) - (NULL) - Container Number.
- incoming_weight : number(12,2) - (NULL) - Gross Weight.
- char_weight : number(12,2) - (NULL) - Chargable Weight .
- codprimseq : char(15) - (NULL) - Code Unique for Detail with format - shipper_code.xxxxxxxx, only for some clients, preferently null .
- farm : char(10) - (NULL) - Farm name.
- prod_code : char(20) - (NULL) - Produce or Flower Code.
- prod_desc : char(100) - (NULL) - Produce or Flower Description.
- quantity : number(10) - (NOT NULL - Required) - Quantity of boxes.
- unit : char(5) - (NOT NULL - Required) - Unit of Measure that exist in our table or standard unit (FB, HB, QB, 8TH, 16TH).
- clienthawb : char(20) - (NULL) - Client Hawb as reference.
- 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.
- sizes : char(6) - (NULL) - Sizes of Produce.
- other : char(10) - (NULL) - Other feature (Pallet No, etc).
- boxnum : char(16) - (NULL) - Box Number for each box in detail.
Request Example
Body Example
Model
Response
Error status :
- 0 or 200 - Response OK.
- Other number and message that indicate error.
Response Example