{
"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
}
}Create a new distributor with billing and mailing address information. Returns the newly created distributor details including account key and secret.
{
"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
}
}Enter the token obtained from the Authentication endpoint
Name of the distributor
"Telegent Distributor 2"
Distributor Created
The response is of type object.