POST api/screening/SearchCustomerByName
Request Information
URI Parameters
None.
Body Parameters
ScreeningSearchSetupDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreeningCode | string |
Required String length: inclusive between 0 and 100 |
|
| BranchCode | string |
Required String length: inclusive between 0 and 5 |
|
| CustomerNumber | string |
String length: inclusive between 0 and 100 |
|
| RelatedCustomerNumber | string |
String length: inclusive between 0 and 20 |
|
| SearchFor | string |
Required String length: inclusive between 0 and 200 |
|
| CustomerUniqueId | globally unique identifier |
None. |
|
| CustomerName | string |
Required String length: inclusive between 0 and 500 |
|
| SearchedName | string |
Required String length: inclusive between 0 and 500 |
|
| Gender | string |
String length: inclusive between 0 and 10 |
|
| Country | string |
Required String length: inclusive between 0 and 200 |
|
| DateOfBirth | date |
None. |
|
| CititzenshipNumber | string |
String length: inclusive between 0 and 200 |
|
| CitizenshipIssuedDate | date |
None. |
|
| CitizenshipIssuedDistrict | string |
String length: inclusive between 0 and 200 |
|
| PassportNumber | string |
String length: inclusive between 0 and 200 |
|
| IndianEmbassyNumber | string |
String length: inclusive between 0 and 200 |
|
| PANNumber | string |
String length: inclusive between 0 and 200 |
|
| CompanyRegistrationNumber | string |
String length: inclusive between 0 and 200 |
|
| CompanyRegistrationDate | date |
None. |
|
| CompanyRegistrationAuth | string |
String length: inclusive between 0 and 500 |
|
| Function | string |
String length: inclusive between 0 and 200 |
|
| GrandFatherName | string |
String length: inclusive between 0 and 500 |
|
| FatherName | string |
String length: inclusive between 0 and 500 |
|
| MotherName | string |
String length: inclusive between 0 and 500 |
|
| SpouseName | string |
String length: inclusive between 0 and 500 |
|
| TotalRecordsMatched | integer |
None. |
|
| Channel | string |
String length: inclusive between 0 and 200 |
|
| ScreeningStatus | string |
None. |
|
| AlreadyScreened | boolean |
None. |
|
| MinimumPercentage | integer |
None. |
|
| RedirectionLink | string |
None. |
|
| ScreeningBulkUploadId | globally unique identifier |
None. |
|
| OnBoarding | integer |
None. |
|
| screeningSearchDetailList | Collection of ScreeningSearchDetailDTO |
None. |
|
| SiblingAndRelatedParty | string |
None. |
|
| IsSuccessfullyAPIExecuted | boolean |
None. |
|
| ExceptionMessage | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedById | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedById | globally unique identifier |
None. |
|
| ModifiedBy | string |
None. |
|
| AuthorisedById | globally unique identifier |
None. |
|
| AuthorisedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| AuthorisedDate | date |
None. |
|
| Record_Status | Record_Status |
None. |
|
| RecordStatus | integer |
None. |
Request Formats
application/json, text/json
{
"ScreeningCode": "sample string 1",
"BranchCode": "sample string 2",
"CustomerNumber": "sample string 3",
"RelatedCustomerNumber": "sample string 4",
"SearchFor": "sample string 5",
"CustomerUniqueId": "c929a7e7-1e86-49d6-b6b9-9d9efb76e9e6",
"CustomerName": "sample string 7",
"SearchedName": "sample string 8",
"Gender": "sample string 9",
"Country": "sample string 10",
"DateOfBirth": "2026-03-16T08:11:18.3783379+05:45",
"CititzenshipNumber": "sample string 11",
"CitizenshipIssuedDate": "2026-03-16T08:11:18.3783379+05:45",
"CitizenshipIssuedDistrict": "sample string 12",
"PassportNumber": "sample string 13",
"IndianEmbassyNumber": "sample string 14",
"PANNumber": "sample string 15",
"CompanyRegistrationNumber": "sample string 16",
"CompanyRegistrationDate": "2026-03-16T08:11:18.3783379+05:45",
"CompanyRegistrationAuth": "sample string 17",
"Function": "sample string 18",
"GrandFatherName": "sample string 19",
"FatherName": "sample string 20",
"MotherName": "sample string 21",
"SpouseName": "sample string 22",
"TotalRecordsMatched": 23,
"Channel": "sample string 24",
"ScreeningStatus": "sample string 25",
"AlreadyScreened": true,
"MinimumPercentage": 27,
"RedirectionLink": "sample string 28",
"ScreeningBulkUploadId": "be244a36-36a5-457c-9fd4-879a2b23905b",
"OnBoarding": 29,
"screeningSearchDetailList": [
{
"ScreeningSearchSetupId": "af7bbbc9-ea3e-442b-9227-462a3b7f2ec5",
"ScreeningUniqueId": "sample string 2",
"SearchType": "sample string 3",
"MatchedName": "sample string 4",
"MatchCountry": "sample string 5",
"MatchDateOfBirth": "sample string 6",
"MatchFunction": "sample string 7",
"MatchNameAccuracy": 8.1,
"ScreeningAction": "sample string 9",
"ScreeningDetails": "sample string 10",
"SearchFor": "sample string 11",
"ScreeningOrder": 12,
"Remarks": "sample string 13",
"ScreeningConfirmationHistories": [
{
"Id": "64d6d2e8-61fa-415c-8b15-085df471f3c6",
"ScreeningSearchDetailId": "186909cb-a003-4af7-b197-b71ff8f998f7",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "579d8356-0839-40ca-b779-b03e7e89a344",
"CreatedDate": "2026-03-16T08:11:18.3783379+05:45"
},
{
"Id": "64d6d2e8-61fa-415c-8b15-085df471f3c6",
"ScreeningSearchDetailId": "186909cb-a003-4af7-b197-b71ff8f998f7",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "579d8356-0839-40ca-b779-b03e7e89a344",
"CreatedDate": "2026-03-16T08:11:18.3783379+05:45"
}
],
"Id": "0d3371cd-7e56-4bd4-8b50-2b7b1cd3b695",
"CreatedById": "d0eec791-e6c5-4b1b-8f51-cb868988af13",
"CreatedBy": "sample string 16",
"ModifiedById": "95ee6292-532f-4f3a-8cab-970b802e0f6a",
"ModifiedBy": "sample string 18",
"AuthorisedById": "6613bfac-5297-4888-9c47-a83dc1022731",
"AuthorisedBy": "sample string 19",
"CreatedDate": "2026-03-16T08:11:18.3940005+05:45",
"ModifiedDate": "2026-03-16T08:11:18.3940005+05:45",
"AuthorisedDate": "2026-03-16T08:11:18.3940005+05:45",
"Record_Status": 1,
"RecordStatus": 22
},
{
"ScreeningSearchSetupId": "af7bbbc9-ea3e-442b-9227-462a3b7f2ec5",
"ScreeningUniqueId": "sample string 2",
"SearchType": "sample string 3",
"MatchedName": "sample string 4",
"MatchCountry": "sample string 5",
"MatchDateOfBirth": "sample string 6",
"MatchFunction": "sample string 7",
"MatchNameAccuracy": 8.1,
"ScreeningAction": "sample string 9",
"ScreeningDetails": "sample string 10",
"SearchFor": "sample string 11",
"ScreeningOrder": 12,
"Remarks": "sample string 13",
"ScreeningConfirmationHistories": [
{
"Id": "64d6d2e8-61fa-415c-8b15-085df471f3c6",
"ScreeningSearchDetailId": "186909cb-a003-4af7-b197-b71ff8f998f7",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "579d8356-0839-40ca-b779-b03e7e89a344",
"CreatedDate": "2026-03-16T08:11:18.3783379+05:45"
},
{
"Id": "64d6d2e8-61fa-415c-8b15-085df471f3c6",
"ScreeningSearchDetailId": "186909cb-a003-4af7-b197-b71ff8f998f7",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "579d8356-0839-40ca-b779-b03e7e89a344",
"CreatedDate": "2026-03-16T08:11:18.3783379+05:45"
}
],
"Id": "0d3371cd-7e56-4bd4-8b50-2b7b1cd3b695",
"CreatedById": "d0eec791-e6c5-4b1b-8f51-cb868988af13",
"CreatedBy": "sample string 16",
"ModifiedById": "95ee6292-532f-4f3a-8cab-970b802e0f6a",
"ModifiedBy": "sample string 18",
"AuthorisedById": "6613bfac-5297-4888-9c47-a83dc1022731",
"AuthorisedBy": "sample string 19",
"CreatedDate": "2026-03-16T08:11:18.3940005+05:45",
"ModifiedDate": "2026-03-16T08:11:18.3940005+05:45",
"AuthorisedDate": "2026-03-16T08:11:18.3940005+05:45",
"Record_Status": 1,
"RecordStatus": 22
}
],
"SiblingAndRelatedParty": "sample string 30",
"IsSuccessfullyAPIExecuted": true,
"ExceptionMessage": "sample string 32",
"Id": "fac8493e-a34f-4766-bc98-88f62c53b1a4",
"CreatedById": "b9d800f1-95d0-44ec-a610-13a4555adcc1",
"CreatedBy": "sample string 35",
"ModifiedById": "fe09464c-db64-44ff-a594-48935e61b3bd",
"ModifiedBy": "sample string 37",
"AuthorisedById": "b04d4e49-fda0-4c52-b1ca-09ac6074c47c",
"AuthorisedBy": "sample string 38",
"CreatedDate": "2026-03-16T08:11:18.3940005+05:45",
"ModifiedDate": "2026-03-16T08:11:18.3940005+05:45",
"AuthorisedDate": "2026-03-16T08:11:18.3940005+05:45",
"Record_Status": 1,
"RecordStatus": 41
}
application/xml, text/xml
<ScreeningSearchSetupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity">
<AuthorisedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 38</AuthorisedBy>
<AuthorisedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">b04d4e49-fda0-4c52-b1ca-09ac6074c47c</AuthorisedById>
<AuthorisedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</AuthorisedDate>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 35</CreatedBy>
<CreatedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">b9d800f1-95d0-44ec-a610-13a4555adcc1</CreatedById>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</CreatedDate>
<Id xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">fac8493e-a34f-4766-bc98-88f62c53b1a4</Id>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 37</ModifiedBy>
<ModifiedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">fe09464c-db64-44ff-a594-48935e61b3bd</ModifiedById>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</ModifiedDate>
<RecordStatus xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">41</RecordStatus>
<Record_Status xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">Inactive</Record_Status>
<AlreadyScreened>true</AlreadyScreened>
<BranchCode>sample string 2</BranchCode>
<Channel>sample string 24</Channel>
<CititzenshipNumber>sample string 11</CititzenshipNumber>
<CitizenshipIssuedDate>2026-03-16T08:11:18.3783379+05:45</CitizenshipIssuedDate>
<CitizenshipIssuedDistrict>sample string 12</CitizenshipIssuedDistrict>
<CompanyRegistrationAuth>sample string 17</CompanyRegistrationAuth>
<CompanyRegistrationDate>2026-03-16T08:11:18.3783379+05:45</CompanyRegistrationDate>
<CompanyRegistrationNumber>sample string 16</CompanyRegistrationNumber>
<Country>sample string 10</Country>
<CustomerName>sample string 7</CustomerName>
<CustomerNumber>sample string 3</CustomerNumber>
<CustomerUniqueId>c929a7e7-1e86-49d6-b6b9-9d9efb76e9e6</CustomerUniqueId>
<DateOfBirth>2026-03-16T08:11:18.3783379+05:45</DateOfBirth>
<ExceptionMessage>sample string 32</ExceptionMessage>
<FatherName>sample string 20</FatherName>
<Function>sample string 18</Function>
<Gender>sample string 9</Gender>
<GrandFatherName>sample string 19</GrandFatherName>
<IndianEmbassyNumber>sample string 14</IndianEmbassyNumber>
<IsSuccessfullyAPIExecuted>true</IsSuccessfullyAPIExecuted>
<MinimumPercentage>27</MinimumPercentage>
<MotherName>sample string 21</MotherName>
<OnBoarding>29</OnBoarding>
<PANNumber>sample string 15</PANNumber>
<PassportNumber>sample string 13</PassportNumber>
<RedirectionLink>sample string 28</RedirectionLink>
<RelatedCustomerNumber>sample string 4</RelatedCustomerNumber>
<ScreeningBulkUploadId>be244a36-36a5-457c-9fd4-879a2b23905b</ScreeningBulkUploadId>
<ScreeningCode>sample string 1</ScreeningCode>
<ScreeningStatus>sample string 25</ScreeningStatus>
<SearchFor>sample string 5</SearchFor>
<SearchedName>sample string 8</SearchedName>
<SiblingAndRelatedParty>sample string 30</SiblingAndRelatedParty>
<SpouseName>sample string 22</SpouseName>
<TotalRecordsMatched>23</TotalRecordsMatched>
<screeningSearchDetailList>
<ScreeningSearchDetailDTO>
<AuthorisedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 19</AuthorisedBy>
<AuthorisedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">6613bfac-5297-4888-9c47-a83dc1022731</AuthorisedById>
<AuthorisedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</AuthorisedDate>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 16</CreatedBy>
<CreatedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">d0eec791-e6c5-4b1b-8f51-cb868988af13</CreatedById>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</CreatedDate>
<Id xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">0d3371cd-7e56-4bd4-8b50-2b7b1cd3b695</Id>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 18</ModifiedBy>
<ModifiedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">95ee6292-532f-4f3a-8cab-970b802e0f6a</ModifiedById>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</ModifiedDate>
<RecordStatus xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">22</RecordStatus>
<Record_Status xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">Inactive</Record_Status>
<MatchCountry>sample string 5</MatchCountry>
<MatchDateOfBirth>sample string 6</MatchDateOfBirth>
<MatchFunction>sample string 7</MatchFunction>
<MatchNameAccuracy>8.1</MatchNameAccuracy>
<MatchedName>sample string 4</MatchedName>
<Remarks>sample string 13</Remarks>
<ScreeningAction>sample string 9</ScreeningAction>
<ScreeningConfirmationHistories>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.3783379+05:45</CreatedDate>
<Id>64d6d2e8-61fa-415c-8b15-085df471f3c6</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>186909cb-a003-4af7-b197-b71ff8f998f7</ScreeningSearchDetailId>
<UserId>579d8356-0839-40ca-b779-b03e7e89a344</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.3783379+05:45</CreatedDate>
<Id>64d6d2e8-61fa-415c-8b15-085df471f3c6</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>186909cb-a003-4af7-b197-b71ff8f998f7</ScreeningSearchDetailId>
<UserId>579d8356-0839-40ca-b779-b03e7e89a344</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
</ScreeningConfirmationHistories>
<ScreeningDetails>sample string 10</ScreeningDetails>
<ScreeningOrder>12</ScreeningOrder>
<ScreeningSearchSetupId>af7bbbc9-ea3e-442b-9227-462a3b7f2ec5</ScreeningSearchSetupId>
<ScreeningUniqueId>sample string 2</ScreeningUniqueId>
<SearchFor>sample string 11</SearchFor>
<SearchType>sample string 3</SearchType>
</ScreeningSearchDetailDTO>
<ScreeningSearchDetailDTO>
<AuthorisedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 19</AuthorisedBy>
<AuthorisedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">6613bfac-5297-4888-9c47-a83dc1022731</AuthorisedById>
<AuthorisedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</AuthorisedDate>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 16</CreatedBy>
<CreatedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">d0eec791-e6c5-4b1b-8f51-cb868988af13</CreatedById>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</CreatedDate>
<Id xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">0d3371cd-7e56-4bd4-8b50-2b7b1cd3b695</Id>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 18</ModifiedBy>
<ModifiedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">95ee6292-532f-4f3a-8cab-970b802e0f6a</ModifiedById>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.3940005+05:45</ModifiedDate>
<RecordStatus xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">22</RecordStatus>
<Record_Status xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">Inactive</Record_Status>
<MatchCountry>sample string 5</MatchCountry>
<MatchDateOfBirth>sample string 6</MatchDateOfBirth>
<MatchFunction>sample string 7</MatchFunction>
<MatchNameAccuracy>8.1</MatchNameAccuracy>
<MatchedName>sample string 4</MatchedName>
<Remarks>sample string 13</Remarks>
<ScreeningAction>sample string 9</ScreeningAction>
<ScreeningConfirmationHistories>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.3783379+05:45</CreatedDate>
<Id>64d6d2e8-61fa-415c-8b15-085df471f3c6</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>186909cb-a003-4af7-b197-b71ff8f998f7</ScreeningSearchDetailId>
<UserId>579d8356-0839-40ca-b779-b03e7e89a344</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.3783379+05:45</CreatedDate>
<Id>64d6d2e8-61fa-415c-8b15-085df471f3c6</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>186909cb-a003-4af7-b197-b71ff8f998f7</ScreeningSearchDetailId>
<UserId>579d8356-0839-40ca-b779-b03e7e89a344</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
</ScreeningConfirmationHistories>
<ScreeningDetails>sample string 10</ScreeningDetails>
<ScreeningOrder>12</ScreeningOrder>
<ScreeningSearchSetupId>af7bbbc9-ea3e-442b-9227-462a3b7f2ec5</ScreeningSearchSetupId>
<ScreeningUniqueId>sample string 2</ScreeningUniqueId>
<SearchFor>sample string 11</SearchFor>
<SearchType>sample string 3</SearchType>
</ScreeningSearchDetailDTO>
</screeningSearchDetailList>
</ScreeningSearchSetupDTO>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
ScreeningSearchSetupDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ScreeningCode | string |
Required String length: inclusive between 0 and 100 |
|
| BranchCode | string |
Required String length: inclusive between 0 and 5 |
|
| CustomerNumber | string |
String length: inclusive between 0 and 100 |
|
| RelatedCustomerNumber | string |
String length: inclusive between 0 and 20 |
|
| SearchFor | string |
Required String length: inclusive between 0 and 200 |
|
| CustomerUniqueId | globally unique identifier |
None. |
|
| CustomerName | string |
Required String length: inclusive between 0 and 500 |
|
| SearchedName | string |
Required String length: inclusive between 0 and 500 |
|
| Gender | string |
String length: inclusive between 0 and 10 |
|
| Country | string |
Required String length: inclusive between 0 and 200 |
|
| DateOfBirth | date |
None. |
|
| CititzenshipNumber | string |
String length: inclusive between 0 and 200 |
|
| CitizenshipIssuedDate | date |
None. |
|
| CitizenshipIssuedDistrict | string |
String length: inclusive between 0 and 200 |
|
| PassportNumber | string |
String length: inclusive between 0 and 200 |
|
| IndianEmbassyNumber | string |
String length: inclusive between 0 and 200 |
|
| PANNumber | string |
String length: inclusive between 0 and 200 |
|
| CompanyRegistrationNumber | string |
String length: inclusive between 0 and 200 |
|
| CompanyRegistrationDate | date |
None. |
|
| CompanyRegistrationAuth | string |
String length: inclusive between 0 and 500 |
|
| Function | string |
String length: inclusive between 0 and 200 |
|
| GrandFatherName | string |
String length: inclusive between 0 and 500 |
|
| FatherName | string |
String length: inclusive between 0 and 500 |
|
| MotherName | string |
String length: inclusive between 0 and 500 |
|
| SpouseName | string |
String length: inclusive between 0 and 500 |
|
| TotalRecordsMatched | integer |
None. |
|
| Channel | string |
String length: inclusive between 0 and 200 |
|
| ScreeningStatus | string |
None. |
|
| AlreadyScreened | boolean |
None. |
|
| MinimumPercentage | integer |
None. |
|
| RedirectionLink | string |
None. |
|
| ScreeningBulkUploadId | globally unique identifier |
None. |
|
| OnBoarding | integer |
None. |
|
| screeningSearchDetailList | Collection of ScreeningSearchDetailDTO |
None. |
|
| SiblingAndRelatedParty | string |
None. |
|
| IsSuccessfullyAPIExecuted | boolean |
None. |
|
| ExceptionMessage | string |
None. |
|
| Id | globally unique identifier |
None. |
|
| CreatedById | globally unique identifier |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedById | globally unique identifier |
None. |
|
| ModifiedBy | string |
None. |
|
| AuthorisedById | globally unique identifier |
None. |
|
| AuthorisedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| AuthorisedDate | date |
None. |
|
| Record_Status | Record_Status |
None. |
|
| RecordStatus | integer |
None. |
Response Formats
application/json, text/json
{
"ScreeningCode": "sample string 1",
"BranchCode": "sample string 2",
"CustomerNumber": "sample string 3",
"RelatedCustomerNumber": "sample string 4",
"SearchFor": "sample string 5",
"CustomerUniqueId": "ba4811ed-fbc8-4a82-882f-8b9de62374c3",
"CustomerName": "sample string 7",
"SearchedName": "sample string 8",
"Gender": "sample string 9",
"Country": "sample string 10",
"DateOfBirth": "2026-03-16T08:11:18.4882117+05:45",
"CititzenshipNumber": "sample string 11",
"CitizenshipIssuedDate": "2026-03-16T08:11:18.4882117+05:45",
"CitizenshipIssuedDistrict": "sample string 12",
"PassportNumber": "sample string 13",
"IndianEmbassyNumber": "sample string 14",
"PANNumber": "sample string 15",
"CompanyRegistrationNumber": "sample string 16",
"CompanyRegistrationDate": "2026-03-16T08:11:18.4882117+05:45",
"CompanyRegistrationAuth": "sample string 17",
"Function": "sample string 18",
"GrandFatherName": "sample string 19",
"FatherName": "sample string 20",
"MotherName": "sample string 21",
"SpouseName": "sample string 22",
"TotalRecordsMatched": 23,
"Channel": "sample string 24",
"ScreeningStatus": "sample string 25",
"AlreadyScreened": true,
"MinimumPercentage": 27,
"RedirectionLink": "sample string 28",
"ScreeningBulkUploadId": "11aa0a7f-64a4-4717-9acf-952b47bb83dd",
"OnBoarding": 29,
"screeningSearchDetailList": [
{
"ScreeningSearchSetupId": "f5cad39d-50d3-4c45-933c-cf4a5597433d",
"ScreeningUniqueId": "sample string 2",
"SearchType": "sample string 3",
"MatchedName": "sample string 4",
"MatchCountry": "sample string 5",
"MatchDateOfBirth": "sample string 6",
"MatchFunction": "sample string 7",
"MatchNameAccuracy": 8.1,
"ScreeningAction": "sample string 9",
"ScreeningDetails": "sample string 10",
"SearchFor": "sample string 11",
"ScreeningOrder": 12,
"Remarks": "sample string 13",
"ScreeningConfirmationHistories": [
{
"Id": "1072cbe8-ff97-4bb0-a4c7-4bec22038952",
"ScreeningSearchDetailId": "080d9353-2a1f-4e8e-964e-3cd7fcd43c44",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5",
"CreatedDate": "2026-03-16T08:11:18.4882117+05:45"
},
{
"Id": "1072cbe8-ff97-4bb0-a4c7-4bec22038952",
"ScreeningSearchDetailId": "080d9353-2a1f-4e8e-964e-3cd7fcd43c44",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5",
"CreatedDate": "2026-03-16T08:11:18.4882117+05:45"
}
],
"Id": "e4692d65-0c9e-4f95-8985-333e820328f4",
"CreatedById": "d923ae82-0434-4e3a-8c12-351e766c647f",
"CreatedBy": "sample string 16",
"ModifiedById": "48c9e38b-677f-477b-b834-8c83c15f641f",
"ModifiedBy": "sample string 18",
"AuthorisedById": "25496c98-52cd-4684-9bca-09dfce96864c",
"AuthorisedBy": "sample string 19",
"CreatedDate": "2026-03-16T08:11:18.4882117+05:45",
"ModifiedDate": "2026-03-16T08:11:18.4882117+05:45",
"AuthorisedDate": "2026-03-16T08:11:18.4882117+05:45",
"Record_Status": 1,
"RecordStatus": 22
},
{
"ScreeningSearchSetupId": "f5cad39d-50d3-4c45-933c-cf4a5597433d",
"ScreeningUniqueId": "sample string 2",
"SearchType": "sample string 3",
"MatchedName": "sample string 4",
"MatchCountry": "sample string 5",
"MatchDateOfBirth": "sample string 6",
"MatchFunction": "sample string 7",
"MatchNameAccuracy": 8.1,
"ScreeningAction": "sample string 9",
"ScreeningDetails": "sample string 10",
"SearchFor": "sample string 11",
"ScreeningOrder": 12,
"Remarks": "sample string 13",
"ScreeningConfirmationHistories": [
{
"Id": "1072cbe8-ff97-4bb0-a4c7-4bec22038952",
"ScreeningSearchDetailId": "080d9353-2a1f-4e8e-964e-3cd7fcd43c44",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5",
"CreatedDate": "2026-03-16T08:11:18.4882117+05:45"
},
{
"Id": "1072cbe8-ff97-4bb0-a4c7-4bec22038952",
"ScreeningSearchDetailId": "080d9353-2a1f-4e8e-964e-3cd7fcd43c44",
"Remarks": "sample string 3",
"Username": "sample string 4",
"UserId": "f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5",
"CreatedDate": "2026-03-16T08:11:18.4882117+05:45"
}
],
"Id": "e4692d65-0c9e-4f95-8985-333e820328f4",
"CreatedById": "d923ae82-0434-4e3a-8c12-351e766c647f",
"CreatedBy": "sample string 16",
"ModifiedById": "48c9e38b-677f-477b-b834-8c83c15f641f",
"ModifiedBy": "sample string 18",
"AuthorisedById": "25496c98-52cd-4684-9bca-09dfce96864c",
"AuthorisedBy": "sample string 19",
"CreatedDate": "2026-03-16T08:11:18.4882117+05:45",
"ModifiedDate": "2026-03-16T08:11:18.4882117+05:45",
"AuthorisedDate": "2026-03-16T08:11:18.4882117+05:45",
"Record_Status": 1,
"RecordStatus": 22
}
],
"SiblingAndRelatedParty": "sample string 30",
"IsSuccessfullyAPIExecuted": true,
"ExceptionMessage": "sample string 32",
"Id": "6af15d6b-7606-4d27-8b83-b27337da3e7b",
"CreatedById": "6ccc25ce-7e74-4371-910e-b60701c32052",
"CreatedBy": "sample string 35",
"ModifiedById": "771d7cdf-2506-429d-8464-194b335280d7",
"ModifiedBy": "sample string 37",
"AuthorisedById": "6af8d6ce-46a9-4724-85af-94d5404cb981",
"AuthorisedBy": "sample string 38",
"CreatedDate": "2026-03-16T08:11:18.4882117+05:45",
"ModifiedDate": "2026-03-16T08:11:18.4882117+05:45",
"AuthorisedDate": "2026-03-16T08:11:18.4882117+05:45",
"Record_Status": 1,
"RecordStatus": 41
}
application/xml, text/xml
<ScreeningSearchSetupDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity">
<AuthorisedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 38</AuthorisedBy>
<AuthorisedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">6af8d6ce-46a9-4724-85af-94d5404cb981</AuthorisedById>
<AuthorisedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</AuthorisedDate>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 35</CreatedBy>
<CreatedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">6ccc25ce-7e74-4371-910e-b60701c32052</CreatedById>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</CreatedDate>
<Id xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">6af15d6b-7606-4d27-8b83-b27337da3e7b</Id>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 37</ModifiedBy>
<ModifiedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">771d7cdf-2506-429d-8464-194b335280d7</ModifiedById>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</ModifiedDate>
<RecordStatus xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">41</RecordStatus>
<Record_Status xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">Inactive</Record_Status>
<AlreadyScreened>true</AlreadyScreened>
<BranchCode>sample string 2</BranchCode>
<Channel>sample string 24</Channel>
<CititzenshipNumber>sample string 11</CititzenshipNumber>
<CitizenshipIssuedDate>2026-03-16T08:11:18.4882117+05:45</CitizenshipIssuedDate>
<CitizenshipIssuedDistrict>sample string 12</CitizenshipIssuedDistrict>
<CompanyRegistrationAuth>sample string 17</CompanyRegistrationAuth>
<CompanyRegistrationDate>2026-03-16T08:11:18.4882117+05:45</CompanyRegistrationDate>
<CompanyRegistrationNumber>sample string 16</CompanyRegistrationNumber>
<Country>sample string 10</Country>
<CustomerName>sample string 7</CustomerName>
<CustomerNumber>sample string 3</CustomerNumber>
<CustomerUniqueId>ba4811ed-fbc8-4a82-882f-8b9de62374c3</CustomerUniqueId>
<DateOfBirth>2026-03-16T08:11:18.4882117+05:45</DateOfBirth>
<ExceptionMessage>sample string 32</ExceptionMessage>
<FatherName>sample string 20</FatherName>
<Function>sample string 18</Function>
<Gender>sample string 9</Gender>
<GrandFatherName>sample string 19</GrandFatherName>
<IndianEmbassyNumber>sample string 14</IndianEmbassyNumber>
<IsSuccessfullyAPIExecuted>true</IsSuccessfullyAPIExecuted>
<MinimumPercentage>27</MinimumPercentage>
<MotherName>sample string 21</MotherName>
<OnBoarding>29</OnBoarding>
<PANNumber>sample string 15</PANNumber>
<PassportNumber>sample string 13</PassportNumber>
<RedirectionLink>sample string 28</RedirectionLink>
<RelatedCustomerNumber>sample string 4</RelatedCustomerNumber>
<ScreeningBulkUploadId>11aa0a7f-64a4-4717-9acf-952b47bb83dd</ScreeningBulkUploadId>
<ScreeningCode>sample string 1</ScreeningCode>
<ScreeningStatus>sample string 25</ScreeningStatus>
<SearchFor>sample string 5</SearchFor>
<SearchedName>sample string 8</SearchedName>
<SiblingAndRelatedParty>sample string 30</SiblingAndRelatedParty>
<SpouseName>sample string 22</SpouseName>
<TotalRecordsMatched>23</TotalRecordsMatched>
<screeningSearchDetailList>
<ScreeningSearchDetailDTO>
<AuthorisedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 19</AuthorisedBy>
<AuthorisedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">25496c98-52cd-4684-9bca-09dfce96864c</AuthorisedById>
<AuthorisedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</AuthorisedDate>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 16</CreatedBy>
<CreatedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">d923ae82-0434-4e3a-8c12-351e766c647f</CreatedById>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</CreatedDate>
<Id xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">e4692d65-0c9e-4f95-8985-333e820328f4</Id>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 18</ModifiedBy>
<ModifiedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">48c9e38b-677f-477b-b834-8c83c15f641f</ModifiedById>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</ModifiedDate>
<RecordStatus xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">22</RecordStatus>
<Record_Status xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">Inactive</Record_Status>
<MatchCountry>sample string 5</MatchCountry>
<MatchDateOfBirth>sample string 6</MatchDateOfBirth>
<MatchFunction>sample string 7</MatchFunction>
<MatchNameAccuracy>8.1</MatchNameAccuracy>
<MatchedName>sample string 4</MatchedName>
<Remarks>sample string 13</Remarks>
<ScreeningAction>sample string 9</ScreeningAction>
<ScreeningConfirmationHistories>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.4882117+05:45</CreatedDate>
<Id>1072cbe8-ff97-4bb0-a4c7-4bec22038952</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>080d9353-2a1f-4e8e-964e-3cd7fcd43c44</ScreeningSearchDetailId>
<UserId>f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.4882117+05:45</CreatedDate>
<Id>1072cbe8-ff97-4bb0-a4c7-4bec22038952</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>080d9353-2a1f-4e8e-964e-3cd7fcd43c44</ScreeningSearchDetailId>
<UserId>f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
</ScreeningConfirmationHistories>
<ScreeningDetails>sample string 10</ScreeningDetails>
<ScreeningOrder>12</ScreeningOrder>
<ScreeningSearchSetupId>f5cad39d-50d3-4c45-933c-cf4a5597433d</ScreeningSearchSetupId>
<ScreeningUniqueId>sample string 2</ScreeningUniqueId>
<SearchFor>sample string 11</SearchFor>
<SearchType>sample string 3</SearchType>
</ScreeningSearchDetailDTO>
<ScreeningSearchDetailDTO>
<AuthorisedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 19</AuthorisedBy>
<AuthorisedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">25496c98-52cd-4684-9bca-09dfce96864c</AuthorisedById>
<AuthorisedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</AuthorisedDate>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 16</CreatedBy>
<CreatedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">d923ae82-0434-4e3a-8c12-351e766c647f</CreatedById>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</CreatedDate>
<Id xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">e4692d65-0c9e-4f95-8985-333e820328f4</Id>
<ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">sample string 18</ModifiedBy>
<ModifiedById xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">48c9e38b-677f-477b-b834-8c83c15f641f</ModifiedById>
<ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">2026-03-16T08:11:18.4882117+05:45</ModifiedDate>
<RecordStatus xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">22</RecordStatus>
<Record_Status xmlns="http://schemas.datacontract.org/2004/07/KYCAML.Entity.DTO">Inactive</Record_Status>
<MatchCountry>sample string 5</MatchCountry>
<MatchDateOfBirth>sample string 6</MatchDateOfBirth>
<MatchFunction>sample string 7</MatchFunction>
<MatchNameAccuracy>8.1</MatchNameAccuracy>
<MatchedName>sample string 4</MatchedName>
<Remarks>sample string 13</Remarks>
<ScreeningAction>sample string 9</ScreeningAction>
<ScreeningConfirmationHistories>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.4882117+05:45</CreatedDate>
<Id>1072cbe8-ff97-4bb0-a4c7-4bec22038952</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>080d9353-2a1f-4e8e-964e-3cd7fcd43c44</ScreeningSearchDetailId>
<UserId>f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
<ScreeningConfirmationHistory>
<CreatedDate>2026-03-16T08:11:18.4882117+05:45</CreatedDate>
<Id>1072cbe8-ff97-4bb0-a4c7-4bec22038952</Id>
<Remarks>sample string 3</Remarks>
<ScreeningSearchDetailId>080d9353-2a1f-4e8e-964e-3cd7fcd43c44</ScreeningSearchDetailId>
<UserId>f6c4d84a-aa7c-47e7-8e7a-c7baa7690ec5</UserId>
<Username>sample string 4</Username>
</ScreeningConfirmationHistory>
</ScreeningConfirmationHistories>
<ScreeningDetails>sample string 10</ScreeningDetails>
<ScreeningOrder>12</ScreeningOrder>
<ScreeningSearchSetupId>f5cad39d-50d3-4c45-933c-cf4a5597433d</ScreeningSearchSetupId>
<ScreeningUniqueId>sample string 2</ScreeningUniqueId>
<SearchFor>sample string 11</SearchFor>
<SearchType>sample string 3</SearchType>
</ScreeningSearchDetailDTO>
</screeningSearchDetailList>
</ScreeningSearchSetupDTO>