Skip to main content
POST
Set a payout start date

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Headers

Idempotency-Key
string

Client-chosen key; replaying the same key + body returns the original response, a different body returns 409.

Path Parameters

id
string
required

The id.

Body

application/json

Set (or clear) a contract's per-creator payout start date.

programId
string
required

The contract's campaign (program) id, used to resolve and tenant-check the owning company.

payoutStartDate
string | null

'YYYY-MM-DD' to set the override, or null/omitted to clear it.

Response

The contract's payout start date was set or cleared.

data
object
required