Skip to content

I. FASTWS Overview

Marvin Trilles edited this page Apr 15, 2017 · 3 revisions

An overview of FASTWS is discussed on sections below. A more detailed description on how each API CALLs are used will be discussed separate pages dedicated for each APIs.

User Processes

  1. All users of the application need to be registered in the system. The Registration process is available in the USERS API. An email will be sent to the user containing the registration information. This include the random password generated by the application. Note that the users Employee ID serves as the user name for the system.
  2. After registration, a user that forgets his/her password can RESET the password using the Reset Password function found in the USERS API. An email containing the new password will be sent to the users registered email address.
  3. The user can also change the system generated password into his/her own choice. This can be done by the using the Change Password function in the USERS API.

Access Rights

Special users are divided into four access right levels :

Identifier Rights
1 Property Custodians
2 Managers
3 MIS
4 Application Admin

Note : A regular employee wont have any special access rights.

Once a user have successfully logged in, the application must retrieve the access rights accorded to that user via a call to the GET ACCESS RIGHT call.

Fix Assets

Supported Fix Asset process can be found on the ASSET APIpage.

Aside from several GET request supported by FASTWS, the only other operation is the Add Asset function. Furthermore, add asset function can only be performed by the **Property Custodian **group.

Asset Assignments

This is considered the most significant process supported by FASTWS. This includes:

  • Assignment of Assets to Employees
  • Transfer of Assets
  • Approval or Denial of Transfer Requests
  • Approval or Denial of Release Requests
  • Acceptance or Rejection of Assignments

All of these request are discussed on the ASSIGNMENT API page.

Transactions

Others

A separate section has been allotted on discussing additional information needed to use FASTWS. These includes: *1. Configuration Settings - important information on the web.config entries used by FASTWS. *2. Logging - details on how to find and read logs generated by the system.

Clone this wiki locally