Update Call Primary
This endpoint allows you to update the primary unit identifier on a dispatch call.
Set Call Primary
Request Body
Name
Type
Description
CALL 123 POSTAL SET TO 456INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_CALL_PRIMARY",
"data": [
{
"serverId": 1, // Default 1 - See guide on setting up multiple servers
"callId": 100, // Can be retrieved from the GET_CALLS API endpoint
"primary": 123, // Identifier ID
"trackPrimary": false // Toggle unit tracking for in-game with Dispatch Notify plugin
},
]
}Clearing the Primary Identifier
Last updated
Was this helpful?

