Update Consumer by ID
PUT {{baseUrl}}/decisioning/v1/consumers/{{consumerId}}
Modify an existing consumer. All fields are required for a consumer record, but individual fields for this call are optional because fields that are not specified will be left unchanged.
Supported regions:
Request Body
{"firstName"=>"John", "lastName"=>"Smith", "address"=>"100 Arthur Street", "city"=>"Sydney", "state"=>"NSW", "phone"=>"1234567890", "birthday"=>{"year"=>1989, "month"=>8, "dayOfMonth"=>13}, "email"=>"someone@test.com", "suffix"=>"Mr"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
App-Key | string | ||
Finicity-App-Token | string |