Schedule an update billing period workflow
curl --request POST \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/schedule-update-billing-period \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}Enter your API key in the format x-api-key <api-key>*
Schedule Update Billing Period Request
The body is of type object.
OK
The response is of type object.
curl --request POST \
--url https://api.cloud.flexprice.io/v1/tasks/scheduled/schedule-update-billing-period \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{}'{}