Skip to main content

Captures information about when a person granted/denied consent to have their personal data stored (required scope contacts:persons:write)

Path Parameters
    personId uuid required

    Person id

Header Parameters
    Customer-Id int64 required

    The customer identifier

Request Body

Update person consent model

    status PersonConsentType required

    Possible values: [awaiting, refused, granted]

    The consent preference indicated by the person

    Possible values:

    • awaiting: Awaiting
    • refused: Refused
    • granted: Granted

    medium PersonConsentMedium required

    Possible values: [email, click, telephone]

    The medium that a person has expressed their consent using

    Possible values:

    • email: Email
    • click: Click
    • telephone: Telephone

    comment string nullable

    Descriptive text about how and/or why the person has made this consent decision

Responses

No Content

Loading...