HomeGuidesAPIsReleasesDownloadsDeveloperEvents
Log In
Guides
These docs are for v2024.02. Click to read the latest docs for v2024.08.01.

SERVICE_CUSTOMER_ANONYMISED

{
  "type" : "object",
  "properties" : {
    "customerId" : {
      "type" : "string"
    },
    "externalUniqueIdentifier" : {
      "type" : "string"
    },
    "username" : {
      "type" : "string"
    },
    "lastName" : {
      "type" : "string"
    },
    "active" : {
      "type" : "boolean"
    },
  },
  "required": ["customerId", "username", "lastName", "active"]
}