post https://app.vindi.com.br/api/v1/discounts
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://app.vindi.com.br/api/v1/discounts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"discount_type": "percentage"
}
'
xxxxxxxxxx
19{
"id": 0,
"discount_type": "percentage",
"percentage": 0,
"amount": 0,
"quantity": 0,
"cycles": 0,
"status": "active",
"created_at": "string",
"updated_at": "string",
"product_item": {
"id": 0,
"product": {
"id": 0,
"name": "string",
"code": "string"
}
}
}