...
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Required? | Default | Description | Sample |
---|---|---|---|---|---|
RecipientType | String (1) | 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. |
Click here for more information.
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<b:PwsInvoiceEmailRecipient> <b:RecipientType>T</b:RecipientType> <b:UserIdentity> <b:UserDisplayName>Abby Whelan</b:UserDisplayName> <b:UserId i:nil="true"/> <b:UserReferenceSystemId>OPA02</b:UserReferenceSystemId> <b:UserUid>1152921504607062210</b:UserUid> </b:UserIdentity> </b:PwsInvoiceEmailRecipient> |