Accept a proposal (Anon)
Accept Proposal by providing a signature.
The signature should be a base64-encoded image.
IP address of the requester is automatically captured.
Parameters
| Name | Type | Description |
|---|---|---|
| guid* | path string (uuid) |
Request Body*
{
"signature": "string",
"contactPreferences": {
"post": false,
"telephone": false,
"email": false,
"sms": false
},
"ipAddress": "string"
}
Responses
200 OK
400 Bad Request
404 Not Found