To edit the rate card metadata, go to the specific rate card from the Offering rate cards page or make a POST request to /contract-pricing/rate-cards/update.
Scheduling a price change is a common workflow for organizations. In traditional billing systems, this process can require significant cross-functional coordination to ensure the change takes place at the right moment.Metronome streamlines this process by allowing you to schedule changes for a specified time period. For example, if you know you’re launching a product next month, you can schedule a rate change to go into effect on the launch day. On the day your rate changes take place, you can focus on your customers, not on their billing configuration.To schedule a rate change through the API, make a POST request to /contract-pricing/rate-cards/addRates. This is the same endpoint used to create new rates.The example below uses the same API call as the prior example, however, it adds two important additions: a starting_at date set for one year after the initial pricing and the updated price.