-
createObject
Create a new shipment tracking data. The ''shipmentId'', ''sequence'', and ''trackingData'' properties in the templateObject parameter are required parameters to create a tracking data record.
-
createObjects
Create a new shipment tracking data. The ''shipmentId'', ''sequence'', and ''trackingData'' properties of each templateObject in the templateObjects array are required parameters to create a tracking data record.
-
deleteObject
deleteObject permanently removes a shipment tracking datum (number)
-
editObject
Edit the properties of a tracking data record by passing in a modified instance of a SoftLayer_Account_Shipment_Tracking_Data object.
-
getCreateEmployee
The employee who created the tracking datum.
-
getCreateUser
The customer user who created the tracking datum.
-
getModifyEmployee
The employee who last modified the tracking datum.
-
getModifyUser
The customer user who last modified the tracking datum.
-
getObject
Retrieve a SoftLayer_Account_Shipment_Tracking_Data record.
-
getShipment
The shipment of the tracking datum.
-
SoftLayer_Account_Shipment_Tracking_Data
The SoftLayer_Account_Shipment_Tracking_Data data type contains information on a single piece of tracking information pertaining to a shipment. This tracking information tracking numbers by which the shipment may be tracked through the shipping courier.
-
SoftLayer_Account_Shipment_Tracking_Data
SoftLayer's tracking data service allows the user to access and manage tracking information on shipments sent from the user to SoftLayer or from SoftLayer to the user.