Update a billing plan
POST
https://api.tamio.com/v2/agency/plans/update/{uuid}
Updates an existing agency billing plan. The UUID and tax category are required. Only the fields you want to change need to be included.
Path Parameters
uuid
string*
Body Parameters
uuid
string*
tax_category
string*
Agency Billing Plan
buyable
boolean
shown
boolean
on_sale
boolean
discount_allowed
boolean
unlimited_stock
boolean
trial_period
integer
retries
integer
cancel_action
string
cancelpause
cancel_behaviour
string
immediateend_of_period
descriptor
string
languages
object
quotas
object
permissions
object
overages
object
Responses
200
Billing plan updated successfully
Billing plan updated successfully
status
integer
product
Product
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: billing plan UUID not found
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string