1. Home
  2. Docs
  3. Intelligate API
  4. Service App Name
  5. WMS TrailerAttribute API

WMS TrailerAttribute API

Production Endpoint URI

https://<host-wms-base-url>/trailerAttribute

Method

POST

Input

Body:
{
“TRAILER_ATTRIBUTE”: {
“INTERFACE_NAME”: “string”, // Required
“INTERFACE_ID”: 0, // Required (integer)
“WH_ID”: “string”, // Required
“CARCOD”: “string”, // Optional
“TRLR_ID”: “string”, // Required
“TRLR_NUM”: “string”, // Required
“TRACTOR_NUM”: “string”, // Optional
“TRLR_CONDITION”: “string”, // Optional
“TRLR_TYPE”: “string”, // Optional
“TRLR_NOTES”: “string”, // Optional
“INB_SHIPMENT”: “string”, // Optional
“OUB_SHIPMENT”: “string”, // Optional
“CURRENT_LOC”: “string”, // Optional
“UPDATED_LOC”: “string”, // Optional
“TRLR_SEAL1”: “string”, // Required
“TRLR_SEAL2”: “string”, // Required
“USER_ID”: “string”, // Required
“ATTR_VALUE1”: “string”, // Optional
“ATTR_VALUE2”: “string” // Optional
}
}

<Host Integration team to provide Authorization mechanism>

Target Objects

TRAILER_ATTRIBUTE

Output

{
“TRAILER_ATTRIBUTE”: {
“INTERFACE_NAME”: “string”, // Optional
“INTERFACE_ID”: 0, // Optional (integer)
“WH_ID”: “string”, // Optional
“ERROR_MSG”: “string” // Required, success or detailed error message
}
}

Authentication

<Host Integration team to provide Authorization mechanism>

Authorization

<Host Integration team to provide Authorization mechanism>

Description

The Trailer Attribute Updates interface syncs trailer details like name, condition, load type, SCAC, and type between Intelligate and WMS to keep information accurate and up-to-date.

Feature Limits / Controls

<Host Integration team to provide Authorization mechanism>