apply addon to entitlement
POST/org/:orgId/entitlement/:entitlementId/addon
Apply one billing addon to the given Entitlement. The entitlement status must be ACTIVE.
Request
Path Parameters
orgId stringrequired
Organization ID
entitlementId stringrequired
Entitlement ID
- application/json
Body
required
RequestBody
amount number
chargeOn date-time
description string
id string
name string
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...