Package de.aeb.xnsg.dl.bf
Class DLShipmentUpdateRequestDataDTO
java.lang.Object
de.aeb.xnsg.dl.bf.DLShipmentUpdateRequestDataDTO
DTO for shipment fields which can be updated after the initial creation of
the shipment
-
Field Summary
FieldsModifier and TypeFieldDescriptionUpdate of additional values for the shipment.Update the airline company of the shipment.Update the referenceNumber1 if the shipment is a bulk master.Update the cash on delivery value.Deprecated.Update customs value of the shipmentUpdate the external carrier tracking number of the shipment.The new fixed date of the shipment in the format 'yyyy-MM-dd' or 'yyyyMMdd'.Update the airline flight number of the shipment.Update goods value of the shipmentUpdate the house airwaybill number of the shipment.Update the insurance value of the shipmentUpdate invoice value of the shipmentUpdate the master airwaybill number of the shipment.Update the name of the port or airport where the goods are unloaded.Update the code of the port or airport where the goods are unloaded.Update the name of the port or airport where the goods are loaded.Update the code of port or airport where the goods are loaded.Update internal remark of the shipment.Update the ID of the service point at which the shipper can deliver the shipping order for the carrier to pick up.The new shipping date of the shipment in the format 'yyyy-MM-dd' or 'yyyyMMdd'.Update the ID of the service point at which the consignee can pick up his shipping order.Deprecated.(Use shipToServicePointID instead)Deprecated.(Use this.referencesTexts with UIT_NUMBER, EKAER_NUMBER or SENT_NUMBER instead) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shippingDate
The new shipping date of the shipment in the format 'yyyy-MM-dd' or 'yyyyMMdd'. The shipping date is expected to be in timezone 'UTC'.
The field may be empty, the shipping date of the shipment remains unchanged.
If the field is filled, it is used as the new shipping date for the shipment. The change of the shipping date has no influence on already prepared documents (labels) or other prepared data (e.g. routing data).
The changed shipping date will be printed on new labels and will have effect on pickup and EDI handling.length=10
-
fixedDate
The new fixed date of the shipment in the format 'yyyy-MM-dd' or 'yyyyMMdd'. The fixed date is expected to be in timezone 'UTC'.
The field may be empty, the fixed date of the shipment remains unchanged.
If the field is filled, it is used as the new fixed date for the shipment. The change of the fixed date has no influence on already prepared documents (labels) or other prepared data (e.g. routing data).
The changed fixed date will be printed on new labels and will have effect on pickup and EDI handling.length=10
-
codValue
Update the cash on delivery value. -
insuranceValue
Update the insurance value of the shipment -
goodsValue
Update goods value of the shipment -
customsValue
Update customs value of the shipment -
invoiceValue
Update invoice value of the shipment -
customsRegistrationNumber
Deprecated.Update registration number (MRN, etc.) of the customs declaration. -
transportRegistrationNumber
Deprecated.(Use this.referencesTexts with UIT_NUMBER, EKAER_NUMBER or SENT_NUMBER instead)Update transport registration number like EKAER (Hungary) or SENT (Poland). -
shopId
Deprecated.(Use shipToServicePointID instead)Update the ID of the shop to which the shipping order is sent. -
shipToServicePointID
Update the ID of the service point at which the consignee can pick up his shipping order. -
shipFromServicePointID
Update the ID of the service point at which the shipper can deliver the shipping order for the carrier to pick up. -
remark
Update internal remark of the shipment. -
airline
Update the airline company of the shipment. -
flightNumber
Update the airline flight number of the shipment. -
masterAirwaybillNumber
Update the master airwaybill number of the shipment. -
houseAirwaybillNumber
Update the house airwaybill number of the shipment. -
portOfLoadingCode
Update the code of port or airport where the goods are loaded. -
portOfLoading
Update the name of the port or airport where the goods are loaded. -
portOfDischargeCode
Update the code of the port or airport where the goods are unloaded. -
portOfDischarge
Update the name of the port or airport where the goods are unloaded. -
additionalValues
Update of additional values for the shipment. The definition of the included fields depends on the carrier. Only field names defined in the carrier customizing are allowed here.
Use thegetCarrierPropertiesbusiness facade call to retrieve all valid field names for a specific carrier. -
extCarrierShipNum
Update the external carrier tracking number of the shipment. -
bulkMasterReferenceNumber1
Update the referenceNumber1 if the shipment is a bulk master.
-
-
Constructor Details
-
DLShipmentUpdateRequestDataDTO
public DLShipmentUpdateRequestDataDTO()
-