create_ticket
Create a purchase ticket for an employee requesting items such as laptops or IDs. Provide employee name, item, and reason to generate a confirmation.
Instructions
Create ticket for buying items for the employee
:param emp_name: Nane of the employee
:param item: Item Requested(example: Laptop or ID)
:param reason: reason for the request
returns : Confiramtion of Ticket GenratedInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item | Yes | ||
| emp_id | Yes | ||
| reason | Yes |