{
"AccountName": "Telegent Account 3.1",
"BillingAddress": {
"Street1": "Street 1",
"Street2": "Street 2",
"City": "Heber",
"State": "Utah",
"Zip": "",
"Country": "USA"
}
}{
"AccountId": "AID-ceb82085-2725-45a1-bd5e-526ed19799d7",
"AccountName": "Telegent Account 3",
"TotalSubscribers": 0,
"BillingAddress": {
"Street1": "Street 1",
"Street2": "Street 2",
"City": "Heber",
"State": "Utah",
"Zip": "",
"Country": null
},
"MailingAddress": {
"Street1": null,
"Street2": null,
"City": null,
"State": null,
"Zip": null,
"Country": null
}
}Update an existing account’s information including name and address details.
{
"AccountName": "Telegent Account 3.1",
"BillingAddress": {
"Street1": "Street 1",
"Street2": "Street 2",
"City": "Heber",
"State": "Utah",
"Zip": "",
"Country": "USA"
}
}{
"AccountId": "AID-ceb82085-2725-45a1-bd5e-526ed19799d7",
"AccountName": "Telegent Account 3",
"TotalSubscribers": 0,
"BillingAddress": {
"Street1": "Street 1",
"Street2": "Street 2",
"City": "Heber",
"State": "Utah",
"Zip": "",
"Country": null
},
"MailingAddress": {
"Street1": null,
"Street2": null,
"City": null,
"State": null,
"Zip": null,
"Country": null
}
}Enter the token obtained from the Authentication endpoint
Updated account name
"Telegent Account 3.1"
Account Updated
The response is of type object.