Body
The layout details to be applied.
Sample request:
PATCH /api/v1/signings/3fa85f64-5717-4562-b3fc-2c963f66afa6/documents/3fa85f64-5717-4562-b3fc-2c963f66afa7 { "LayoutId": "3fa85f64-5717-4562-b3fc-2c963f66afa8" }
The identifier of the signing to which the document belongs.
The identifier of the document to which the layout is to be applied.
Get or Set Layout ID. This property represents the unique identifier of the document layout.
curl \
--request PATCH 'https://api.lwolf.com/authentisign/api/v1/signings/{signingId}/documents/{documentId}' \
--header "Content-Type: application/json" \
--data '{"layoutId":"string"}'
curl \
--request PATCH 'https://api.lwolf.com/authentisign/api/v1/signings/{signingId}/documents/{documentId}' \
--header "Content-Type: text/json"
curl \
--request PATCH 'https://api.lwolf.com/authentisign/api/v1/signings/{signingId}/documents/{documentId}' \
--header "Content-Type: application/*+json"
{
"layoutId": "string"
}
{
"layoutId": "string"
}
{
"layoutId": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string"
}
{
"code": 42,
"message": "string",
"details": [
"string"
]
}
{
"code": 42,
"message": "string",
"details": [
"string"
]
}