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

SERVICE_BULK_RAF_COUNT_UPDATE_CUSTOMERS

{
  "type" : "object",
  "properties" : {
    "previousRafCount" : {
      "type" : "string"
    },
    "newRafCount" : {
      "type" : "string"
    }
  },
  "required": ["previousRafCount", "newRafCount"]
}