API Docs / Schemas / AcceptanceDto

AcceptanceDto

Acceptance information for an engagement

Properties

Name Type Description
acceptedDatestring

Date and time when the engagement was accepted

Date and time when the engagement was accepted

acceptedIpAddressstring

IP address from which the engagement was accepted (for audit purposes)

IP address from which the engagement was accepted (for audit purposes)

acceptanceSignaturestring

Digital signature data from the acceptance (base64 encoded image)

Digital signature data from the acceptance (base64 encoded image)

manuallyAcceptedboolean

Indicates whether the engagement was manually accepted (true) or accepted via the online acceptance page (false)

Indicates whether the engagement was manually accepted (true) or accepted via the online acceptance page (false)

acceptanceSignatureImagestring

Digital signature as an HTML img tag for template rendering.
Converts the base64-encoded signature to an img element with data URI.

Digital signature as an HTML img tag for template rendering.
Converts the base64-encoded signature to an img element with data URI.

JSON Example

{
  "acceptedDate": "2024-01-01T00:00:00Z",
  "acceptedIpAddress": "string",
  "acceptanceSignature": "string",
  "manuallyAccepted": false,
  "acceptanceSignatureImage": "string"
}

Contained in Schemas