OVER 500 AUCTION SITE CREATED, AND COUNTING
OVER 1 BILLION TRANSACTIONS PROCESSED IN LAST 4 YEARS

Corporate Employee Rewards

Back

One of the recent time best-equipped product has been the “Company Employee Benefits” tool. This is a fun yet an intelligent way to grant your employees bonuses and credits where they can finally say that all their hard work has paid on.

 

The Corporate Employee Benefits tool works under two methods:

         01. Auction

         02. Raffle

Auction
In the auction, the desired products will be posted along with an auction end date. Employees can bid on these products until its open. Once, the auction closes the product will be awarded to the highest bidder automatically.
Raffle
The raffle concept is purely based on admin interest, it is more of a lucky draw where the desired employee’s name can be entered and a winner is drawn at random from those names.

 

Benefits of using Corporate Employee Benefits tool are:
  • None of the employees are asked to pay, but the bidding is done with the use of credits that is awarded to them based on their toil and other achievements.
  • This is the most stress-free software developed by Auctionsoftware because all the client has to do is give us the details of the employees and the rest of the job from posting products to managing the auctions is done by us.
With this integration, employee benefits grant will become more involved and easy.

IMPORT EMPLOYEE API:

URL: /importemployee

Method: POST

Headers:

{

“Api-Key”:”***************pg”,

Content-Type:application/json

}

Body:

{“credentials”:[{“username”:”XXX”,”userid”:”1″,”password”:”21000]}

Responses:

[{

emp_id:1001,

name: John,

email: john@ems.com,

hired_on: 01/31/2017

},

emp_id:1002,

name:Micheal,

email: Micheal@ems.com,

hired_on: 01/31/2018

]

error:

{

   “Status”: “Error”,

   “Message”: {

       “name”: “INVALID KEY “

   }

}

UPDATE EMPLOYEE DATA IN EMS:

URL: /updateemp

Method: PUT

Headers:

{

“Api-Key”:”***************pg”,

Content-Type: application/x-www-form-urlencoded

}

Body:

{“credentials”:[{“username”:”XXX”,”userid”:”1″,”password”:”21000}],

data:

{

emp_id:1007,

name:John,

email: johnfrnando@ems.com

}

}