Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labelapi_docs_client_actions
NameClients Create
DescriptionCreate one or more clients.
TypePOST
URL/v9/clients
Credential TypeAPI

Long Description

Create one or more clients for your brokerage which can participate in orders as the buyer or seller. Note that this takes an array of clients even if only creating one.

Parameters

Name
Description
Value Type
Presence
LocationLimitations
nameName of the clientStringRequiredBodyMust include a space. “Prince Fielder” is valid. “Prince” is not.
office_idID of one of your Brokerage’s Offices to which this client will belongIntegerOptionalBody 
addressesArray of addresses belonging to this clientArrayOptionalBody 
phone_numbersArray of phone numbers belonging to this clientArrayOptionalBody 
email_addressesArray of email addresses belonging to this clientArrayOptionalBody 

...