.png)
Update the statement preferences
ENDPOINTS
put
/v1/e-statements/preference
Header parameters
Collapse
correlationId
string
required
UUID that uniquely identifies the request. This id allows the request to be traced through the entire request and reponse flow.
Authorization
string
required
Standard OAuth 2.0 access token. A string composed of 'Bearer' + '(space)' + '{token}'
Body parameters
Collapse
{"activateEstatement":true,"accountId":"18fc507616c646048ea400138c8ac887"}
Responses
Collapse
200
Statement preference updated successfully
Response Body
null
400
Bad Request
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
401
Unauthorized
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
403
Forbidden
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
404
No entitled account found
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
500
Server error
Response Body
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
curl -X 'PUT' \
'https://api.candescent.com/digitalbanking/ux-users/v1/e-statements/preference' \
-H 'authorization: Bearer 18FaavwuGejYXBhj7grtrP57ZbCX' \
-H 'correlationid: f8187c63-678f-4f0c-9263-46723794661a' \
-H 'accept: application/json' \
-H 'content-type: application/json' \
-d '{
"activateEstatement": true,
"accountId": "18fc507616c646048ea400138c8ac887"
}';
RESPONSE
null
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}
{"status":"Message","message":"Verbose, plain language description of the problem","code":3000}