POST api/Individual/Profiles/CRUD

Request Information

URI Parameters

None.

Body Parameters

Collection of IndividualsProfileInformation
NameDescriptionTypeAdditional information
ProfileId

integer

None.

ittfid

integer

None.

StartDate

date

None.

EndDate

date

None.

OrganizationId

integer

None.

ProfileTypeId

integer

None.

ProfileGroupId

integer

None.

IsActive

boolean

None.

Deleted

integer

None.

HideOnProfileDetails

boolean

None.

CreatedBy

integer

None.

LastModifiedBy

integer

None.

LastUpdatedDateTime

date

None.

IsDeleted

boolean

None.

Linkedittfid

integer

None.

RepresentingOrgId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "ProfileId": 1,
    "ittfid": 1,
    "StartDate": "2025-07-18T16:06:13.0700277+00:00",
    "EndDate": "2025-07-18T16:06:13.0700277+00:00",
    "OrganizationId": 3,
    "ProfileTypeId": 4,
    "ProfileGroupId": 1,
    "IsActive": true,
    "Deleted": 1,
    "HideOnProfileDetails": true,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:06:13.0700277+00:00",
    "IsDeleted": true,
    "Linkedittfid": 1,
    "RepresentingOrgId": 1
  },
  {
    "ProfileId": 1,
    "ittfid": 1,
    "StartDate": "2025-07-18T16:06:13.0700277+00:00",
    "EndDate": "2025-07-18T16:06:13.0700277+00:00",
    "OrganizationId": 3,
    "ProfileTypeId": 4,
    "ProfileGroupId": 1,
    "IsActive": true,
    "Deleted": 1,
    "HideOnProfileDetails": true,
    "CreatedBy": 1,
    "LastModifiedBy": 1,
    "LastUpdatedDateTime": "2025-07-18T16:06:13.0700277+00:00",
    "IsDeleted": true,
    "Linkedittfid": 1,
    "RepresentingOrgId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfIndividualsProfileInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers.Utils">
  <IndividualsProfileInformation>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EndDate>2025-07-18T16:06:13.0700277+00:00</EndDate>
    <HideOnProfileDetails>true</HideOnProfileDetails>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:06:13.0700277+00:00</LastUpdatedDateTime>
    <Linkedittfid>1</Linkedittfid>
    <OrganizationId>3</OrganizationId>
    <ProfileGroupId>1</ProfileGroupId>
    <ProfileId>1</ProfileId>
    <ProfileTypeId>4</ProfileTypeId>
    <RepresentingOrgId>1</RepresentingOrgId>
    <StartDate>2025-07-18T16:06:13.0700277+00:00</StartDate>
    <ittfid>1</ittfid>
  </IndividualsProfileInformation>
  <IndividualsProfileInformation>
    <CreatedBy>1</CreatedBy>
    <Deleted>1</Deleted>
    <EndDate>2025-07-18T16:06:13.0700277+00:00</EndDate>
    <HideOnProfileDetails>true</HideOnProfileDetails>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <LastModifiedBy>1</LastModifiedBy>
    <LastUpdatedDateTime>2025-07-18T16:06:13.0700277+00:00</LastUpdatedDateTime>
    <Linkedittfid>1</Linkedittfid>
    <OrganizationId>3</OrganizationId>
    <ProfileGroupId>1</ProfileGroupId>
    <ProfileId>1</ProfileId>
    <ProfileTypeId>4</ProfileTypeId>
    <RepresentingOrgId>1</RepresentingOrgId>
    <StartDate>2025-07-18T16:06:13.0700277+00:00</StartDate>
    <ittfid>1</ittfid>
  </IndividualsProfileInformation>
</ArrayOfIndividualsProfileInformation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>