Create Client

Get Clients

POST /api/v1/clients

Create a new client.

Request Body

NameTypeDescription

name

string (requried)

Full name of the client

email

string

Email address for this person

title

string

Professional title of this client

organization

string

Agency or Company that the client is employed with

unique_id

string

A unique identifier for this person. (Employee ID, DOB, etc...)

description

string

Notes about this client.

address

string

Street address of client

city

string

City or town of client

state

string

State or Province

province

string

Alternative field for "state" value.

country

string

Country of client

postal_code

string

Postal code related to client address

office_number

string

Office phone number of client

mobile_number

string

Mobile phone number of client

Last updated