API Docs / Operations / Proposal Acceptance / Accept a proposal (Anon)

Accept a proposal (Anon)

POST /api/proposals/accept/{guid}/accept

Accept Proposal by providing a signature.

  The signature should be a base64-encoded image.
  IP address of the requester is automatically captured.

Parameters

NameTypeDescription
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