cURL
curl --request POST \ --url https://api.partner.dit.myperch.io/v1/workflows/firm-member-realtor-find-or-create \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "email": "[email protected]", "firstName": "<string>", "lastName": "<string>", "firmId": "<string>" } '
{ "data": { "firmMemberId": "<string>", "email": "<string>" } }
Finds or creates a RealtorProfile and FirmMember for the given email address and firm ID.
The parameters required to run the Realtor Find Or Create workflow.
The email address of the realtor
The first name of the realtor
The last name of the realtor
The ID of the Firm to which the realtor belongs
Successful response
Show child attributes