CreditReport
Perform various operations for Symitar parameters.
Operations
Retrieve a credit report.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getCreditReportPOST /nexum/627/2022.01/parameter/getCreditReport HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 124
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CreditReport": {
"CollateralAccountType": [
{
"EntryId": 1,
"CollateralAccountType": "text"
}
],
"CollateralPortfolioType": [
{
"EntryId": 1,
"CollateralPortfolioType": 1
}
],
"CreditCardBalOption": 1,
"EquifaxProgramId": "text",
"ExperianProgramId": "text",
"InnovisProgramId": "text",
"LastReportDate": "2025-11-06",
"NameLogic": 1,
"PaymentHistoryLogic": 1,
"ReportTapeFormat": 1,
"ShareAccountType": "text",
"SubscriberCode": "text",
"TransUnionProgramId": "text"
}
}Retrieve select fields for a credit report.
Authorizations
Body
Responses
200
Successful operation.
application/json
post
/getCreditReportSelectFieldsPOST /nexum/627/2022.01/parameter/getCreditReportSelectFields HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 525
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"SelectableFields": {
"IncludeAllCreditReportFields": true,
"CreditReportFields": {
"CollateralAccountType": [
1
],
"CollateralPortfolioType": [
1
],
"CreditCardBalOption": true,
"EquifaxProgramId": true,
"ExperianProgramId": true,
"InnovisProgramId": true,
"LastReportDate": true,
"NameLogic": true,
"PaymentHistoryLogic": true,
"ReportTapeFormat": true,
"ShareAccountType": true,
"SubscriberCode": true,
"TransUnionProgramId": true
}
},
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}200
Successful operation.
{
"CreditReport": {
"CollateralAccountType": [
{
"EntryId": 1,
"CollateralAccountType": "text"
}
],
"CollateralPortfolioType": [
{
"EntryId": 1,
"CollateralPortfolioType": 1
}
],
"CreditCardBalOption": 1,
"EquifaxProgramId": "text",
"ExperianProgramId": "text",
"InnovisProgramId": "text",
"LastReportDate": "2025-11-06",
"NameLogic": 1,
"PaymentHistoryLogic": 1,
"ReportTapeFormat": 1,
"ShareAccountType": "text",
"SubscriberCode": "text",
"TransUnionProgramId": "text"
}
}Last updated
Was this helpful?