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 PwsSaveTimeCards. 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 time card, whether it succeeded or failed, by returning a collection of these structures. For failed cards, ErrorDetail will provide more details about the nature of the failure.


Panel
titlePwsSaveTimecardResult

...

Element

Data Type

Description

Sample Data

ErrorDetail

PwsErrorDetail

The error detail regarding a failed time card insert or update. Null if the save was successful.


ReferenceId

String

Reference id (used to affiliate PwsSaveTimeCardResult records with associated PwsTimeCardDetail records). This is most useful when inserting new time cards.


TimeCard

PwsTimeCardDetail

This structure contains the complete set of information about the time card.


...