Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titlePwsTimeOffReasonRef
  • PwsTimeOffReasonRef
    • TimeOffReasonId: Int32
    • TimeOffReasonName: String (50)
    • TimeOffReasonUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

TimeOffReasonId

Int32

No

The time off reason id is a unique identifier for a time off reason. For internal use only.

 


TimeOffReasonName

String (50)

One of TimeOffReasonName or TimeOffReasonUid is required 

The time off reason name is a unique identifier for a time off reason

Vacation

TimeOffReasonUid

Int64

See TimeOffReasonName 

 The time off reason Uid is a unique and immutable identifier for a time off reason

1152921504606858293

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
            <req:TimeOffReasonIdentity>
               <com:TimeOffReasonName>Vacation</com:TimeOffReasonName>
               <com:TimeOffReasonUid>1152921504606858293</com:TimeOffReasonUid>
            </req:TimeOffReasonIdentity>