Business Document

Business Document

A business document represents a business and contains information that pertains to the business, such as DUNS and the AbiliTec Business links.

Sample business document. Shown in JSON format.

{
  "business": {
    "id": "303030300040e10661f51e290808490d0da9e5ad93"
  },
  "validationErrors": {
    "invalidParameters": [
      "phone",
      "zipCode"
    ]
  },
  "abilitecBusiness": {
    "businessLink": "0000US0500JR2NCJ"
  },
  "duns": {
    "dunsNumber": "123456789"
  }
}

NOTE: Sample documents include sample ids and content, and may not include all possible data attributes. This is for illustration purposes only.