Redeem Code
Redeem Coupon/QR code where codes are system generated for an utility
Body
utilityIdstringRequired
codestringRequired
Responses
201
Code redeemed successfully
application/json
Responseobject
500
Server error
application/json
post
POST /verify HTTP/1.1
Host: utility.danlabs.xyz
Content-Type: application/json
Accept: */*
Content-Length: 34
{
"utilityId": "text",
"code": "text"
}
{}
Last updated