GET api/AINIndividuals/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
Individuals_OrgMapping| Name | Description | Type | Additional information | 
|---|---|---|---|
| IndividualsOrgMappingId | integer | None. | |
| ittfid | integer | None. | |
| FromOrg | string | None. | |
| ToOrg | string | None. | |
| CreatedDateTime | date | None. | |
| LastUpdatedDateTime | date | None. | |
| CreatedBy | integer | None. | |
| LastModifiedBy | integer | None. | |
| IsDeleted | boolean | None. | |
| CoreOrgId | integer | None. | |
| IsActive | boolean | None. | |
| StartDateTime | date | None. | |
| EndDateTime | date | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "IndividualsOrgMappingId": 1,
  "ittfid": 2,
  "FromOrg": "sample string 3",
  "ToOrg": "sample string 4",
  "CreatedDateTime": "2025-10-31T09:42:54.5735358+00:00",
  "LastUpdatedDateTime": "2025-10-31T09:42:54.5735358+00:00",
  "CreatedBy": 1,
  "LastModifiedBy": 1,
  "IsDeleted": true,
  "CoreOrgId": 1,
  "IsActive": true,
  "StartDateTime": "2025-10-31T09:42:54.5735358+00:00",
  "EndDateTime": "2025-10-31T09:42:54.5735358+00:00"
}
        application/xml, text/xml
            Sample:
<Individuals_OrgMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ClassLibraryITTF1"> <CoreOrgId>1</CoreOrgId> <CreatedBy>1</CreatedBy> <CreatedDateTime>2025-10-31T09:42:54.5735358+00:00</CreatedDateTime> <EndDateTime>2025-10-31T09:42:54.5735358+00:00</EndDateTime> <FromOrg>sample string 3</FromOrg> <IndividualsOrgMappingId>1</IndividualsOrgMappingId> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-10-31T09:42:54.5735358+00:00</LastUpdatedDateTime> <StartDateTime>2025-10-31T09:42:54.5735358+00:00</StartDateTime> <ToOrg>sample string 4</ToOrg> <ittfid>2</ittfid> </Individuals_OrgMapping>