This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
x-api-token: ********************
{
"vaultId": "20e3869b-2c11-4ab8-9731-cfc14d9bbc83",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2025-04-28T12:47:40.2663324Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2025-03-30T12:47:40.2663331Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"signers": [
{
"id": "5a7521a9-5268-410a-aef8-0f355405858a",
"name": "John Doe",
"email": "john.doe@example.com",
"role": "Sign",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceGeolocationValidation": true,
"shouldAllowCustomDigitalCertificateValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "695827ed-1206-4661-a34f-2d9154428302",
"type": "Rubric",
"documentId": "f75b2833-ff54-4951-b920-c868291c988e",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0
},
{
"id": null,
"type": "Signature",
"documentId": "f75b2833-ff54-4951-b920-c868291c988e",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0
}
]
}
],
"documents": [
{
"id": "f75b2833-ff54-4951-b920-c868291c988e",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}
curl --location --request PUT 'https://api.signater.com/v1/ecm/envelopes/' \
--header 'Content-Type: application/json' \
--header 'x-api-token;' \
--data-raw '{
"vaultId": "20e3869b-2c11-4ab8-9731-cfc14d9bbc83",
"name": "Example Envelope",
"privateDescription": "Private description of the envelope",
"publicDescription": "Public description of the envelope",
"message": "Message of the envelope",
"reviewReminder": true,
"expiresAtUtc": "2025-04-28T12:47:40.2663324Z",
"expirationReminder": true,
"toBePublishedAtUtc": "2025-03-30T12:47:40.2663331Z",
"language": "EnUs",
"markupOrientation": "Bottom",
"signInOrder": true,
"signers": [
{
"id": "5a7521a9-5268-410a-aef8-0f355405858a",
"name": "John Doe",
"email": "john.doe@example.com",
"role": "Sign",
"title": "Lawyer",
"shouldEnforceEmailValidation": true,
"shouldEnforceSmsValidation": true,
"shouldEnforceWhatsAppValidation": true,
"shouldEnforcePixValidation": true,
"shouldEnforceGeolocationValidation": true,
"shouldAllowCustomDigitalCertificateValidation": true,
"shouldEnforceCustomDigitalCertificateValidation": true,
"phoneIdd": 1,
"phoneNumber": "5555555555",
"documentType": "GenericIdentification",
"documentValue": "1234567890",
"shouldEnforcePasscodeValidation": true,
"passcode": "123456",
"passcodeHint": "1 to 6",
"signMarks": [
{
"id": "695827ed-1206-4661-a34f-2d9154428302",
"type": "Rubric",
"documentId": "f75b2833-ff54-4951-b920-c868291c988e",
"page": 1,
"x": 150,
"y": 50,
"rotation": 0
},
{
"id": null,
"type": "Signature",
"documentId": "f75b2833-ff54-4951-b920-c868291c988e",
"page": 2,
"x": 200,
"y": 50,
"rotation": 0
}
]
}
],
"documents": [
{
"id": "f75b2833-ff54-4951-b920-c868291c988e",
"name": "Example Document",
"privateDescription": "Private description of the document",
"publicDescription": "Public description of the document",
"language": "EnUs",
"markupOrientation": "Bottom"
}
]
}'