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" ]
}
}
}
}
}
}
Updated 10 months ago