API Reference

Create timeoff request type

Create timeoff request type and set information about it.

This endpoint can be called only by System and Admin level users.

Employee call will return Forbidden result even for Employee own company.
\

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Body Params
  1. TORType = Paid
    PayCodeType = PaidTimeOff || SickTime -> PayCodeId with given code = "PTO" || "SICK" is found
    PayCodeType = Custom -> EarningCodeId must be entered - from Api EarningCodes (items with IsPaid = true attribute)
  2. TORType = Unpaid
    EarningCodeId must be entered - from Api EarningCodes(items with IsPaid = false attribute). Does not depend on PayCodeType - is set to Custom.
string | null
required
int32
required

Members:

  • 1 - Paid ( )
  • 2 - Unpaid ( )
int32

Members:

  • 1 - PaidTimeOff ( PaidTimeOff. )
  • 2 - SickTime ( SickTime. )
  • 3 - Custom ( Custom. )
int32 | null
int32
required

Members:

  • 1 - UnlimitedWithinDay ( UnlimitedWithinDay. )
  • 2 - Hours ( Hours. )
  • 3 - Days ( Days. )
boolean | null

Data type is validated and is required if torIncrement property is set to 3.

double | null
1 to 99999
Headers
string
Defaults to 1.0

The requested API version

string
Defaults to 1.0

The requested API version

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json