Notification

/api/Notification/PostSystemNotification

SecurityX-API-Key
Request
Request Body schema:
notificationType
string or null
serviceOrderUId
string <uuid>
containerNumber
string or null
port
string or null
billOfLading
string or null
currentLocationCd
string or null
previousLocationCd
string or null
companyUId
string <uuid>
companyName
string or null
guaranteeThroughDate
string <date-time>
appointmentDate
string or null
to
string or null
cc
string or null
bcc
string or null
Responses
200

Success

post/api/Notification/PostSystemNotification
Request samples
{
  • "notificationType": "string",
  • "serviceOrderUId": "4009d928-0f41-4b85-b577-2f40ea9fafaf",
  • "containerNumber": "string",
  • "port": "string",
  • "billOfLading": "string",
  • "currentLocationCd": "string",
  • "previousLocationCd": "string",
  • "companyUId": "9b983c4f-7ae4-4765-8ec3-56a3d3042058",
  • "companyName": "string",
  • "guaranteeThroughDate": "2019-08-24T14:15:22Z",
  • "appointmentDate": "string",
  • "to": "string",
  • "cc": "string",
  • "bcc": "string"
}

/api/Notification/UpdateWebhookHash/{drayunitUid}

SecurityX-API-Key
Request
path Parameters
drayunitUid
required
string <uuid>
Request Body schema:
hashValue
string or null
latestEvent
string or null
Responses
200

Success

post/api/Notification/UpdateWebhookHash/{drayunitUid}
Request samples
{
  • "hashValue": "string",
  • "latestEvent": "string"
}