Preview Addon Change
POST
/api/v1/billing/addon/preview
Preview the billing impact of adding or removing an add-on.
Request Body:
addon_slug: Add-on module slug from AddOnModule enumaction: 'add' or 'remove'
Authentication
Bearer token authentication. Pass your DayZero API token in the
Authorization header and the
target business UUID in
x-business-id.
Request body
Schema: AddonPreviewRequest
-
addon_slugstring required -
Add-on module slug (e.g. 'ai_pro').
-
actionstring required -
'add' or 'remove'.
One of:
add,remove
Responses
422 Validation Error
Schema: HTTPValidationError
-
detailarray · ValidationError ValidationError -
5 fields
-
locarray · string | integer required -
msgstring required -
typestring required -
inputobject -
ctxobject
-