POST /v1/billing/meter_event_adjustments

Creates a billing meter event adjustment.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/x-www-form-urlencoded"

Request body fields

Name Type Required Description
cancel Object No

Specifies which event to cancel.

cancel.identifier String No
expand[] Array No

Specifies which fields in the response should be expanded.

type String Yes

Specifies whether to cancel a single event or a range of events for a time period. Time period cancellation is not supported yet.

Possible values:

  • "cancel"
event_name String Yes

The name of the meter event. Corresponds with the event_name field on a meter.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.