Adds a reviewer to the provided proofs.
Request parameters
* denotes a required field
Parameter
|
Example
|
SessionID*
|
The session Id obtained from doLogin()
|
string
|
7viklshodc6cnsh4s5vu75mqk0
|
FileIDs*
|
File identifiers
|
array of integers
|
201220, 201221, 201222
|
RecipientEmail*
|
Reviewer email address
|
string
|
email1@address.com
|
RecipientName*
|
Real or display name if an existing user
|
string
|
John Doe
|
RecipientPosition
|
Person's job title
|
string
|
Senior Designer
|
RecipientDeadline*
|
Decision deadline
|
string
|
2011-09-01 23:59 (YYYY-MM-DD hh:mm)
|
RecipientRole*
|
1: Read only
3: Reviewer
4: Approver
5: Reviewer and approver
6: Author
7: Moderator |
string |
5
|
RecipientEmailNotifications*
|
Email notification settings for reviewers. It will not override a user's personal setting or the proof-level setting set by a reviewer. See help for more information.
0: User value from user's Personal settings
1: All new comments and replies
2: Replies to my comments
3: Daily summary
4: Hourly summary
5: Decisions only
6: Final decision
9: Disabled |
string |
4
|
SuppressNewProofNotification
|
If true the reviewer will not receive the new proof/version notification email. |
boolean |
true
false (default) |
PrimaryDecisionMakerReviewer |
If true the reviewer will be made the Primary Decision Maker. Note only if the reviewer can make decisions (at least Approver) will they be made the Primary Decision Maker. |
string |
true
false (default) |
Permissions |
Optional parameter with custom permissions
|
SOAPRecipientPermissionsObject |
|
|