Versions Compared

Key

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

...

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 PwsSaveTimeCards. This operation can partially succeed, meaning some cards where were successfully saved while others triggered errors and could not be saved. The web service will report back details about each failure time off 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.

Format


Panel
titlePwsSaveTimeOffCardResult

...

Element

Data Type

Description

Sample Data

ErrorDetail

PwsErrorDetail

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


ReferenceId

String

Reference id (used to affiliate PwsSaveTimeOffCardResult records with associated PwsTimeCardDetail records). This is especially useful when inserting new cards.


TimeOffCard

PwsTimeOffCardDetail

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


...