POST api/v1/credit/xds-credit-bureau-search

Request Information

URI Parameters

None.

Body Parameters

CreditBureauSearchViewModel
NameDescriptionTypeAdditional information
userName

string

None.

password

string

None.

creditBureauId

integer

None.

searchType

integer

None.

enquiryReason

string

None.

customerName

string

None.

gender

string

None.

dateOfBirth

string

None.

identification

string

None.

accountOrRegistrationNumber

string

None.

chargeBusiness

boolean

None.

companyId

integer

None.

companyName

string

None.

company

string

None.

createdBy

integer

None.

lastUpdatedBy

integer

None.

dateTimeCreated

date

None.

dateTimeUpdated

date

None.

deleted

boolean

None.

deletedBy

integer

None.

dateTimeDeleted

date

None.

canModified

boolean

None.

userBranchId

integer

None.

sourceBranchId

integer

None.

userIPAddress

string

None.

applicationUrl

string

None.

systemCurrentDate

date

None.

systemArrivalDateTime

date

None.

staffId

integer

None.

username

string

None.

passCode

string

None.

countryId

integer

None.

productId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "productId": "sample string 1",
  "userName": "sample string 1",
  "password": "sample string 2",
  "creditBureauId": 3,
  "searchType": 4,
  "enquiryReason": "sample string 5",
  "customerName": "sample string 6",
  "gender": "sample string 7",
  "dateOfBirth": "sample string 8",
  "identification": "sample string 9",
  "accountOrRegistrationNumber": "sample string 10",
  "chargeBusiness": true,
  "companyId": 12,
  "companyName": "sample string 13",
  "company": "sample string 14",
  "createdBy": 15,
  "lastUpdatedBy": 16,
  "dateTimeCreated": "2025-05-16T04:50:50.2656527+01:00",
  "dateTimeUpdated": "2025-05-16T04:50:50.2706525+01:00",
  "deleted": true,
  "deletedBy": 1,
  "dateTimeDeleted": "2025-05-16T04:50:50.2706525+01:00",
  "canModified": true,
  "userBranchId": 20,
  "sourceBranchId": 21,
  "userIPAddress": "sample string 22",
  "applicationUrl": "sample string 23",
  "systemCurrentDate": "2025-05-16T04:50:50.2706525+01:00",
  "systemArrivalDateTime": "2025-05-16T04:50:50.2706525+01:00",
  "staffId": 24,
  "username": "sample string 25",
  "passCode": "sample string 26",
  "countryId": 27
}

application/xml, text/xml

Sample:
<CreditBureauSearchViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels.ThridPartyIntegration">
  <applicationUrl xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 23</applicationUrl>
  <canModified xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">true</canModified>
  <company xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 14</company>
  <companyId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">12</companyId>
  <companyName xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 13</companyName>
  <countryId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">27</countryId>
  <createdBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">15</createdBy>
  <dateTimeCreated xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-16T04:50:50.2656527+01:00</dateTimeCreated>
  <dateTimeDeleted xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-16T04:50:50.2706525+01:00</dateTimeDeleted>
  <dateTimeUpdated xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-16T04:50:50.2706525+01:00</dateTimeUpdated>
  <deleted xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">true</deleted>
  <deletedBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">1</deletedBy>
  <lastUpdatedBy xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">16</lastUpdatedBy>
  <passCode xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 26</passCode>
  <sourceBranchId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">21</sourceBranchId>
  <staffId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">24</staffId>
  <systemArrivalDateTime xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-16T04:50:50.2706525+01:00</systemArrivalDateTime>
  <systemCurrentDate xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">2025-05-16T04:50:50.2706525+01:00</systemCurrentDate>
  <userBranchId xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">20</userBranchId>
  <userIPAddress xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 22</userIPAddress>
  <username xmlns="http://schemas.datacontract.org/2004/07/FintrakBanking.ViewModels">sample string 25</username>
  <accountOrRegistrationNumber>sample string 10</accountOrRegistrationNumber>
  <chargeBusiness>true</chargeBusiness>
  <creditBureauId>3</creditBureauId>
  <customerName>sample string 6</customerName>
  <dateOfBirth>sample string 8</dateOfBirth>
  <enquiryReason>sample string 5</enquiryReason>
  <gender>sample string 7</gender>
  <identification>sample string 9</identification>
  <password>sample string 2</password>
  <productId>sample string 1</productId>
  <searchType>4</searchType>
  <userName>sample string 1</userName>
</CreditBureauSearchViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />