{
"contractId": "{{create_contractId}}",
"bizId": null,
"stampers": [
{
"type": "LP",
"documentId": "{{create_documentId}}",
"offsetX": "0.1",
"offsetY": "-0.1",
"keyword": "劳动",
"keywordIndex": "2"
},
{
"type": "LP",
"documentId": "{{create_documentId}}",
"offsetX": "0.5",
"offsetY": "0.5",
"page": "1"
}
]
}
curl --location --request POST 'https://openapi.qiyuesuo.com/v2/contract/legalpersonsign' \
--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,
"stampers": [
{
"type": "LP",
"documentId": "{{create_documentId}}",
"offsetX": "0.1",
"offsetY": "-0.1",
"keyword": "劳动",
"keywordIndex": "2"
},
{
"type": "LP",
"documentId": "{{create_documentId}}",
"offsetX": "0.5",
"offsetY": "0.5",
"page": "1"
}
]
}'
{
"code": 0,
"message": "SUCCESS"
}