Create Consumer

Create a new Consumer if one does not exist for the given partner and pc_id

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
pcidstringRequired
external_idstringOptional
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
external_idstring 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