Versions Compared

Key

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

...

This structure contains the error details of a failed cost card insert or save

Format


Panel
titlePwsSaveCostCardResult

Elements


Element

Data Type

Description

Sample Data

ErrorDetail

PwsErrorDetail

The error detail regarding the failed cost card insert or save

 


ReferenceId

String

Reference id (used to affiliate PwsSaveCostCardResult records with associated PwsCostCardDetail records).

 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
               <a:PwsSaveCostCardResult>
                  <a:ErrorDetail xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                     <b:ErrorCode>ExpenseTypeNotFound</b:ErrorCode>
                     <b:ErrorNumber>59912</b:ErrorNumber>
                     <b:ErrorText>Expense type not found.</b:ErrorText>
                  </a:ErrorDetail>
                  <a:ReferenceId>123</a:ReferenceId>
               </a:PwsSaveCostCardResult>