Create
The following routes are available for create customer service card:
Documentation activateVoucher.php
GET /activateVoucher.php
Url with params
/activateVoucher.php?&user=user&password=password&cardnr=1598888&addressnr=5244
- query:
- user: string
- password: string
- cardnr: string
- addressnr: string
- body: none
- response:
Create Service card
{
"success": true,
"status": 0,
"data": {
"vouchercode": "551086329502880000",
"alphacode": "PBE99BT"
}
}