Update Consumer

PUT method to update a Consumer record

Path parameters

consumer_external_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

searchstringOptional
A search term.

Request

This endpoint expects an object.
pcidstringOptional
first_namestringOptional
last_namestringOptional
emailstringOptional
phone_numberstringOptional
date_of_birthstringOptional
address_line1stringOptional
address_line2stringOptional
address_citystringOptional
address_statestringOptional
address_zipstringOptional

Response

This endpoint returns an object.
pcidstring or null
first_namestring or null
last_namestring or null
emailstring or null
phone_numberstring or null
date_of_birthstring or null
address_line1string or null
address_line2string or null
address_citystring or null
address_statestring or null
address_zipstring or null