create_customer

This allows you to create a customer account.

In order to be able to place new bookings, manage existing bookings, and do a variety of tracking activities you need to be using an authenticated customer session. This tool allows you to create a brand new customer account.

📘

What happens when I create an account?

An SMS message is sent to the customers mobile number with a verification code, this is 6 digits long. In order to be able to use the customers account you must run the validate_seccode API.

You can validate a customers login session each time they try to manage their account by using the validate_customer_hash API.

Form Data
string
required

This is a 25 alphanumeric hash code provided to you by the fleet.

int32
required

This is the mobile number for the customer you are creating an account for. This is also used as the authentication username.

string

Customers first name.

string

Customers last name.

string

Customers email address for booking confirmations and invoice receipts.

int32
required

This is a 4 to 8 digit number that the customer will use to log-in to their account.

Language
Response
Click Try It! to start a request and see the response here!