POST api/InvestmentAccountCategory
Creates new InvestmentAccountCategory.
Request Information
URI Parameters
None.
Body Parameters
InvestmentAccountCategory.
InvestmentAccountCategoryName | 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-01-18T10:35:30.247811+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-01-18T10:35:30.247811+00:00</UpdatedDate> </InvestmentAccountCategory>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
InvestmentAccountCategoryName | 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-01-18T10:35:30.247811+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-01-18T10:35:30.247811+00:00</UpdatedDate> </InvestmentAccountCategory>