POST api/SaveWithHoldingDateOfAllocation

Request Information

URI Parameters

None.

Body Parameters

WithHoldingDateOfAllocation
Name Description Type Additional information
Id

integer

None.

CLIENT_ID

integer

None.

INVESTOR_ID

integer

None.

DATE_OF_ALLOCATION

date

None.

STR_DATE_OF_ALLOCATION

string

None.

CREATED_BY

integer

None.

UPDATED_BY

integer

None.

CREATED_ON

date

None.

UPDATED_ON

date

None.

OLD_DATE_OF_ALLOCATION

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CLIENT_ID": 1,
  "INVESTOR_ID": 1,
  "DATE_OF_ALLOCATION": "2025-06-23T12:46:10.9116134+00:00",
  "STR_DATE_OF_ALLOCATION": "sample string 2",
  "CREATED_BY": 1,
  "UPDATED_BY": 1,
  "CREATED_ON": "2025-06-23T12:46:10.9116134+00:00",
  "UPDATED_ON": "2025-06-23T12:46:10.9116134+00:00",
  "OLD_DATE_OF_ALLOCATION": "2025-06-23T12:46:10.9116134+00:00"
}

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"
  ]
}