create
Developing
POST
/v1/awarded-boxes-combo
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/awarded-boxes-combo' \
--header 'Content-Type: application/json' \
--data-raw '{
"raffleId": "942396a0-8edb-4766-a8e7-9eb8cc61163b",
"quantityTitles": 1000,
"quantityBoxes": 5
}'
Response Response Example
{
"error": "string",
"statusCode": 0,
"message": {
"quantityTitles": [
"string"
],
"quantityBoxes": [
"string"
]
}
}
Request
Body Params application/json