Skip to main content
POST
/
v1.0
/
distributor
/
create
json
{
  "DistributorName": "Telegent Distributor 2",
  "BillingAddress": {
    "Street1": "",
    "Street2": "",
    "City": "",
    "State": "",
    "Zip": "",
    "Country": ""
  },
  "MailingAddress": {
    "Street1": "",
    "Street2": "",
    "City": "",
    "State": "",
    "Zip": "",
    "Country": ""
  }
}
{
  "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
DistributorName
string
required

Name of the distributor

Example:

"Telegent Distributor 2"

BillingAddress
object
MailingAddress
object

Response

200 - application/json

Distributor Created

The response is of type object.