Create Accounts
Create Accounts
Create accounts for the given user and entity.
Path parameters
-
fin
string Required The Finplex Identity Number of the user to create the account under
POST
/portfolio/{fin}/accounts
curl \
-X POST http://api.example.com/portfolio/{fin}/accounts \
-H "Content-Type: application/json" \
-d '{"accounts":["string"],"fen":"string"}'
Request example
{
"accounts": [
"string"
],
"fen": "string"
}
Request examples
{
"accounts": [
"string"
],
"fen": "string"
}
Response examples (201)
[
"string"
]
Response examples (201)
[
"string"
]