AcceptanceDto
Acceptance information for a proposal
Properties
| Name | Type | Description |
|---|---|---|
| acceptedDate | string | Date and time when the proposal was accepted |
Date and time when the proposal was accepted | ||
| acceptedIpAddress | string | IP address from which the proposal was accepted (for audit purposes) |
IP address from which the proposal was accepted (for audit purposes) | ||
| acceptanceSignature | string | Digital signature data from the acceptance (base64 encoded image) |
Digital signature data from the acceptance (base64 encoded image) | ||
| manuallyAccepted | boolean | 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
}