2017-01-27 5 views

答えて

2

はい、ここにインラインテンプレートを使用して初期のタブを作成できます。ここではサンプル要求は、私はあなたが言ったことなかったし、それが働いた

POST/V2 /アカウント/ {}アカウントID /封筒

{ 
    "emailSubject":"Please complete the following forms", 
    "status":"created", 
    "compositeTemplates":[ 
     { 
     "serverTemplates":[ 
      { 
       "sequence":"1", 
       "templateId":"A71FC458-E234-42FF-9385-E672C4EFD436" 
      } 
     ], 
     "inlineTemplates":[ 
      { 
       "sequence":"1", 
       "recipients":{ 
        "signers":[ 
        { 
         "name":"Jane Doe", 
         "email":"[email protected]", 
         "roleName":"RoleOne", 
         "recipientId":"1", 
         "routingOrder":"1", 
         "tabs":{ 
           "signHereTabs": [ 
           { 
            "documentId": "1", 
            "pageNumber": "1", 
            "xPosition": "70", 
            "yPosition": "52" 
           } 
           ], 
           "initialHereTabs": [ 
           { 
            "name": "Initial Here", 
            "documentId": "1", 
            "pageNumber": "1", 
            "xPosition": "109", 
            "yPosition": "170", 
           } 

          ] 
         } 
        } 
        ] 
       } 
      } 
     ] 
     } 
    ] 
} 
+0

です。しかし、私はテンプレートの署名タブと最初のタブも持っており、私は異なるアンカータグを持っています.1つはBuyer1ともう1つはBuyer1Initialです。署名者の役割をBuyer1に設定しました。インラインテンプレートに初期タブがあるとは言わずに、それは機能しました。なぜそれが働いたのか分かりません。 –

+0

この回答はあなたが探しているより多くの情報を持っている可能性がありますhttp://stackoverflow.com/questions/20034028/how-do-i-apply-a-template-to-a-document-using-docusign-rest-api –

関連する問題