Update billing information
PATCH {{baseUrl}}/accounts/:accountId/billing
Update billing information of a sub account.
This API can only be used by master accounts that pay all billing charges of their associated sub accounts. Zoom allows only approved partners to use master APIs and manage sub accounts' billing information. Email the partner programs team at partner-success@zoom.us for more details.
Prerequisites:
- Pro or a higher paid account with master account option enabled.
Scopes:
billing:master
Rate Limit Label
:
Heavy
Request Body
{"address"=>"<string>", "apt"=>"<string>", "city"=>"<string>", "country"=>"<string>", "email"=>"<string>", "first_name"=>"<string>", "last_name"=>"<string>", "phone_number"=>"<string>", "state"=>"<string>", "zip"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
RESPONSES
status: OK
""