Skip to main content
POST
/
v1.0
/
distributor
/
update
json
{
  "DistributorId": "DID-eab92510-1040-45a5-bb9c-0bad9272f89d",
  "DistributorName": "Telegent Distributor 2.1",
  "BillingAddress": {
    "Street1": "",
    "City": "",
    "State": "",
    "Zip": ""
  }
}
{
  "DistributorId": "DID-eab92510-1040-45a5-bb9c-0bad9272f89d",
  "DistributorName": "Telegent Account 2",
  "AccountKey": "DID-eab92510-1040-45a5-bb9c-0bad9272f89d",
  "Secret": "10400bad9272f89deab92512",
  "TotalAccounts": 16,
  "BillingAddress": {
    "Street1": null,
    "Street2": "NULL",
    "City": null,
    "State": null,
    "Zip": null,
    "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
DistributorId
string
required

Distributor ID to update

Example:

"DID-eab92510-1040-45a5-bb9c-0bad9272f89d"

DistributorName
string

Updated distributor name

Example:

"Telegent Distributor 2.1"

BillingAddress
object
MailingAddress
object

Response

200 - application/json

Distributor Updated

The response is of type object.