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

SERVICE_PROMOCODE_PROMOTION_CREATE

{
  "type" : "object",
  "properties" : {
    "id" : {
      "type" : "string"
    },
    "name" : {
      "type" : "string"
    },
    "description" : {
      "type" : "string"
    },
    "promoCodeBatches" : {
      "type" : "array",
      "items" : {
        "type" : "object",
        "properties" : {
          "id" : {
            "type" : "string"
          },
          "creationType" : {
            "type" : "string",
            "enum" : [ "GENERATE", "UPLOAD" ]
          },
          "creationStatus" : {
            "type" : "string",
            "enum" : [ "WAITING", "WORKING", "CANCEL_REQUESTED", "CANCELLED", "COMPLETE", "FAILED", "REMOVED" ]
          }
        }
      }
    }
  }
}