PwsSaveTimeOffCardItemResult

Overview


This structure represents the results of a time off card insert or update. Multiple time off cards can be submitted for insert or update in a single request to PwsSaveTimeCardsAndRto. This operation can partially succeed, meaning some cards were successfully saved while others triggered errors and could not be saved. The web service will report back details about each failure by returning a collection of these structures.

Format


PwsSaveTimeOffCardItemResult
  • PwsSaveTimeOffCardItemResult

Elements


Element

Data Type

Description

Sample Data

ErrorDetail

PwsErrorDetail

The error detail regarding a failed time off card insert or update.


ReferenceId

String

Reference id (used to affiliate PwsSaveTimeOffCardItemResult records with associated PwsResourceTimeCard records).


Usage Example(s)


Example 01
           <a:TimeOffCardResults>
               <a:PwsSaveTimeOffCardItemResult>
                  <a:ErrorDetail i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                  <a:ReferenceId i:nil="true"/>
               </a:PwsSaveTimeOffCardItemResult>
            </a:TimeOffCardResults>