New Dispatch
This API endpoint allows you to generate and attach units to a new dispatch call.
This API endpoint requires the plus version of Sonoran CAD or higher. For more information, see our pricing page.
New Dispatch
POST
https://api.sonorancad.com/emergency/new_dispatch
The unit location API endpoint allows you to create and assign a new dispatch.
Request Body
Name | Type | Description |
---|---|---|
id | string | Your community's ID |
key | string | Your community's API Key |
type | string | NEW_DISPATCH |
data | array | Array of dispatch objects |
The "Primary" unit field in the new dispatch is set to the first unit in the units
array, if it exists.
Enumeration Values
Sonoran CAD uses integer enumeration values for the origin
and status
fields. See the tables below for more information.
Integer (Enumeration) Value | Origin Description |
0 | CALLER |
1 | RADIO DISPATCH |
2 | OBSERVED |
3 | WALK_UP |
Note Object
Call notes are formatted on dispatch calls with the following object:
Last updated