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

« Previous Version 2 Next »

Overview


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

Format


PwsSaveTimecardItemResult
  • PwsSaveTimecardItemResult

Elements


Element

Data Type

Description

Sample Data

ErrorDetail

PwsErrorDetail

 The error detail regarding a failed time card insert or update


ReferenceId

String

Reference id (used to affiliate PwsSaveTimeCardItemResult records with associated PwsResourceTimeCard records)


Usage Example(s)


Example 01
           <a:TimecardResults>
               <a:PwsSaveTimecardItemResult>
                  <a:ErrorDetail i:nil="true" xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/"/>
                  <a:ReferenceId i:nil="true"/>
               </a:PwsSaveTimecardItemResult>
            </a:TimecardResults>
  • No labels