Versions Compared

Key

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

...

Panel
titlePwsInvoiceEmailRecipient
  • PwsInvoiceEmailRecipient


Elements


Element

Data Type

Required?

Default

Description

Sample

RecipientType

String

On Insert: Yes

On Update: Yes


Recipient Type

"T" for To

"C" for CC

"B" for BCC

T

UserIdentity

PwsUserRef [1..10]

On Insert: Yes

On Update: Yes


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)


Code Block
languagexml
titleExample 01
collapsetrue
                          <PwsInvoiceEmailRecipient>
                              <RecipientType>T</RecipientType>
                              <UserIdentity>
                                 <UserDisplayName>J Smith</UserDisplayName>
                                 <UserId>205024</UserId>
                                 <UserReferenceSystemId>Client09</UserReferenceSystemId>
                                 <UserUid>1152921504607052000</UserUid>
                              </UserIdentity>
                           </PwsInvoiceEmailRecipient>