Modify Identifier
This endpoint allows you to add, edit, or remove unit identifiers.
Modify Identifier
Request Body
Name
Type
Description
// ADD or EDIT
{
"id": 12,
"accId": "00000000-0000-0000-0000-000000000000",
"status": 0,
"isPanic": false,
"location": "",
"aop": "Los Santos",
"data": {
"unitNum": "A-10",
"name": "John Doe",
"district": "Los Santos",
"department": "LSPD",
"subdivision": "Patrol",
"rank": "Officer",
"group": "CAR-51",
"communityUserId": "license:abc123"
},
"isDispatch": false
}
// REMOVE
"Identifier 123 removed!"Action Enum
Enum (Int)
Description
Last updated
Was this helpful?

