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

Overview


This structure specifies the Recipient(s) of the e-mailed invoices. Recipients must be defined in a Projector as Users.

Format


PwsInvoiceEmailRecipient
  • PwsInvoiceEmailRecipient


Elements


Element

Data Type

Required?

Default

Description

Sample

RecipientType

String

On Insert: No

On Update: No


Recipient Type

"T" for To

"C" for CC

"B" for BCC

T

UserIdentity

PwsUserRef [1..10]

On Insert: No

On Update: No


User Identity of invoice email recipient(s)

Note: The "To", "CC" and "BCC" recipients are limited to 10 each. If more than 10 recipients are specified the list will be truncated and a warning will be generated.



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