SoftLayer_Account_Shipment_Tracking_Data


SoftLayer_Account_Shipment_Tracking_Data

Description

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.

Local


createUserId

The create user id of the tracking data.
Type: int


id

The unique id of the tracking data.
Type: int


modifyUserId

The user id of the tracking data.
Type: int


packageId

The package id of the tracking data.
Type: int


sequence

The sequence of the tracking data.
Type: int


shipmentId

The shipment id of the tracking data.
Type: int


trackingData

The tracking data (tracking number/reference number).
Type: string

Relational


createEmployee

The employee who created the tracking datum.
Type: SoftLayer_User_Employee


createUser

The customer user who created the tracking datum.
Type: SoftLayer_User_Customer


modifyEmployee

The employee who last modified the tracking datum.
Type: SoftLayer_User_Employee


modifyUser

The customer user who last modified the tracking datum.
Type: SoftLayer_User_Customer


shipment

The shipment of the tracking datum.
Type: SoftLayer_Account_Shipment

Count