Créer un événement simplifié pour un organisme

Permet la création d'un événement avec seulement des informations limitées et quelques tarifications simples. L'événement créé de cette manière peut être modifié ultérieurement avec d'autres services

Votre token doit avoir l'un de ces rôles :
OrganizationAdmin

Si vous êtes une association, vous pouvez obtenir ces rôles avec votre client.
Si vous êtes un partenaire, vous pouvez obtenir ces rôles par le flux d'autorisation.

Votre clientId doit être autorisé à tous ces privilèges :
FormAdministration

Path Params
string
required

The organization Slug

string
enum
required

The form type to create - only Event type is supported

Allowed:
Body Params

The body of the request.

tierList
array of objects | null
tierList
string | null

The banner of the form

string | null

The description of form

date-time | null

The datetime of the activity end

string | null

The logo of the form

string | null

Private Title : displayed only in the organization back office

date-time | null

The datetime of the activity start

string
required
length ≥ 1

The title of the form. It will be used to generate the url which that can't be changed.

int32 | null

Activity type identifier, matching one of the provided type values provided here

place
object

PlaceModel class

date-time | null

The datetime (Inclusive) at which the sales end. If null the orders will be available until the end of the campaign.

date-time | null

The datetime (Inclusive) at which the users can start placing orders. If null the orders will be available as soon as the campaign is published.

string
enum

Enum which represents the membership validity type

Allowed:
boolean

Whether the user will be allowed to make a single open donation with an order. The amount of the donation is open, but 3 presets can be set in OpenDonationPresetAmount

boolean

Whether the user will be allowed to make a monthly open donation for donation forms

boolean

allowComment

boolean

amountVisible

string | null

The color of the form

string | null

The text displayed in the widget button

contact
object

Contact class

boolean

Display contributor name for fundraiser and donation forms.

boolean

Indicates that the members count must be displayed on the form.

boolean

Indicates that the remaining entries must be displayed on the form.

int64 | null

Indicates the financial goal (amount of money raised) for the whole form. Null means no goal.

boolean

Entrust the issuance of membership cards to HelloAsso (automatically sent by email to participants)

boolean

Entrust the issuance of tickets to HelloAsso (automatically sent by email to participants)

boolean

Allows you to add the long description above the store catalog.

string | null

Label conditions and terms file

string | null

The long description of the form (rich Html)

openDonationPresetAmounts
array of int32s | null

The preset amounts to be shown to the user. Maximum 3 amounts.

openDonationPresetAmounts
string | null

Personalized message for participants

string | null

The project beneficiaries of the form (rich Html)

string | null

Details of the project expenses (rich Html)

string | null

Description of the project owners (rich Html)

boolean

Suggest monthly donation for donation forms.

boolean

The monthly donation option should be displayed or selected by default for donation forms.

string | null

3 letter country code

boolean

Whether users are allowed to contribute to this form through an organism (only for donation and crowdfunding).

boolean

Whether user are allowed to personally contribute to this form (only for donation and crowdfunding).

boolean

Whether a reminder email should be sent for abandoned carts.

int32 | null

The form display version (only for membership).

int32 | null

Indicates the maximum available entries for the whole form. Null means unlimited entries.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized, you must add a valid JWT into Authorization Header with the format : Bearer TOKEN

403

The JWT token hasn't the privileges or Roles for this action

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json