Sets the current billing plan for a business
POST http:///api/v2/business/{businessId}/subscription/setbillingplan
  | Parameter name | Value | Description | Additional | 
|---|---|---|---|
| businessId | int32 | Required | 
The request body takes a complete SetBillingPlanRequestModel resource, containing the following writable properties:
{
    "billingPlanId": "int32"
}
| Name | Type | Description | 
|---|---|---|
| billingPlanId | int32 | Int32 | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK  | 
          |
| 400 | Bad Request Bad Request  | 
          ProblemDetails | 
| 401 | Unauthorized Unauthorized  | 
          ProblemDetails | 
Powered by DapperDox