Add Call Note
This endpoint allows you to add a new dispatch call note.
function addCallNote(callId, note) {
exports["sonorancad"].performApiRequest({
serverId: GetConvar("sonoran_serverId", 1),
callId: callId,
note: note
}, "ADD_CALL_NOTE", function(_) {});
}
Note Object
{
"time": "12:00:00",
"label": "A-10",
"type": "text",
"content": "This is a note!"
}Parameters
Property
Type
Description
Last updated
Was this helpful?

