SignatureDto
typeobjectrequired
Type from who the signature is (client or sender)
Example:
clientsignatureUrlstringrequired
URL to the signature image
Example:
https://example.com/signatures/signature.pngsignedBystringrequired
Name of the person who signed
Example:
John DoesignedForstring
Name of the person or entity for whom the proposal was signed
Example:
OffrisignedPlacestringrequired
Place where the proposal was signed
Example:
New YorksignedAtstring<date-time>
Date when the proposal was signed
acceptedConditionsbooleanrequired
If the terms & conditions are accepted
Example:
trueSignatureDto
{
"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
}