Modify the settings for existing reviewers on a proof.
Request parameters
* denotes a required field
Parameter
|
Example
|
SessionID*
|
The session Id obtained from doLogin()
|
string
|
7viklshodc6cnsh4s5vu75mqk0
|
RecipientID*
|
Reviewer identifier
|
string
|
11346
|
RecipientDecision*
|
Reviewers decision (id or text can be supplied):
0 - pending
1 - changes required
2 - approved with changes
3 - approved
4 - not relevant
|
string
|
pending
|
RecipientDeadline*
|
Decision deadline
|
string
|
2011-09-01 23:59 (YYYY-MM-DD hh:mm)
|
RecipientName*
|
Real or display name if an existing user
|
string
|
John Doe
|
RecipientPosition*
|
Person's job title
|
string
|
Senior Designer
|
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.
1: All new comments and replies
2: Replies to my comments
3: Daily summary
4: Hourly summary
5: Decisions only
9: Disabled |
string |
4
|
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 |
|