API Docs / Schemas / AcceptanceDto

AcceptanceDto

Acceptance information for a proposal

Properties

Name Type Description
acceptedDatestring

Date and time when the proposal was accepted

Date and time when the proposal was accepted

acceptedIpAddressstring

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

IP address from which the proposal 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 proposal was manually accepted (true) or accepted via the online acceptance page (false)

Indicates whether the proposal 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