appointment_invitation_set ()
Function prototype | appointment_invitation_set (session, ref, status) |
---|---|
API Version | 2.7.32 and higher |
SOAP, REST |
Description
Modifies the status of the invitation to an appointment for the active USER
Required permissions: The active user must be member invited to the appointment. Otherwise an INSUFFICIENT_PRIVILEGES error will be returned.
When a member changes the status of his invitation, the organizer will be notified as described in APPOINTMENT WEB SERVICES
Input parameters: |
|
Output parameters: |
|
Request example
appointment_invitation_set ( “LCAAAAAAAAAAAA”, 62733, "ACCEPTED")
Response
The response format is XML when the function has been invoked via the SOAP API, and JSON when it has been invoked via the REST API
Return Error codes
ERROR CODE |
|
---|---|
INVALID_TOKEN | The session token provided is not valid |
APPOINTMENT.NOT_FOUND | The requested appointment doesn’t exist or the active USER is not member. |