Update Voicemail Account

/inbox/update

Full Url

Arguments

  • token (string, required)
  • inbox_id (int, required)
  • name (string, required)
  • inbox_number (int, required)
  • pin (int(4), required)
  • transcribe (enum('yes', 'no'), required)

Info

Update voicemail data for a given inbox_id.

Example Success

{
"code": 200,
"status": "success",
"data": "Successfully updated inbox"
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not update inbox"
}
{
"code": 400,
"status": "error",
"data": "Please enter a 4 digit pin"
}