1. Home
  2. Docs
  3. Intelligate API
  4. Service App Name
  5. Intelligate Appointment Info

Intelligate Appointment Info

Production Endpoint URI

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

Method

POST

Input

Body:
{
“APPT_INFO”: {
“INTERFACE_NAME”: “string”, // Required
“INTERFACE_ID”: Integer, // Required
“WH_ID”: “string”, // Required
“CARCOD”: “string”, // Required
“TRLR_ID”: “string”, // Optional
“TRLR_NUM”: “string”, // Optional
“SHIPMENT”: “string”, // Required
“APPT_NUM”: “string”, // Required
“APP_DATE”: “2025-05-26T15:00:00Z”, // Required (ISO 8601 format)
“HANDLING_METHOD”: “string”, // Required
“MOVEMENT_TYPE”: “string”, // Required
“ATTR_VALUE1”: “string”, // Optional
“ATTR_VALUE2”: “string” // Optional
}
}

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

Target Objects

APPT_INFO

Output

{
“status”: “success”,
“varMessage”: “Appointment 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 Appointment Information interface syncs Intelligate with WMS/TMS to receive scheduled appointment times and carrier details for incoming shipments, ensuring accurate planning and coordination.

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;