SendRegning

Confirm participant

Verison: 1.0 (read more)

Request

1
POST /host/events/{number}/participants/{number}/confirm

If event price is given participant will be invoiced upon confirmation.

Request

RecipientNumber is required if price for the participant is > 0, if the price is 0 it is optional and ignored if it is sent. SMS and copy are both optional.

1
2
3
4
5
6
7
8
9
10
{
    "recipientNumber": 1,
    "sms": {
        "phoneNumber": "11223344",
        "message": "my message"
    },
    "copy": {
        "email": "e@a.no"
    }
}

Response

HTTP/1.1 200 OK