Create a bill approval policy

Create a new bill approval policy.

In your request, set rules in the specified format. For example, to create a bill approval policy for all bills greater than or equal to $1000, set rules for BILL_AMOUNT.

[
  {
    "key": "BILL_AMOUNT",
    "op": "gte",
    "values": [
      {
        "value": "1000",
        "displayName": "1000"
      }
    ]
  }
]
Language
Click Try It! to start a request and see the response here!