Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


This structure contains the results of a time off card insert or update

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>
  • No labels