{
"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
}
}Update an existing distributor’s information including name and address details.
{
"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
}
}Enter the token obtained from the Authentication endpoint
Distributor ID to update
"DID-eab92510-1040-45a5-bb9c-0bad9272f89d"
Updated distributor name
"Telegent Distributor 2.1"
Distributor Updated
The response is of type object.