POST
request to
/customersreferenceId
. This unique identifier should be used to externally match the customer.
PUT
request to /customersACTIVE
status. If you decide to change the customer’s status, do keep in mind of the side
effects of this operation.
GET
request to /customers.GET
request to /customers/{customerId}
SUSPENDED
or CLOSED
, the following actions will also take place:
ACTIVE
, you will have to explicitly update the
Accounts and PortfoliosProperty | Definition |
---|---|
customerId | Unique customer identifier |
firstName | The customers first name |
lastName | The customers last name |
status | The customers current status |
referenceId | Externally provided unique identifier |
createdAt | Created at unix timestamp |
updatedAt | Updated at unix timestamp |
Name | Definition |
---|---|
ACTIVE | Customer is currently active and able to trade |
SUSPENDED | Customer has been temporarily suspended, and is unable to trade. |
CLOSED | Customer has been permanently blocked from trading |
Subscription | Definition | Domain |
---|---|---|
CUSTOMER | Only events that deal with customers | Customers |
CUSTOMER.CREATED | Triggered when a customer is created | Customers |
CUSTOMER.UPDATED | Triggered when a customer is updated | Customers |