POST api/AddUpdateInvestmentCategory

Request Information

URI Parameters

None.

Body Parameters

InvestmentCategoryModel
Name Description Type Additional information
InvestmentCategoryId

integer

None.

StrInvestmentTypeId

string

None.

Name

string

None.

CreatedBy

integer

None.

CreatedUserName

string

None.

CreatedDate

date

None.

StrCreatedDate

string

None.

UpdatedBy

integer

None.

UpdatedUserName

string

None.

UpdatedDate

date

None.

StrUpdatedDate

string

None.

IsDeleted

boolean

None.

ClientID

integer

None.

ClientName

string

None.

ColorCode

string

None.

ColorCodeId

integer

None.

ColorCodeName

string

None.

CategoryName

string

None.

ModifyBy

string

None.

ModifyOn

string

None.

DisplayOrder

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InvestmentCategoryId": 1,
  "StrInvestmentTypeId": "sample string 2",
  "Name": "sample string 3",
  "CreatedBy": 4,
  "CreatedUserName": "sample string 5",
  "CreatedDate": "2025-06-23T12:36:43.1989563+00:00",
  "StrCreatedDate": "sample string 7",
  "UpdatedBy": 1,
  "UpdatedUserName": "sample string 8",
  "UpdatedDate": "2025-06-23T12:36:43.1989563+00:00",
  "StrUpdatedDate": "sample string 9",
  "IsDeleted": true,
  "ClientID": 1,
  "ClientName": "sample string 11",
  "ColorCode": "sample string 12",
  "ColorCodeId": 13,
  "ColorCodeName": "sample string 14",
  "CategoryName": "sample string 15",
  "ModifyBy": "sample string 16",
  "ModifyOn": "sample string 17",
  "DisplayOrder": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseApiResponse
Name Description Type Additional information
Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}