Methods

  • post - Create Leave Request
  • post - Update Leave Request

Resource

{
    "attachment": "byte",
    "attachmentId": "int32",
    "filename": "string",
    "fromDate": "date",
    "hours": "double",
    "id": "int32",
    "leaveCategoryId": "int32",
    "notes": "multiline",
    "toDate": "date",
    "units": "double"
}

Properties

Name Type Description
attachment byte Byte[]
attachmentId int32 Nullable
filename string String
fromDate date DateTime
hours double Decimal
id int32 Int32
leaveCategoryId int32 Nullable
notes multiline String
toDate date DateTime
units double Decimal