v1

latestOpenAPI 3.1.02026-07-26421935.5 KB
Dispatch

Create a call

Creates a real dispatch call (same side effects as CAD / AI Dispatch).

post/dispatch/calls

Request body

descriptionstring required
locationstring required
typestring
prioritystring
postalstring
departmentCodestring
titlestring
unitsstring[]

Callsigns to attach on create

assignUnitsstring[]

Alias of units

Example request

{
  "type": "CALL",
  "priority": "1"
}

Response

Call created

object required