Customer Change
Change
Change the plan of a SendGrid reseller customer account.
URI Parameter | Required | Requirements | Description |
---|---|---|---|
id | Yes | Id of the customer on SendGrid side | This value is returned in the Provision call |
partner_id | Yes | Must be a unique identifier from Reseller side | The partner_id provided at provision of the SendGrid account |
plan | Yes | New plan that the customer selected | SendGrid plan, which defines customer credits and permissions |
Request
PUT https://api.sendgrid.com/reseller.php/plug/:partner_name/resources/:id partner_id=customer_unique_id&plan=bronze
Response
HTTP/1.1 200 OK
{
"config": null,
"message": "You have successfully upgraded or downgraded your plan"
}
Need some help?
We all do sometimes. Get help now from the Twilio SendGrid Support Team.
Running into a coding hurdle? Lean on the wisdom of the crowd by browsing the SendGrid tag on Stack Overflow or visiting Twilio's Stack Overflow Collective.