Create Contact
POSThttps://secure.fleetio.com/api/v2/contacts
Creates a new contact.
account_membership_attributes
are only available to Fleetio partners with an Organization Token or Partner Token.
Request
Header Parameters
- application/json
Body
This Contact's first name.
Possible values: <= 255 characters
This Contact's middle name.
Possible values: <= 255 characters
This Contact's last name.
Possible values: <= 255 characters
This Contact's birth date. We recommend using ISO-8601 formatted dates to avoid ambiguity.
1950-05-05
If this Contact belongs to a Group, this will be
a pipe delimited string representing the Group hierarchy. Each Group
in the list is the parent of the Groups
which follow.
Group 1|Group 2|Group 3
This Contact's email address.
Possible values: <= 255 characters
This Contact's mobile phone number.
Possible values: <= 255 characters
This Contact's home phone number.
Possible values: <= 255 characters
This Contact's work phone number.
Possible values: <= 255 characters
Any other phone number for this Contact.
Possible values: <= 255 characters
The street address of this Contact.
Possible values: <= 255 characters
The second line of this Contact's street address.
Possible values: <= 255 characters
The city of this Contact's address.
Possible values: <= 255 characters
The region, state, province, or territory of this Contact's address.
Possible values: <= 255 characters
The postal code for this Contact's address.
Possible values: <= 255 characters
The country where this Contact resides.
Possible values: <= 255 characters
This Contact's employee number. Must be unique.
Possible values: <= 255 characters
This Contact's job title.
Possible values: <= 255 characters
The date at which this Contact started, or is expected to start. We recommend using ISO-8601 formatted dates to avoid ambiguity.
2023-09-09
The date at which this Contact left, or is expected to leave. We recommend using ISO-8601 formatted dates to avoid ambiguity.
2023-12-12
Whether this Contact is a Vehicle Operator.
The license number of this Contact.
Possible values: <= 255 characters
The class of this Contact's license.
Possible values: <= 255 characters
The state, province, region, or territory of this Contact's license.
Possible values: <= 255 characters
The hourly labor rate for this Contact.
*Full details on working with Custom Fields here.
Possible values: >= 1
The date and time at which this Contact's license expires. We recommend using ISO-8601 formatted dates to avoid ambiguity.
2024-03-14
Whether this Contact is an Employee.
Whether this Contact is a Technician.
Whether this Contact has User Access.
This must be set to "true" if using account_membership_attributes
.
Possible values: [true
, false
]
Whether to send this person a User Invitation.
If this person is being invited to the Account
, this flag will delay the invitation email until a future time of your choosing.
account_membership_attributes object
default_image_attributes object
Responses
- 201
- 401
- 403
- 422
- 500
OK
Response Headers
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 1
The date and time at which this record was created.
2023-03-14T13:46:27-06:00
The date and time at which this record was most recently updated.
2023-03-14T13:46:27-06:00
The Contact's full name.
The Contact's first name.
The Contact's middle name.
If this Contact belongs to a Group, this will be the Fleetio ID of that Group.
If this Contact belongs to a Group, this will be the Group's name.
The Contact's last name.
The number of images associated with this Contact.
The number of documents associated with this Contact.
The number of Comments
associated with this Contact.
The Contact's email address.
Whether this Contact is a Technician.
Whether this Contact is a Vehicle Operator.
Whether this Contact is an Employee.
The Contact's birth date.
2023-03-14
The Contact's street address.
The second line of the Contact's street address.
The Contact's city.
The Contact's region.
The Contact's postal code.
The Contact's country.
The Contact's employee number.
The Contact's job title.
Possible values: <= 255 characters
The Contact's license class.
The Contact's license number.
The state which issued the Contact's license.
The Contact's driver's license expiration date.
2023-03-14
The Contact's home phone number.
The Contact's mobile phone number.
The Contact's work phone number.
Any other mobile phone number belonging to this Contact.
The Contact's start date.
The Contact's leave date.
The Contact's hourly rate.
*Full details on working with Custom Fields here.
The URL pointing to the default image for this Contact.
Possible values: >= 1
The date and time at which this Contact was archived, if applicable. null
if this Contact is not archived.
2023-03-14T13:46:27-06:00
user objectnullablerequired
{
"id": 0,
"created_at": "2023-03-14T13:46:27-06:00",
"updated_at": "2023-03-14T13:46:27-06:00",
"name": "string",
"first_name": "string",
"middle_name": "string",
"group_id": 0,
"group_name": "string",
"last_name": "string",
"images_count": 0,
"documents_count": 0,
"comments_count": 0,
"email": "string",
"technician": true,
"vehicle_operator": true,
"employee": true,
"birth_date": "2023-03-14",
"street_address": "string",
"street_address_line_2": "string",
"city": "string",
"region": "string",
"postal_code": "string",
"country": "string",
"employee_number": "string",
"job_title": "string",
"license_class": "string",
"license_number": "string",
"license_state": "string",
"license_expiration": "2023-03-14",
"home_phone_number": "string",
"mobile_phone_number": "string",
"work_phone_number": "string",
"other_phone_number": "string",
"start_date": "2024-07-29",
"leave_date": "2024-07-29",
"hourly_labor_rate": 0,
"custom_fields": {},
"default_image_url": "string",
"account_membership_id": 0,
"archived_at": "2023-03-14T13:46:27-06:00",
"user": {
"id": 0,
"email": "string",
"username": "string",
"time_zone": "string",
"user_type": "admin",
"archived_at": "2024-07-29T15:51:28.071Z",
"role": {
"id": 0,
"name": "string"
},
"vehicles_record_set": {
"id": 0,
"name": "string"
},
"equipments_record_set": {
"id": 0,
"name": "string"
},
"contacts_record_set": {
"id": 0,
"name": "string"
},
"parts_record_set": {
"id": 0,
"name": "string"
},
"inspection_forms_record_set": {
"id": 0,
"name": "string"
}
}
}
Request could not be authenticated
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 400
and <= 599
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
A human-readable explanation specific to this occurrence of the problem.
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Insufficient permission to perform this operation
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 400
and <= 599
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
A human-readable explanation specific to this occurrence of the problem.
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Unprocessable Entity
- application/json
- Schema
- Example (auto)
- Example
Schema
errors object
{
"errors": {}
}
{
"errors": {
"field1": [
"error1",
"error2"
],
"field2": [
"error3"
]
}
}
Something unexpected happened
- application/json
- Schema
- Example (auto)
Schema
Possible values: >= 400
and <= 599
A short, human-readable summary of the problem type. It SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization.
A human-readable explanation specific to this occurrence of the problem.
A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.
{
"status": 0,
"title": "string",
"detail": "string",
"instance": "string"
}
Authorization: Authorization
name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64". You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)
- curl
- ruby
- python
- csharp
- go
- java
- nodejs
- php
- CURL
curl -L 'https://secure.fleetio.com/api/v2/contacts' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Token <Authorization>' \
-H 'Account-Token: <Authorization>' \
-d '{
"first_name": "string",
"middle_name": "string",
"last_name": "string",
"birth_date": "1950-05-05",
"group_hierarchy": "Group 1|Group 2|Group 3",
"email": "string",
"mobile_phone_number": "string",
"home_phone_number": "string",
"work_phone_number": "string",
"other_phone_number": "string",
"street_address": "string",
"street_address_line_2": "string",
"city": "string",
"region": "string",
"postal_code": "string",
"country": "string",
"employee_number": "string",
"job_title": "string",
"start_date": "2023-09-09",
"leave_date": "2023-12-12",
"vehicle_operator": true,
"license_number": "string",
"license_class": "string",
"license_state": "string",
"hourly_labor_rate": 0,
"custom_fields": {},
"group_id": 0,
"license_expiration": "2024-03-14",
"employee": true,
"technician": true,
"user_access": "true",
"invite_user": true,
"delay_invite": true,
"account_membership_attributes": {
"enable_user": true,
"user_type": "admin",
"role_id": 0,
"vehicles_record_set_id": 0,
"contacts_record_set_id": 0,
"equipments_record_set_id": 0,
"inspection_forms_record_set_id": 0,
"parts_record_set_id": 0,
"role_name": "string",
"vehicles_record_set_name": "string",
"contacts_record_set_name": "string",
"equipments_record_set_name": "string",
"inspection_forms_record_set_name": "string",
"parts_record_set_name": "string",
"invitation_message": "string",
"admin_role_attributes": {
"administration_access": "full",
"manage_account_settings": true,
"manage_subscription": true,
"export_account_data": true,
"manage_groups": true,
"manage_workflows": true,
"manage_webhooks": true,
"manage_integrations": true,
"manage_integration_links": true,
"manage_saml_connectors": true,
"manage_security_settings": true,
"user_management_access": "full",
"manage_users": true
},
"user_attributes": {
"email": "string",
"username": "string",
"password": "string"
}
},
"default_image_attributes": {
"file_url": "string",
"default": true
}
}'