Skip to main content

Decrement the specified commitment by an indicated dollars/hr amount.

POST 

/commitments/decrement/:unique_id

Decrement the specified underutilized/overutilized commitment by a specified amount. The decrement amount is indicated in dollars/hr. It is possible to decrement the commitments to a negative value. In case of underutilized commitments, this would indicate that the client is overutilizing the commitment. In case of overutilized commitments, this would indicate that the client is underutilizing the commitment.

Request

Path Parameters

    unique_id Unique Idrequired

Body

required

    amount Amount (number)required

Responses

Successful Response

Schema

    any

Loading...