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 4 Next »

Overview



Format

PwsFlexItemRef
  • PwsFlexItemRef
    • ItemId: Int32
    • ItemType: String
    • ItemUid: Int64
    • ReferenceType: String

Elements

Element

Data Type

Description

Sample Data

ItemId

Int32



ItemType

String



ItemUid

Int64



ReferenceType

String



Usage Example(s)


Example 01 - cost card with receipt attached
                           <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                              <b:ItemId i:nil="true"/>
                              <b:ItemType>CCD</b:ItemType>
                              <b:ItemUid>1152921504614018558</b:ItemUid>
                              <b:ReferenceType i:nil="true"/>
                           </a:AssociatedItemIdentity>
Example 02 - expense report with receipt attached
                     <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                        <b:ItemId i:nil="true"/>
                        <b:ItemType>ED</b:ItemType>
                        <b:ItemUid>1152921504607636703</b:ItemUid>
                        <b:ReferenceType i:nil="true"/>
                     </a:AssociatedItemIdentity>
  • No labels