POST api/SaveEntityWithHoldingDateOfAllocation

Request Information

URI Parameters

None.

Body Parameters

EntityWithHoldingDateOfAllocation
Name Description Type Additional information
Id

integer

None.

CLIENT_ID

integer

None.

ENTITY_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.

WITHHOLDING_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CLIENT_ID": 1,
  "ENTITY_ID": 1,
  "DATE_OF_ALLOCATION": "2025-06-23T12:31:38.22486+00:00",
  "STR_DATE_OF_ALLOCATION": "sample string 2",
  "CREATED_BY": 1,
  "UPDATED_BY": 1,
  "CREATED_ON": "2025-06-23T12:31:38.22486+00:00",
  "UPDATED_ON": "2025-06-23T12:31:38.22486+00:00",
  "WITHHOLDING_NAME": "sample string 3"
}

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