Create an AddOn
Create an AddOn
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of addon
LICENSE: Addon can be used in license rate cards FIXED_FEE: Addon can be used in fixed fee rate cards CREDIT_GRANT: Addon can be used in credit grant rate cards NAMED_LICENSE: Addon can be used in license rate cards
LICENSE
, FIXED_FEE
, CREDIT_GRANT
, NAMED_LICENSE
Billable name of addon. Billable name takes precedence over name to display in invoice.
Response
Name of addon
LICENSE: Addon can be used in license rate cards FIXED_FEE: Addon can be used in fixed fee rate cards CREDIT_GRANT: Addon can be used in credit grant rate cards NAMED_LICENSE: Addon can be used in license rate cards
LICENSE
, FIXED_FEE
, CREDIT_GRANT
, NAMED_LICENSE
Billable name of addon. Billable name takes precedence over name to display in invoice.
Id of addon
Created Time of addon
status of addon
ACTIVE
, ARCHIVED
Display name of addon. This is an auto-generated field which contains billableName of addon. If billableName is not provided, name will be used as display name.