Skip to main content

ClientAcceptanceDto

methodstringrequired
evidenceRefstring
documentIdstring
purposesstring[]

DPPA §13(3) granular purposes the client is accepting at this stage. Server writes one ClientConsent per purpose. Defaults to [claim_settlement]; add any of: marketing, third_party_share, regulator_disclosure.

ClientAcceptanceDto
{
"method": "string",
"evidenceRef": "string",
"documentId": "string",
"purposes": [
"string"
]
}