PUT api/InvestmentAccountCategory
Edits an existing InvestmentAccountCategory.
Request Information
URI Parameters
None.
Body Parameters
InvestmentAccountCategory.
InvestmentAccountCategory| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"UpdateType": "sample string 1",
"InvestmentAccountCategoryId": 2,
"InvestmentAccountCategoryName": "sample string 3",
"GlobalId": "sample string 4",
"OrganizationId": 1,
"UpdatedDate": "2025-12-14T01:18:25.3675801+00:00",
"UpdatedBy": "sample string 5",
"UpdatedByName": "sample string 6",
"IsPrimary": 7,
"AccountCount": 1
}
application/xml, text/xml
Sample:
<InvestmentAccountCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <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-12-14T01:18:25.3675801+00:00</UpdatedDate> </InvestmentAccountCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InvestmentAccountCategory| Name | Description | Type | Additional 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-12-14T01:18:25.3877037+00:00",
"UpdatedBy": "sample string 5",
"UpdatedByName": "sample string 6",
"IsPrimary": 7,
"AccountCount": 1
}
application/xml, text/xml
Sample:
<InvestmentAccountCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models"> <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-12-14T01:18:25.3877037+00:00</UpdatedDate> </InvestmentAccountCategory>