Skip to main content

SignatureDto

typeobjectrequired

Type from who the signature is (client or sender)

Example: client
signatureUrlstringrequired

URL to the signature image

Example: https://example.com/signatures/signature.png
signedBystringrequired

Name of the person who signed

Example: John Doe
signedForstring

Name of the person or entity for whom the proposal was signed

Example: Offri
signedPlacestringrequired

Place where the proposal was signed

Example: New York
signedAtstring<date-time>

Date when the proposal was signed

acceptedConditionsbooleanrequired

If the terms & conditions are accepted

Example: true
SignatureDto
{
"type": "client",
"signatureUrl": "https://example.com/signatures/signature.png",
"signedBy": "John Doe",
"signedFor": "Offri",
"signedPlace": "New York",
"signedAt": "2024-07-29T15:51:28.071Z",
"acceptedConditions": true
}