Edit Dispatch
This API endpoint allows you to update an existing dispatch call by changing one or more fields.
Edit Dispatch
Request Body
Name
Type
Description
DISPATCH CALL {CallId} UPDATEDINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY
ERROR: Missing editable dispatch fields. Provide at least one field to update.{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "EDIT_DISPATCH",
"data": [
{
"serverId": 1, // Required - See guide on setting up multiple servers
"callId": 123, // Required - Dispatch call ID to update
"origin": 0, // OPTIONAL - See ORIGIN Enum
"status": 1, // OPTIONAL - See STATUS Enum
"priority": 2, // OPTIONAL - 1, 2, or 3
"block": "123", // OPTIONAL
"address": "4234 E. Example Ave", // OPTIONAL
"postal": "456", // OPTIONAL
"title": "Traffic Stop", // OPTIONAL
"code": "10-39 - Traffic Stop", // OPTIONAL
"primary": 123, // OPTIONAL - Primary unit identifier on the call
"trackPrimary": true, // OPTIONAL - Track the primary unit in-game with the Dispatch Notify plugin
"description": "Traffic Stop - Blue Sedan - XP123BS", // OPTIONAL
"metaData": {
"someKey": "someValue" // OPTIONAL: metaData for API custom storage
}
}
]
}Enumeration Values
Integer (Enumeration) Value
Origin Description
Integer (Enumeration) Value
Status Description
Last updated
Was this helpful?

