Skip to content

Common Entities

Company

"company": {
  "companyId": 314294560,
  "headCompanyId": 0
  "name": "Wal-Mart Inc.",
  "dba": "Sams Club",
  "address": {
    "type": "HQ",
    "address1": "702 South West 8th Street",
    "address2": "",
    "city": "Bentonville",
    "state": {
      "code": "AR",
      "name": ""
    },
    "postalCode": "72716",
    "country": {
      "name": "United States",
      "isoCountryCode": "US"
    }
  }
}
  • companyId - Unique identifier associated with a company
  • headCompanyId - Identifier of the parent company.
  • name - Legal Name of the company
  • dba - (Doing Busines As) Operating Name of the company
  • address Address of the company

Company Score

Company Score at the time of application approval.

"companyScore": {
  "assignedCreditLine": 400000,
  "dibs": 55,
  "dibsConfidence": 89,
  "fibs": 69,
  "fibsConfidence": 96,
  "calculatedCreditLine": 475440000,
}
  • assignedCreditLine - Client Credit Limit at the time of application approval.
  • fibs - Business Viability Index score at the time of approval.
  • fibsConfidence - Confidence in Business Viability Index.
  • dibs - Payment Outlook Index score at the time of application approval.
  • dibsConfidence - Confidence in Payment Outlook Index.
  • calculatedCreditLine - Calculated Credit Limit

Contact

The contact object contains informatino about the buyer

"contact": {
  "firstName": "String",
  "lastName": "String",
  "email": "String"
}
  • email - Email address of the user
  • firstName - (Optional) First name of the user
  • lastName - (Optional) Last name of the user

Application Users

"applicationUsers": [
  {
    "userType": "String",
    "userId": "String",
    "userEmailAddress": "String",
    "userName": "String"
  }
]
  • userType - Type of the user. Refer Appendix -> Data Enumeration for values
  • userId - Unique identifier for the user
  • userEmailAddress - email address of the user
  • userName - Name of the user

Application Status

"applicationStatus": {
  "title": "In Review",
  "statusDate": "2020-08-10T12:53:23.703+0000",
  "type": "Under Review"
}
  • title - Title of the workflow step on the applicationform.
  • statusDate - Date on which the application moved into the current status
  • type - Application Status type. Refer to Appendix -> Data Enumeration for further details

Audit Data

"auditData": {
  "activityUser": "String",
  "activityUserEmailAddress": "String",
  "activityDate": "String"
}
  • activityDate - AuditData object creation date
  • activityUserEmailAddress** - Email address of the user
  • activityUser - Name of the user