Update the consents
Represents special consents or permissions. Consents are typically given in writing to a lender.
electronicComms- Set torevokedif the borrower hasn't consented or has revoked consent to electronic communications. Default:consentedcontactPersonWork- A borrower or their attorney gave a written consent to contact borrower's employer for debt collection. Default:revokedcontactPersonRepByAttorney- Indicates whether a lender is allowed to contact a borrower represented by an attorney. If the attorney gave a written consent to interact with the borrower, set toconsented. Default:revokedcontactPersonUnusualTime- A person or their attorney gave written consent to interact with the person at some unusual place or time. Default:revokedautodialedColl- Consent to receive autodialed or pre-recorded collection calls from creditors or third-party collectors. If no value is provided, we will assume autodialedColl isconsented. For more information read Telephone Consumer Protection Act (TCPA). Default:consentedexecuteWageAssignment- Set toconsentedif the person consented to execute a wage assignment agreement. Default:revokedcontactServicememberUnitOrCommander- Consent to contact a servicemember's military unit or chain of command to collect on a debt. Default:revoked.
- oauth2
- bearerAuth
- apiKeyHeader
curl -i -X PUT \
'https://sandboxapi.peach.finance/api/people/{personId}/consents?caseId=string' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '[
{
"name": "electronicComms",
"value": "consented"
}
]'{ "count": 0, "status": 0, "data": [ { … } ] }