Skip to main content
POST
Bulk Update Billing Date

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Body

application/json

Bulk billing-date update - sets the same next billing date on each member.

memberIds
string[]
required

IDs of members to update

Minimum array length: 1
nextBillingDate
string<date-time> | null

New next billing date (null to reset to automatic)

comment
string | null

Comment explaining the billing date change

Response

Successful Response

Aggregate result for a bulk action that fans out per-member.

succeeded
integer
default:0

Number of members the action succeeded for

skipped
integer
default:0

Number of members that were skipped (no-op, e.g. not delinquent)

failed
BulkActionFailure · object[]

Per-member failures with reasons