{
"contractId": "{{create_contractId}}",
"bizId": null,
"title": "V2添加模板文档",
"templateId": "2560778409594396776",
"templateParams": [{
"name": "乙方姓名",
"value": "张三"
}]
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/document/addbytemplate' \
--header 'x-qys-open-accesstoken: {{x-qys-open-accesstoken}}' \
--header 'x-qys-open-timestamp: {{x-qys-open-timestamp}}' \
--header 'x-qys-open-nonce: {{x-qys-open-nonce}}' \
--header 'x-qys-open-signature: {{x-qys-open-signature}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"contractId": "{{create_contractId}}",
"bizId": null,
"title": "V2添加模板文档",
"templateId": "2560778409594396776",
"templateParams": [{
"name": "乙方姓名",
"value": "张三"
}]
}'
{
"result": {
"documentId": "3053227772693446794"
},
"code": 0,
"message": "SUCCESS"
}