My Portfolio
    • Introduction
    • Getting Started
    • Users
    • Roles
      • Create Role
        POST
    • Schemas
      • Users
      • Roles
      • Permissions
      • Owners
      • Banks
      • Brokers
      • Issuers
      • Deposits
      • Stocks
      • Stock Transactions
      • Savings
      • Insurances

    Brokers

    {
        "_id": "string",
        "code": "string",
        "name": "string",
        "branch": "string",
        "address": "string",
        "phone": "string",
        "accounts": {
            "number": "string",
            "name": "string",
            "notes": "string"
        },
        "notes": "string"
    }
    Built with