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

This specifies the recipient(s) of the emailed invoices. Recipients must be defined in a Projector as a user.


Element

Data Type

Description

Sample Data

RecipientTypeStringRecipient Type

"T" for To

"C" for CC

"B" for BCC

PwsInvoiceEmailRecipientPwsUserRef [0..100]User Identity of invoice email recipient(s)

Usage Example(s)


Example 01
                          <PwsInvoiceEmailRecipient>
                              <RecipientType>T</RecipientType>
                              <UserIdentity>
                                 <UserDisplayName>J Smith</UserDisplayName>
                                 <UserId>205024</UserId>
                                 <UserReferenceSystemId>Client09</UserReferenceSystemId>
                                 <UserUid>1152921504607052000</UserUid>
                              </UserIdentity>
                           </PwsInvoiceEmailRecipient>
  • No labels