API Docs / Schemas / StartSubscriptionBillingRequest

StartSubscriptionBillingRequest

Request to start subscription billing for a tenant.
Name, billing contact, and tenant are auto-populated from context.

Properties

Name Type Description
billingAddressBillingAddress

JSON Example

{
  "billingAddress": {
    "companyName": "string",
    "addressLine1": "string",
    "addressLine2": "string",
    "city": "string",
    "postalCode": "string"
  }
}

Used By Operations