cURL
curl --request PATCH \ --url https://api-alpha.fourvenues.com/integrations/tickets/supplement-product-quantity-used/{ticketId} \ --header 'Content-Type: application/json' \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>' \ --data ' { "supplement_slug": "bus", "product_quantity_used": 1 } '
{ "data": { "success": true } }
Update the product quantity used of a supplement given its slug.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Id of the ticket
Body of the request
Slug of the supplement.
"bus"
Quantity of the supplement used.
1
HTTP OK
Show child attributes