GET api/AINIndividuals/Details/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

AIN_IndividualsInfo
NameDescriptionTypeAdditional information
IndividualsOrgMappingId

integer

None.

ittfid

integer

None.

FromOrg

string

None.

ToOrg

string

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

LastUpdatedDateTime

date

None.

Deleted

integer

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",
  "CreatedBy": 1,
  "LastModifiedBy": 1,
  "LastUpdatedDateTime": "2025-07-18T16:29:29.8373673+00:00",
  "Deleted": 1,
  "CoreOrgId": 5,
  "IsActive": true,
  "StartDateTime": "2025-07-18T16:29:29.8373673+00:00",
  "EndDateTime": "2025-07-18T16:29:29.8373673+00:00"
}

application/xml, text/xml

Sample:
<AIN_IndividualsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/">
  <CoreOrgId>5</CoreOrgId>
  <CreatedBy>1</CreatedBy>
  <Deleted>1</Deleted>
  <EndDateTime>2025-07-18T16:29:29.8373673+00:00</EndDateTime>
  <FromOrg>sample string 3</FromOrg>
  <IndividualsOrgMappingId>1</IndividualsOrgMappingId>
  <IsActive>true</IsActive>
  <LastModifiedBy>1</LastModifiedBy>
  <LastUpdatedDateTime>2025-07-18T16:29:29.8373673+00:00</LastUpdatedDateTime>
  <StartDateTime>2025-07-18T16:29:29.8373673+00:00</StartDateTime>
  <ToOrg>sample string 4</ToOrg>
  <ittfid>2</ittfid>
</AIN_IndividualsInfo>