Insert an Invitee
Push an Invitee
POST
https://api.w3lcome.com/v1/invitees
This endpoint allows you to add an invitee
Headers
Name | Type | Description |
---|---|---|
Content-Type | string | application/JSON |
Authentication | string | Basic |
Request Body
Name | Type | Description |
---|---|---|
expectedAt | string | ISO 8601 format |
name | string | The invitee name |
host | object | The Host Object |
requiresAuthorization | boolean | Default: |
pictureUrl | string | The URL of the invitee picture or a base64 string |
status | string | The invitee status. Can be |
phone | string | Required if it's the company's primary key |
cpf | string | Brazil only. Must be a valid CPF |
rg | string | Brazil only. |
document | string | Required if it's the company's primary key |
string | If provided, it must be a valid email. | |
address | string | |
company | string | |
position | string | |
sector | string | |
cardNumber | number | |
notes | string |
Last updated