SendRegning

Signup for event

Verison: 1.0 (read more)
1
POST /events/{eventId}/signup

Request

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "name": "Edsger Dijkstra",
    "email": "edsger@algorithm.com",
    "mobile": "11223344",
    "invoice": {
        "name": "Edsger Dijkstra",
        "zip": "0665",
        "address": "address",
        "city": "Oslo",
        "country": "NORGE",
        "orgNo": null,
        "yourRef": null
    },
    "discountCode": "PĂ„ske 2017",
    "customFields": [{
        "number": 1,
        "name": "favorite food",
        "type": "TEXT",
        "options": null,
        "value": "pizza"
    }, {
        "number": 2,
        "name": "tshirt?",
        "type": "BOOLEAN",
        "options": null,
        "value": true
    }]
}

You only post the code itself for discount code (if entered by participant)

Response

HTTP/1.1 200 OK