cURL
curl --request POST \ --url 'https://api.vida.dev/api/v2/billing/billingPeriod?token=' \ --header 'Content-Type: application/json' \ --data ' { "startDateTimestamp": 1735689600, "endDateTimestamp": 1738281600 } '
{ "success": true, "message": "Billing period updated", "billingPeriod": { "startDateTimestamp": 1735689600, "endDateTimestamp": 1738281600 } }
Start a new billing period for an organization. This must be set on the day the current billing period ends – Reseller/Partner only.
Vida API Token
Account ID to update billing period for
External account identifier mapped to the target account
Billing period start timestamp (seconds since epoch)
1735689600
Billing period end timestamp (seconds since epoch)
1738281600
Billing period updated
true
"Billing period updated"
Show child attributes