Unit Status
Update your unit's current status in the CAD via API.
Update Unit Status
Request Body
Name
Type
Description
UNIT STATUS UPDATEDINVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "UNIT_STATUS",
"data": [
{
"apiId": "STEAM:1234", // (OPTION 1): API ID entered in the unit identifiers
// Typically, this is their STEAM ID
"account": "000-000-000", // (OPTION 2): Sonoran Account UUID
"identIds": [123,456], // (Option 3): Identifier IDs
"status": 0, // Status Int (ENUM)
"serverId": 1 // Server ID
},
]
}Integer (Enumeration) Value
Status Description
Last updated
Was this helpful?

