API Voucher Endpoints
This document provides details about the endpoints used in the Funbooker Voucher API.
{ "listingId": 12345, "listingItems": [ { "quantity": 2, "listingItemId": 12345, "unitPrice": 123 } ], "giftName": "John", "giftReceiverName": "Roman", "giftMessage": "Happy birthday" }
Last updated