GET api/InvestmentAccountCategory/{id}?type={type}

Gets a list of investment account category.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Organization Id.

integer

Required

type

List Type.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of InvestmentAccountCategory
NameDescriptionTypeAdditional information
UpdateType

string

None.

InvestmentAccountCategoryId

integer

None.

InvestmentAccountCategoryName

string

None.

GlobalId

string

None.

OrganizationId

integer

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

IsPrimary

integer

None.

AccountCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UpdateType": "sample string 1",
    "InvestmentAccountCategoryId": 2,
    "InvestmentAccountCategoryName": "sample string 3",
    "GlobalId": "sample string 4",
    "OrganizationId": 1,
    "UpdatedDate": "2025-01-16T22:17:06.3873138+00:00",
    "UpdatedBy": "sample string 5",
    "UpdatedByName": "sample string 6",
    "IsPrimary": 7,
    "AccountCount": 1
  },
  {
    "UpdateType": "sample string 1",
    "InvestmentAccountCategoryId": 2,
    "InvestmentAccountCategoryName": "sample string 3",
    "GlobalId": "sample string 4",
    "OrganizationId": 1,
    "UpdatedDate": "2025-01-16T22:17:06.3873138+00:00",
    "UpdatedBy": "sample string 5",
    "UpdatedByName": "sample string 6",
    "IsPrimary": 7,
    "AccountCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfInvestmentAccountCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <InvestmentAccountCategory>
    <AccountCount>1</AccountCount>
    <GlobalId>sample string 4</GlobalId>
    <InvestmentAccountCategoryId>2</InvestmentAccountCategoryId>
    <InvestmentAccountCategoryName>sample string 3</InvestmentAccountCategoryName>
    <IsPrimary>7</IsPrimary>
    <OrganizationId>1</OrganizationId>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedByName>sample string 6</UpdatedByName>
    <UpdatedDate>2025-01-16T22:17:06.3873138+00:00</UpdatedDate>
  </InvestmentAccountCategory>
  <InvestmentAccountCategory>
    <AccountCount>1</AccountCount>
    <GlobalId>sample string 4</GlobalId>
    <InvestmentAccountCategoryId>2</InvestmentAccountCategoryId>
    <InvestmentAccountCategoryName>sample string 3</InvestmentAccountCategoryName>
    <IsPrimary>7</IsPrimary>
    <OrganizationId>1</OrganizationId>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedByName>sample string 6</UpdatedByName>
    <UpdatedDate>2025-01-16T22:17:06.3873138+00:00</UpdatedDate>
  </InvestmentAccountCategory>
</ArrayOfInvestmentAccountCategory>