Create an investor
Create an investor
application/json
Request Body required
type string required
Possible values: [individual
, institution
]
firstName string required
middleName string required
lastName string required
addressLine1 string required
addressLine2 string required
city string required
state string required
zipCode string required
country string required
language string required
Responses
- 200
application/json
Schema
Example (from schema)
Schema
id string required
type string required
Possible values: [individual
, institution
]
firstName string required
middleName string required
lastName string required
addressLine1 string required
addressLine2 string required
city string required
state string required
zipCode string required
country string required
language string required
{
"id": "c73c36e0-e2e5-41e6-b11e-01a33cdf86fe",
"type": "individual",
"firstName": "Fred",
"middleName": "John",
"lastName": "Bloggs",
"addressLine1": "Flat 42",
"addressLine2": "1, The Street",
"city": "New York",
"state": "NY",
"zipCode": "24413",
"country": "us",
"language": "en"
}
Loading...