cURL
curl --request POST \ --url https://channels-service-alpha.fourvenues.com/lists \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "list_rate_id": "5f8d0f8b9d2b3b0017b6d8a0", "send_notification": false, "list": { "qr_code": "ABCDE12345", "observations_referral": "Observations...", "for": 5, "full_name": "John Doe", "email": "john@fourvenues.com", "language": "en" } } '
{ "data": { "_id": "1643064796675", "event_id": "1643064796675", "list_rate_id": "1643064796675", "total_men": 3, "total_women": 2, "total_no_gender": 0, "prices": [ { "_id": "1683803249490", "men": 2, "women": 1, "no_gender": 0, "price": 50 } ], "channel_id": "1643064796675", "qr_code": "P3SQ1TFSK", "full_name": "John Doe", "email": "email@email.com", "tags": [ "Free drink" ], "for": 5, "enter": 5, "language": "es", "observations_referral": "asdfghjkl123456", "observations_reception": "", "entry_time": "2024-09-04T07:32:26.000Z", "raised": 153 }, "success": true }
Documentation IndexFetch the complete documentation index at: https://docs.fourvenues.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fourvenues.com/llms.txt
Use this file to discover all available pages before exploring further.
List rate id of a list.
"5f8d0f8b9d2b3b0017b6d8a0"
Notify the QR for list
false
Show child attributes
OK