APIPricing
End seat price
End a plan price; only valid while the row is still open. For a live row this closes it effective now. For a not-yet-started (scheduled) row it cancels the schedule and re-extends the price it superseded, so the prior rate resumes for the months the scheduled row would have covered.
POST
/seat-pricing/{id}/endEnd a plan price; only valid while the row is still open. For a live row this closes it effective now. For a not-yet-started (scheduled) row it cancels the schedule and re-extends the price it superseded, so the prior rate resumes for the months the scheduled row would have covered.
Path Parameters
id*string
Format
uuidResponse Body
application/json
application/json
curl -X POST "https://example.com/seat-pricing/497f6eca-6276-4993-bfeb-53cbbbba6f08/end"{ "id": null, "provider": "claude", "plan": "string", "monthly_rate": 0, "effective_from": "2019-08-24T14:15:22Z", "effective_to": "2019-08-24T14:15:22Z"}