/consent_process_values

POST {{base-api-url}}/consent_process_values

Request Body

{"consentProcess"=>"/consent_processes/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "member"=>"/members/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", "value"=>true}

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringThis value is a secret and needs to be replaced by your API Key (Bearer).
Content-TypestringThis header specifies the format of the exchanges in JSON.

RESPONSES

status: Created

{"id":"/consent_process_values/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","consentProcess":"/consent_processes/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","member":"/members/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX","createdAt":"2018-12-04T06:49:13+01:00","value":true}