Skip to main content
POST
/
v1.0
/
account
/
update
json
{
  "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
  }
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
AccountName
string

Updated account name

Example:

"Telegent Account 3.1"

BillingAddress
object
MailingAddress
object

Response

200 - application/json

Account Updated

The response is of type object.