Build On Dexterous

Dexterous RESTful API

Developer tools

At Dexterous we have a full RESTful API allowing for easy integration into the Dexterous framework. Our API has been used by developers all around the world. Below are a few examples of our API calls.

  {
    "id": 1,
    "segment": "0",
    "name": "ABC Company"
  },
  {
    "id": 2,
    "segment": "0",
    "name": "ACME Company"
  },
  {
    "id": 3,
    "segment": "0",
    "name": "ACME Supplier"
  },

                
{
  "outputInvoiceAddress": "",
  "operator": "",
  "id": 1,
  "code": "0",
  "customer": {
    "outputName": "ABC Company",
    "companyName": "ABC Company,
    "id": 5
  },
  "salesOrder": {
    "packingUnits": 0,
    "id": 6,
    "code": "3",
    "division": {
      "outputName": "DEX: Dexterous",
      "id": 1,
      "code": "DEX",
      "name": "Dexterous",
      "ABN": "",
      "ACN": "",
      "address": {},
      "phone": "1300 659 103",
      "email": "rnisi@dexterouspro.com",
      "xeroOverride": true
    },
            
 {
    "id": 1,
    "contacts": [],
    "users": [
      {
        "id": 1,
        "user": {
          "id": 1,
          "username": "Admin Account",
          "email": "info@example.com",
          "fullname": "John Smith",
          "departments": [
            {
              "id": 1,
              "name": "Dexterous",
              "calendar_use_picker": true,
              "calendar_colour": "#8000ff",
              "calendar_start_hour": 0,
              "calendar_end_hour": 0,
              "max_scheduled_hours_per_day": 8
            }
          ],
          "company": {},
          "polls": [],
          "hasAdminAccess": true,
          "contact": {},
          "job_reminders": []
        }
      }
                            
{
  "products": [
    {
      "id": 6,
      "code": "DEX",
      "name": "Software",
      "productCategory_id": 3,
      "productCategory_outputName": "DEXTEROUS: Software"
    },
    {
      "id": 1,
      "code": "DEXPRO",
      "name": "Consulting",
      "productCategory_id": 1,
      "productCategory_outputName": "DEXTEROUS: Software"
    },