Skip to main content

divide entitlement commit

POST 

/org/:orgId/entitlement/:entitlementId/divideCommit

Divide the commit equally from the given entitlement into sub entitlement terms based on the given time periods.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    entitlementId stringrequired

    Entitlement ID

Body

required

RequestBody

    commitAmount number

    The amount of the commit to be divided. If it is less or equal to 0.0, the total commit of the entitlement will be divided into multiple sub entitlement terms with credit.

    startDates date-time[]

    The start dates of the sub entitlement terms. The end date of the last sub entitlement term is the end date of the parent entitlement term. The first start date must be the same as the start date of the parent entitlement term.

Responses

OK

Schema

    string

Loading...