EmployeeTokenController

EmployeeTokenController

Controller for employee tokens.

Constructor

new EmployeeTokenController()

Source:

Methods

create(vendor_id, username, password) → {Promise.<any>}

Create a new EmployeeToken, return EmployeeToken ID if successful

Source:
Parameters:
Name Type Description
vendor_id string

The id of the Vendor this employee will be assigned to

username string

The Username of the Employee

password string

The password of the Employee

Returns:
Type:
Promise.<any>