Versions Compared

Key

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

...

This structure represents the results of a time card insert or update. Multiple time cards can be submitted for insert or update in a single request to PwsSaveTimeCardsAndRto. This operation  or to /wiki/spaces/AD/pages/380895253. These operations 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.

...

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 recordsassociated time card (e.g. PwsResourceTimeCard or /wiki/spaces/AD/pages/380862496 records).


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
           <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>

...