Skip to main content

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

Body

required

RequestBody

    amount number
    chargeOn date-time
    description string
    id string
    name string

Responses

OK

Schema

    string

Loading...