POST api/AddUpdateInvestmentType

Request Information

URI Parameters

None.

Body Parameters

InvestmentTypeModel
Name Description Type Additional information
InvestmentTypeId

integer

None.

StrInvestmentTypeId

string

None.

Name

string

None.

ClientID

integer

None.

ClientName

string

None.

CreatedBy

integer

None.

CreatedUserName

string

None.

CreatedOn

date

None.

StrCreatedOn

string

None.

UpdatedBy

integer

None.

UpdatedUserName

string

None.

UpdatedOn

date

None.

StrUpdatedOn

string

None.

IsDeleted

boolean

None.

ModifyBy

string

None.

ModifyOn

string

None.

DisplayOrder

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "InvestmentTypeId": 1,
  "StrInvestmentTypeId": "sample string 2",
  "Name": "sample string 3",
  "ClientID": 1,
  "ClientName": "sample string 4",
  "CreatedBy": 5,
  "CreatedUserName": "sample string 6",
  "CreatedOn": "2025-06-23T12:05:13.7683014+00:00",
  "StrCreatedOn": "sample string 8",
  "UpdatedBy": 1,
  "UpdatedUserName": "sample string 9",
  "UpdatedOn": "2025-06-23T12:05:13.7683014+00:00",
  "StrUpdatedOn": "sample string 10",
  "IsDeleted": true,
  "ModifyBy": "sample string 12",
  "ModifyOn": "sample string 13",
  "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"
  ]
}