CarriersinboundTrackingRules
Defines tracking rules for shipments managed by carriers, including web service configurations.
Columns
| Name | Type | Description |
| CarriersCarrierId [KEY] | Long | Unique identifier linking this inbound tracking rule to a specific carrier record. |
| TrackingRuleId [KEY] | Long | Unique identifier for the tracking rule, automatically generated when a new tracking rule is created. |
| TrackingRuleName | String | Descriptive name of the tracking rule. This attribute is required. |
| BaseURL | String | The carrier's published URL used for tracking shipments in transit. This attribute is required. |
| RequestMethodCode | String | The HTTP request method required to retrieve tracking details. Accepted values include 'G' for GET and 'P' for POST. This attribute is required. |
| RequestMethod | String | Specifies the request method for retrieving shipment tracking information from the carrier. |
| ActiveFlag | Bool | Indicates whether the tracking rule is active. 'True' means the rule is active; 'False' means it is inactive (default: True). |
| CreatedBy | String | Username or system entity that created the tracking rule record. |
| CreationDate | Datetime | Timestamp indicating when the tracking rule record was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating when the tracking rule record was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified the tracking rule record. |
| CarrierId | Long | Unique identifier for the carrier associated with this tracking rule. |
| CarrierName | String | Name of the carrier associated with this tracking rule. |
| Finder | String | A system-defined query or lookup used to retrieve carrier tracking rule 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. |