CarriersinboundTrackingRulesparameters
Stores unique parameters required by carrier web services for shipment tracking.
Columns
| Name | Type | Description |
| CarriersCarrierId [KEY] | Long | Unique identifier linking this tracking rule parameter entry to a specific carrier record. |
| InboundtrackingrulesTrackingRuleId [KEY] | Long | Unique identifier linking this tracking rule parameter entry to a specific inbound tracking rule. |
| ParameterId [KEY] | Long | Unique identifier for the tracking rule parameter, automatically generated when a new parameter is created. |
| Sequence | Int | Specifies the order of precedence for each parameter in the tracking rule for a carrier. This attribute is required. |
| ParameterName | String | Descriptive name of the tracking rule parameter, which can either have a constant value or be derived from the transaction. |
| ConstantValue | String | Specifies the fixed value for the tracking rule parameter when it is set as a constant. |
| LookupParameterCode | String | Defines the transaction attribute required by the carrier's tracking URL when the parameter value is supplied dynamically. Example: 'Tracking Number'. |
| LookupParameter | String | Specifies the attribute used to map the parameter value from the transaction data. |
| LastUpdateDate | Datetime | Timestamp indicating when this tracking rule parameter record was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified this tracking rule parameter record. |
| CreatedBy | String | Username or system entity that created this tracking rule parameter record. |
| CreationDate | Datetime | Timestamp indicating when this tracking rule parameter record was initially created. |
| ActiveFlag | String | Indicates whether this tracking rule parameter is active. 'True' means active; 'False' means inactive. |
| CarrierId | Long | Unique identifier for the carrier associated with this tracking rule parameter. |
| CarrierName | String | Name of the carrier associated with this tracking rule parameter. |
| Finder | String | A system-defined query or lookup used to retrieve tracking rule parameter records based on specific criteria. |
| ManifestingEnabledFlag | String | Indicates whether manifesting is enabled for this carrier. 'True' means manifesting is required; 'False' means it is not. |