GET api/GetTINCountryListByInvestorAndEntityID?clientID={clientID}&investorID={investorID}&entityID={entityID}

Request Information

URI Parameters

Name Description Type Additional information
clientID

integer

Required

investorID

integer

Required

entityID

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiResponseOfCP_TINCountryList
Name Description Type Additional information
Data

Collection of CP_TINCountryList

None.

Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "CountryName": "sample string 1"
    },
    {
      "CountryName": "sample string 1"
    }
  ],
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}