Update Call Postal
This endpoint allows you to easily update the postal on a dispatch call.
Set Call Postal
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_POSTAL",
"data": [
{
"serverId": 1, // Default 1 - See guide on setting up multiple servers
"callId": 100, // Can be retrieved from the GET_CALLS API endpoint
"postal": "321"
},
]
}Last updated
Was this helpful?

