Sets the current billing plan for a business
POST https://apimy.yourpayroll.io/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 |
Powered by DapperDox