phones
Atualiza um telefone
patch/accounts/{account}/phone/{phone}
Path parameters
accountinteger required
Id da Conta
phoneinteger required
Id do telefone
Request body
Example request
{
"id": "10",
"type": "RESIDENTIAL",
"countryCode": "55",
"areaCode": "63",
"number": "98264-9250",
"extension": "9",
"createdAt": "2024-10-08 18:22:07"
}Response
OK
string required
Changes
No recorded changes to this endpoint across all 1 revision of this API.