Create a Client

This endpoint allows a Partner to create a Client resource. When creating a Client, a contact and location must also be created. A direct Partner account must also be referenced.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The name of the client.

string

Billing identifier associated with the client.

string

Merchant ID associated with the client.

boolean
required

Indicates if the client is active.

int32
required

Identifier of the direct partner associated with the client.

string
required

Name of the direct partner associated with the client.

string
required

Username of the primary contact.

string
required

First name of the primary contact.

string
required

Last name of the primary contact.

string
required

Email address of the primary contact.

string
required

Phone number of the primary contact.

string
enum
required

Role of the primary contact within the organization.

Allowed:
boolean
required

Indicates if the primary contact is active.

boolean
required

Indicates if a welcome email should be sent to the contact.

Body Params

Client to be created.

string
required
length ≤ 255

The Client's name.

string
length ≤ 50

Billing ID

string
length ≤ 50

Some Partners will have an merchant ids on their own software offerings. This is an open field that allows those Partner associate a Client resource with their Merchant Identifier.

boolean

This property indicates if the Client account is active or disabled. It is not possible to delete Clients, however their account can be set to inactive.

directPartner
object
required

Reference to the associated Partner. When used for POST and PATCH API calls, the reference can contain either the ID or Name. With GET API calls, both properties are populated.

contact
object
required
Responses

401

Unauthorized

403

Forbidden

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json