GiftKarte — Issuance API
POSTIssuance API
https://giftkarte.com/api/v1/issuance
Create Issuance
This endpoint allows you to create a new issuance entry.
Request Body
auth_key
(string, required): The authentication key.company_id
(number, required): The ID of the company.employee_id
(number, required): The ID of the employee.employee_name
(string, required): The name of the employee.employee_email
(string, required): The email of the employee.employee_phone
(string, required): The phone number of the employee.points_redeemed
(number, required): The points redeemed by the employee.amount_pkr
(number, required): The amount in PKR.company_name
(string, required): The name of the company.
Response
message
(string): A message indicating the status of the request.status
(string): The status of the request.
Example
HEADERS
Content-Type
Bodyraw (json)
Loading