Skip to main content
PATCH
Update event attendance

Authorizations

Api-Token
string
header
required

Server-to-server authentication. Generate a token in the admin UI at Settings → Developers → API Access. Send the raw token in the Api-Token header — there is no Bearer prefix.

Tokens can be marked read-only at creation time, in which case the API rejects any non-GET request with 403 Forbidden.

Path Parameters

id
string
required

EventAttend identifier

Body

application/merge-patch+json

The updated EventAttend resource

event
string<iri-reference>
Example:

"/api/v1/events/1"

user
string<iri-reference> | null
Example:

"/api/v1/users/1"

external
string<iri-reference> | null
Example:

"/api/v1/contacts/1"

statusRsvp
string | null
statusRegistration
string | null
productPayment
string<iri-reference> | null
Example:

"/api/v1/product_payments/1"

isInvited
boolean
default:false
productPrice
string<iri-reference> | null
Example:

"/api/v1/product_prices/1"

importInvoiceId
integer | null
import
string<iri-reference> | null
Example:

"/api/v1/imports/1"

upcomingReminderSent
boolean | null
oneHourReminderSent
boolean | null
hash
string | null
detailsToken
string | null
detailsFilledAt
string<date-time> | null
purchasedBy
string<iri-reference> | null
Example:

"/api/v1/users/1"

purchasedByContact
string<iri-reference> | null
Example:

"/api/v1/contacts/1"

canceledAt
string<date-time> | null
addons
string<iri-reference>[]
Example:
parentAttendee
string<iri-reference> | null
Example:

"/api/v1/event_attends/1"

invoice
string<iri-reference> | null
Example:

"/api/v1/invoices/1"

customFieldValues
string<iri-reference>[]
Example:

Response

EventAttend resource updated

id
integer
read-only
event
object
user
object | null
external
object | null
statusRsvp
string | null
statusRegistration
string | null
productPayment
object | null
dateCreated
string<date-time> | null
read-only
isInvited
boolean
default:false
productPrice
object | null
hash
string | null
canceledAt
string<date-time> | null
parentAttendee
unknown
customFieldValues
object[]