POST api/AINIndividuals/CRUD1
Request Information
URI Parameters
None.
Body Parameters
Collection of AIN_IndividualsInfoName | Description | Type | Additional 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. |
Request 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:21:59.0764474+00:00", "Deleted": 1, "CoreOrgId": 5, "IsActive": true, "StartDateTime": "2025-07-18T16:21:59.0764474+00:00", "EndDateTime": "2025-07-18T16:21:59.0764474+00:00" }, { "IndividualsOrgMappingId": 1, "ittfid": 2, "FromOrg": "sample string 3", "ToOrg": "sample string 4", "CreatedBy": 1, "LastModifiedBy": 1, "LastUpdatedDateTime": "2025-07-18T16:21:59.0764474+00:00", "Deleted": 1, "CoreOrgId": 5, "IsActive": true, "StartDateTime": "2025-07-18T16:21:59.0764474+00:00", "EndDateTime": "2025-07-18T16:21:59.0764474+00:00" } ]
application/xml, text/xml
Sample:
<ArrayOfAIN_IndividualsInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AIN_IndividualsInfo> <CoreOrgId>5</CoreOrgId> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EndDateTime>2025-07-18T16:21:59.0764474+00:00</EndDateTime> <FromOrg>sample string 3</FromOrg> <IndividualsOrgMappingId>1</IndividualsOrgMappingId> <IsActive>true</IsActive> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:21:59.0764474+00:00</LastUpdatedDateTime> <StartDateTime>2025-07-18T16:21:59.0764474+00:00</StartDateTime> <ToOrg>sample string 4</ToOrg> <ittfid>2</ittfid> </AIN_IndividualsInfo> <AIN_IndividualsInfo> <CoreOrgId>5</CoreOrgId> <CreatedBy>1</CreatedBy> <Deleted>1</Deleted> <EndDateTime>2025-07-18T16:21:59.0764474+00:00</EndDateTime> <FromOrg>sample string 3</FromOrg> <IndividualsOrgMappingId>1</IndividualsOrgMappingId> <IsActive>true</IsActive> <LastModifiedBy>1</LastModifiedBy> <LastUpdatedDateTime>2025-07-18T16:21:59.0764474+00:00</LastUpdatedDateTime> <StartDateTime>2025-07-18T16:21:59.0764474+00:00</StartDateTime> <ToOrg>sample string 4</ToOrg> <ittfid>2</ittfid> </AIN_IndividualsInfo> </ArrayOfAIN_IndividualsInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>