GET api/GetEntityWithHoldingInfoById_V1?id={id}&clientId={clientId}

Request Information

URI Parameters

Name Description Type Additional information
id

integer

Required

clientId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiPostResponseOfEntityWithHoldingInformationModel_V1
Name Description Type Additional information
Data

EntityWithHoldingInformationModel_V1

None.

Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "Id": 1,
    "CLIENT_ID": 1,
    "ENTITY_ID": 1,
    "INTERMIDIARY_ENTITY_ID": 1,
    "INTERMIDIARY_ENTITY": "sample string 2",
    "INTERMIDIARY_INVESTOR_ID": 1,
    "INTERMIDIARY_INVESTOR": "sample string 3",
    "INTERMIDIARY_INVESTOR_TYPE": "sample string 4",
    "DATE_OF_ALLOCATION": "2025-06-23T13:31:09.3396625+00:00",
    "Str_DATE_OF_ALLOCATION": "sample string 5",
    "RECIPIENT_STATUS": "sample string 6",
    "INTERMIDIARY_ALLOCATION": 1.0,
    "INTEREST_TYPE": "sample string 7",
    "WITH_HOLDING_INTEREST": 1.0,
    "INTEREST_CH3_BASIS_EXEMPTION": "sample string 8",
    "DIVIDEND_TYPE": "sample string 9",
    "WITH_HOLDING_DIVIDEND": 1.0,
    "DIVIDEND_CH3_BASIS_EXEMPTION": "sample string 10",
    "OTHER_INCOME_TYPE": "sample string 11",
    "WITH_HOLDING_OTHER": 1.0,
    "OTHER_INCOME_CH3_BASIS_EXEMPTION": "sample string 12",
    "RECORD_START_DT": "2025-06-23T13:31:09.3396625+00:00",
    "RECORD_END_DT": "2025-06-23T13:31:09.3396625+00:00",
    "WithholdingName": "sample string 13",
    "CLIENT_REFERENCE_NAME": "sample string 14",
    "LEGAL_ENTITY_NAME": "sample string 15",
    "GE_RECIPIENT_STATUS": "sample string 16",
    "INVESTOR_FULL_NAME": "sample string 17",
    "IN_RECIPIENT_STATUS": "sample string 18"
  },
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}