StartSubscriptionBillingRequest
Request to start subscription billing for a tenant.
Name, billing contact, and tenant are auto-populated from context.
Properties
| Name | Type | Description |
|---|---|---|
| billingAddress | BillingAddress |
JSON Example
{
"billingAddress": {
"companyName": "string",
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"postalCode": "string"
}
}