POST
/
v1
/
contracts
/
commits
/
disableTrueup
Disable trueup for commit
curl --request POST \
  --url https://api.metronome.com/v1/contracts/commits/disableTrueup \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customer_id": "13117714-3f05-48e5-a6e9-a66093f13b4d",
  "commit_id": "6162d87b-e5db-4a33-b7f2-76ce6ead4e85",
  "contract_id": "7526bacf-f08a-47af-b473-bc57b88890e1"
}'
{
  "data": {
    "id": "6162d87b-e5db-4a33-b7f2-76ce6ead4e85"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Information to identify the commit

The body is of type object.

Response

Success

The response is of type object.