GET api/GetEntityRelationInfoByAppDate?topEntityId={topEntityId}&botEntityId={botEntityId}&applicationDate={applicationDate}

Request Information

URI Parameters

Name Description Type Additional information
topEntityId

integer

Required

botEntityId

integer

Required

applicationDate

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiPostResponseOfEntityLinkEntityModel
Name Description Type Additional information
Data

EntityLinkEntityModel

None.

Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "RECORD_ID": 1,
    "TOP_ENTITY_ID": 1,
    "BOT_ENTITY_ID": 1,
    "RECORD_START_DT": "2025-06-23T12:44:48.3095419+00:00",
    "RECORD_END_DT": "2025-06-23T12:44:48.3095419+00:00",
    "RELATIONSHIP_ID": 1,
    "INVESTMENT_AMOUNT": "sample string 1",
    "DATE_INVESTMENT": "2025-06-23T12:44:48.3095419+00:00",
    "DATE_CHANGE": "2025-06-23T12:44:48.3095419+00:00",
    "DATE_DISPOSAL": "2025-06-23T12:44:48.3095419+00:00",
    "APPLICATION_DATE": "2025-06-23T12:44:48.3095419+00:00",
    "RECORD_CHANGED_BY": "sample string 2",
    "LEGAL_ENTITY_NAME": "sample string 3",
    "ADDRESS_CITY": "sample string 4",
    "ADDRESS_COUNTRY_Name": "sample string 5",
    "MANAGEMENT_COUNTRY_Name": "sample string 6",
    "FATCA_CLASSIFICATION_Name": "sample string 7",
    "CRS_CLASSIFICATION_Name": "sample string 8",
    "bFATCA_REPORTING_REQUIRED": true,
    "bCRS_REPORTING_REQUIRED": true,
    "FATCA_REPORTING_REQUIRED": "sample string 11",
    "CRS_REPORTING_REQUIRED": "sample string 12",
    "parentchildRecordId": 1,
    "TYPE": "sample string 13",
    "INSTRUMENT_TYPE": "sample string 14",
    "AMOUNT_HELD": "sample string 15",
    "INVESTMENT_TYPE": "sample string 16",
    "INVESTMENT_TYPE_ID": 1,
    "INVESTMENT_TYPE_NAME": "sample string 17",
    "PERCENTAGE": 1.0,
    "STR_PERCENTAGE": "sample string 18",
    "CLASS_INSTRUMENT_ID": 1,
    "CLIENT_ID": 1,
    "USER_ID": 1,
    "OtherConnectorInfo": "sample string 19",
    "CONNECTOR_DISPLAY": "sample string 20",
    "CONNECTOR_TYPE": "sample string 21",
    "CONNECTOR_COLOUR": "sample string 22",
    "CONNECTOR_DISPLAY_DYNAMIC_FIELD": "sample string 23",
    "IsStructureChart": true,
    "APPLICATION_DATE_LIST": [
      {
        "Disabled": true,
        "Group": {
          "Disabled": true,
          "Name": "sample string 2"
        },
        "Selected": true,
        "Text": "sample string 3",
        "Value": "sample string 4"
      },
      {
        "Disabled": true,
        "Group": {
          "Disabled": true,
          "Name": "sample string 2"
        },
        "Selected": true,
        "Text": "sample string 3",
        "Value": "sample string 4"
      }
    ]
  },
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}