Invite
Last updated
Was this helpful?
Last updated
Was this helpful?
/contacts/{uid}/invite/
curl -L \
--request POST \
--url 'https://api.dashdoc.eu/api/v4/contacts/{uid}/invite/' \
--header 'Authentication: YOUR_API_KEY'
{
"uid": "687cddac-dbd2-11ea-9024-0242ac130006",
"created": "2020-12-22T15:31:39.26167Z",
"company": {
"remote_id": "text",
"created": "2020-07-30T21:10:06.445510Z",
"updated": "2020-07-30T21:10:06.44551Z",
"deleted": true,
"name": "Transport Bouvet",
"phone_number": "0601020304",
"email": "i.love.dashdoc@gmail.com",
"siren": "123456789",
"trade_number": "text",
"country": "FR",
"comments": "text",
"vat_number": "text",
"is_verified": true,
"settings_transport_order_observations": "text",
"settings_constrain_reference_edition": true,
"subscription_access": {},
"settings": {},
"primary_address": {
"pk": "text",
"name": "Transport Bouvet",
"address": "3 rue des champs",
"city": "Nantes",
"postcode": "44000",
"country": "FR",
"latitude": -52.5561625,
"longitude": 92.896504,
"is_demo": true,
"is_carrier": true,
"is_shipper": true,
"is_origin": true,
"is_destination": true,
"created_by": 1,
"instructions": "text",
"radius": 500,
"coords_validated": false,
"created": "2020-07-30T21:10:06.44551Z",
"remote_id": "text"
},
"pk": 928,
"invoicing_remote_id": "COMP_456",
"account_type": "text",
"logo": "text",
"has_loggable_managers": true,
"managers": [
{
"user": {
"email": "adele.bouvet@gmail.com",
"first_name": "Adèle",
"last_name": "Bouvet"
},
"display_name": "text",
"role": "text",
"pk": 928
}
]
},
"first_name": "Adèle",
"last_name": "Bouvet",
"email": "adele.bouvet@gmail.com",
"phone_number": "+33600000000",
"fax_number": "text",
"invitation_link": "text",
"remote_id": "CONTACT_123",
"is_manager": true,
"has_pending_invite": true,
"is_invitable": true
}
Invite successful