Last updated 10 months ago
Was this helpful?
Perform various operations for Symitar parameters.
Symitar eDocs References: Coming soon.
Retrieve a credit report.
The authorization object required for the operation. Only one credential type is required (if multiple are available) as long as it is configured in SymXchange parameters.
{"AdministrativeCredentials":{"Password":"suwn37834b91&"}}
The custom object for NexumAPI request attributes.
{"customFields":{"appId":"glaci"}}
POST /nexum/627/2022.01/parameter/getCreditReport HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT Content-Type: application/json Accept: */* Content-Length: 124 { "Credentials": { "AdministrativeCredentials": { "Password": "suwn37834b91&" } }, "nxAttributes": { "customFields": { "appId": "glaci" } } }
Successful operation.
{ "CreditReport": { "CollateralAccountType": [ { "EntryId": 1, "CollateralAccountType": "text" } ], "CollateralPortfolioType": [ { "EntryId": 1, "CollateralPortfolioType": 1 } ], "CreditCardBalOption": 1, "EquifaxProgramId": "text", "ExperianProgramId": "text", "InnovisProgramId": "text", "LastReportDate": "2025-05-22", "NameLogic": 1, "PaymentHistoryLogic": 1, "ReportTapeFormat": 1, "ShareAccountType": "text", "SubscriberCode": "text", "TransUnionProgramId": "text" } }
Retrieve select fields for a credit report.
POST /nexum/627/2022.01/parameter/getCreditReportSelectFields HTTP/1.1 Host: naas.ymcu.libum.io Authorization: Bearer JWT 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" } } }