File tree Expand file tree Collapse file tree 3 files changed +78
-12
lines changed Expand file tree Collapse file tree 3 files changed +78
-12
lines changed Original file line number Diff line number Diff line change 1071110711 enum :
1071210712 - EMAIL
1071310713 - INPERSON
10714- DocusignInPerson :
10714+ DocusignRecipientView :
1071510715 type : object
1071610716 properties :
1071710717 returnUrl :
1073610736 description : List of DocuSign Signers
1073710737 items :
1073810738 $ref : ' #/components/schemas/DocusignSigner'
10739- inperson :
10740- $ref : ' #/components/schemas/DocusignInPerson'
10739+ inpersonSigners :
10740+ type : array
10741+ description : List of DocuSign Inperson Signers
10742+ items :
10743+ $ref : ' #/components/schemas/DocusignInpersonSigner'
10744+ recipientView :
10745+ $ref : ' #/components/schemas/DocusignRecipientView'
1074110746 DocusignSigner :
1074210747 required :
1074310748 - name
1074910754 email :
1075010755 type : string
1075110756 description : Email of Signer
10757+ DocusignInpersonSigner :
10758+ required :
10759+ - hostEmail
10760+ - hostName
10761+ - signerName
10762+ - clientUserId
10763+ type : object
10764+ properties :
10765+ hostEmail :
10766+ type : string
10767+ description : The email of the signing host
10768+ hostName :
10769+ type : string
10770+ description : The name of the signing host
1075210771 clientUserId :
1075310772 type : string
10754- description : Specifies unique identifier for signer (required if using InPerson)
10773+ description : Specifies unique identifier for signer
10774+ signerName :
10775+ type : string
10776+ description : The full legal name of a signer
1075510777 AddDocusignResponse :
1075610778 type : object
1075710779 properties :
Original file line number Diff line number Diff line change 1071110711 enum :
1071210712 - EMAIL
1071310713 - INPERSON
10714- DocusignInPerson :
10714+ DocusignRecipientView :
1071510715 type : object
1071610716 properties :
1071710717 returnUrl :
1073610736 description : List of DocuSign Signers
1073710737 items :
1073810738 $ref : ' #/components/schemas/DocusignSigner'
10739- inperson :
10740- $ref : ' #/components/schemas/DocusignInPerson'
10739+ inpersonSigners :
10740+ type : array
10741+ description : List of DocuSign Inperson Signers
10742+ items :
10743+ $ref : ' #/components/schemas/DocusignInpersonSigner'
10744+ recipientView :
10745+ $ref : ' #/components/schemas/DocusignRecipientView'
1074110746 DocusignSigner :
1074210747 required :
1074310748 - name
1074910754 email :
1075010755 type : string
1075110756 description : Email of Signer
10757+ DocusignInpersonSigner :
10758+ required :
10759+ - hostEmail
10760+ - hostName
10761+ - signerName
10762+ - clientUserId
10763+ type : object
10764+ properties :
10765+ hostEmail :
10766+ type : string
10767+ description : The email of the signing host
10768+ hostName :
10769+ type : string
10770+ description : The name of the signing host
1075210771 clientUserId :
1075310772 type : string
10754- description : Specifies unique identifier for signer (required if using InPerson)
10773+ description : Specifies unique identifier for signer
10774+ signerName :
10775+ type : string
10776+ description : The full legal name of a signer
1075510777 AddDocusignResponse :
1075610778 type : object
1075710779 properties :
Original file line number Diff line number Diff line change 1071110711 enum :
1071210712 - EMAIL
1071310713 - INPERSON
10714- DocusignInPerson :
10714+ DocusignRecipientView :
1071510715 type : object
1071610716 properties :
1071710717 returnUrl :
1073610736 description : List of DocuSign Signers
1073710737 items :
1073810738 $ref : ' #/components/schemas/DocusignSigner'
10739- inperson :
10740- $ref : ' #/components/schemas/DocusignInPerson'
10739+ inpersonSigners :
10740+ type : array
10741+ description : List of DocuSign Inperson Signers
10742+ items :
10743+ $ref : ' #/components/schemas/DocusignInpersonSigner'
10744+ recipientView :
10745+ $ref : ' #/components/schemas/DocusignRecipientView'
1074110746 DocusignSigner :
1074210747 required :
1074310748 - name
1074910754 email :
1075010755 type : string
1075110756 description : Email of Signer
10757+ DocusignInpersonSigner :
10758+ required :
10759+ - hostEmail
10760+ - hostName
10761+ - signerName
10762+ - clientUserId
10763+ type : object
10764+ properties :
10765+ hostEmail :
10766+ type : string
10767+ description : The email of the signing host
10768+ hostName :
10769+ type : string
10770+ description : The name of the signing host
1075210771 clientUserId :
1075310772 type : string
10754- description : Specifies unique identifier for signer (required if using InPerson)
10773+ description : Specifies unique identifier for signer
10774+ signerName :
10775+ type : string
10776+ description : The full legal name of a signer
1075510777 AddDocusignResponse :
1075610778 type : object
1075710779 properties :
You can’t perform that action at this time.
0 commit comments