Skip to content

Latest commit

 

History

History
executable file
·
15 lines (12 loc) · 1.57 KB

File metadata and controls

executable file
·
15 lines (12 loc) · 1.57 KB

IO.Swagger.model.agreements.DetailedParticipantSetInfo

Properties

Name Type Description Notes
Id string The unique identifier of the participant set. This cannot be changed as part of the PUT call. [optional]
MemberInfos List<DetailedParticipantInfo> Array of ParticipantInfo objects, containing participant-specific data (e.g. email). All participants in the array belong to the same set [optional]
Name string Name of ParticipantSet (it can be empty, but needs not to be unique in a single agreement). Maximum no of characters in participant set name is restricted to 255. This cannot be changed as part of the PUT call. [optional]
Order int? Index indicating sequential signing group (specified for hybrid routing). This cannot be changed as part of the PUT call. [optional]
PrivateMessage string Participant set's private message - all participants in the set will receive the same message. This cannot be changed as part of the PUT call. [optional]
Role string Role assumed by all participants in the set (signer, approver etc.). This cannot be changed as part of the PUT call. [optional]
Status string The agreement status with respect to the participant set. This cannot be changed as part of the PUT call. [optional]

[Back to Model list] [Back to API list] [Back to README]