1. Home
  2. Docs
  3. Intelligate API
  4. Service App Name
  5. Intelligate Trailer Movement

Intelligate Trailer Movement

Production Endpoint URI

https://host<prod>.intelliyms.com/api/external/<Site>/trailerMovement

Method

POST

Input


Body:
{
“TRAILER_MOV_HOST”: {
“INTERFACE_NAME”: “string”, // Required
“INTERFACE_ID”: Integer, // Required
“WH_ID”: “string”, // Required
“CARCOD”: “string”, // Optional
“TRLR_ID”: “string”, // Required
“TRLR_NUM”: “string”, // Required
“TRACTOR_NUM”: “string”, // Optional
“INB_SHIPMENT”: “string”, // Optional
“SOURCE_LOCATION”: “string”, // Required
“DEST_LOCATION”: “string”, // Required
“TRLR_NOTES”: “string”, // Optional
“HANDLING_METHOD”: “string”, // Optional
“USER_ID”: “string”, // Required
“ATTR_VALUE1”: “string”, // Optional
“ATTR_VALUE2”: “string” // Optional
}
}

curl –location –request POST ‘https://host.intelliyms.com/api/external//trailerMovement’ \
–header ‘ig-clientid: ‘ \
–header ‘ig-secret: ‘ \”

Target Objects

TRAILER_MOV_HOST

Output

{
“status”: “success”,
“varMessage”: “Trailer movement data received successfully.”,
“interface_id”: 123456,
// If INTERFACE_ID was generated or used
“timestamp”: “2025-05-26T14:35:00Z”
}

Authentication

Intelligate Provides API Key Authentication using custom headers

Authorization

Authorized via Rbac (Role based access control) defined in Azure Entra Id

Description

The Trailer Movement/UnDocking interface captures trailer move requests from the WMS, enabling Intelligate to assign tasks to yard jockeys. It tracks trailer movements between docks and yard locations, including SCAC details for proper identification and handling.

Feature Limits / Controls

Azure Application gateway/Firewall provides SQL Injection/DDOS (Denial of Service)/Cross Site Scripting,bot protection feature. Rate-limiting on login attempts;