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

WMS CheckOut API

Production Endpoint URI

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

Method

POST

Input

Body:
{
“CHECK_OUT”: {
“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
“OUB_SHIPMENT”: “string”, // Optional
“DEST_LOCATION”: “string”, // Optional
“DRIVER_NAME”: “string”, // Optional
“BROKER_NAME”: “string”, // Optional
“TRLR_SEAL1”: “string”, // Optional
“TRLR_SEAL2”: “string”, // Optional
“TRLR_NOTES”: “string”, // Optional
“HANDLING_METHOD”: “string”, // Optional
“USER_ID”: “string”, // Required
“RFID_TAG”: “string”, // Optional
“TRLR_WGT”: 0, // Optional (integer)
“ATTR_VALUE1”: “string”, // Optional
“ATTR_VALUE2”: “string” // Optional
}
}

<Host Integration team to provide Authentication mechanism>

Target Objects

CHECK_OUT

Output

{
“CHECKOUT”: {
“INTERFACE_NAME”: “string”, // Optional
“INTERFACE_ID”: 0, // Optional (integer)
“WH_ID”: “string”, // Optional
“ERROR_MSG”: “string”, // Required (Success or detailed error message)
“DOC_PATH1”: “string”, // Optional (Bill of Loading document path)
“DOC_PATH2”: “string” // Optional (Packing list document path)
}
}

Authentication

<Host Integration team to provide Authentication mechanism>

Authorization

<Host Integration team to provide Authentication mechanism>

Description

The Checkout interface updates WMS when trailers and shipments leave Intelligate, recording trailer, SCAC, and seal details to ensure secure and proper checkout of the trailer.

Feature Limits / Controls

<Host Integration team to provide Authentication mechanism>