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)

JSON Example

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

Contained in Schemas