Question:
Last week, any value in the parameter signTextEntry is expected to be shown in the nemId-window like this.
In the example below it should display the text :
NEMID window text… Does work either
{{host}}/sign/orders
{
“clientReference”: “213412431234123”,
“tasks”: [
{
“profile” : “default”,
“daysToLive”: 7,
“language”: “da”,
“id”: “task-id”,
“documents”: [
{
“action”: “SIGN”,
“description”: “Sign”,
“documentRef”: “{{document_id}}”,
“id”: “doc-id”,
“source”: “SESSION”,
“signTextEntry”: “NEMID window text… Does work either”,
“sendResultToArchive” : false
}
],
“signatureMethods”: [
{
“name”: “nemid-sign”,
“type”: “SIGNED_STATEMENT”
}
],
"onTaskComplete": "https://en.wikipedia.org/wiki/Completeness",
"onTaskReject": "https://en.wikipedia.org/wiki/Cancel",
"notifications": [
{
"id": "callback-notification",
"recipient": "https://en.wikipedia.org/wiki/Cancel",
"schedule": [
{
"triggerStatus": "COMPLETED"
}
],
"type": "URL"
}
]
}
],
"daysUntilDeletion" : 14,
"packagingTasks": [
{
"id": "packaging-task-id",
"sendToArchive": true,
"method": "pades",
"documents": [
{
"taskId": "task-id",
"documentIds": [
"doc-id"
]
}
]
}
]
}
What do I do wrong??