Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://blessed-toad-definitely.ngrok-free.app/api/voucher \ --header 'Content-Type: application/json' \ --data ' { "namaVoucher": "Voucher Hari Ini", "diskonRate": 10, "tanggalExpired": "2021-12-31" } '
Name of the voucher
"Voucher Hari Ini"
Discount rate of the voucher
10
Expired date of the voucher
"2021-12-31"
Voucher created successfully