Create Invitation
POST
/public/v3/invitations
none
none
Parameter | Data type | Required? | Description |
---|---|---|---|
customer_type | enum | no | Allowed:(Individual, Business) |
last_name | string | no | Last name |
first_name | string | no | First name |
company_name | string | no | Company name |
string | yes | ||
phone | string | no | Phone |
reference | string | yes | User reference |
send_email | boolean | no | Set to true if you want Planky to send email with invitation |
Parameter | Data type | Required? | Description |
---|---|---|---|
customer_type | enum | no | Allowed:(Individual, Business) |
last_name | string | no | Last name |
first_name | string | no | First name |
company_name | string | no | Company name |
string | yes | ||
phone | string | no | Phone |
reference | string | yes | User reference |
send_email | boolean | no | Set to true if you want Planky to send email with invitation |
1
2
3
4
5
6
7
8
9
10
11
12
13
curl --location --request POST 'https://api.friendlyscore.com/public/v3/invitations' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {access_token}' \
--data-raw '{
"customer_type": "Individual",
"last_name": "John",
"first_name": "Doe",
"company_name": "Example INC.",
"email": "john.doe@example.com",
"phone": "+44123456789",
"reference": "123-123-123",
"send_email": false
}'
1
2
3
4
5
6
7
8
9
10
{
"customer_type": "Individual",
"last_name": "John",
"first_name": "Doe",
"company_name": "Example INC.",
"email": "john.doe@example.com",
"phone": "+44123456789",
"reference": "123-123-123",
"send_email": false
}
Was this article helpful?
Friendly Score UK Ltd.
42 Brook Street, Mayfair
London W1K 5DB
Call us on +44 20 3709 6726
Company registered in England
Company number 09168668, ICO ZA111687
VAT registration number 206 9758 80
Authorised and Regulated by the Financial Conduct Authority. (FRN: 821100, 781963)