CreateEmailReferral
From ePrize Developers Wiki
Summary
Create an email referral.
Resource
POST api/v1/createEmailReferral
Parameters
userId refereeName refereeEmail
Example Call http://demo-loyalty.promodev.eprize.com api/v1/createEmailReferral
{
"userId": 278000000118, "refereeName": “Jon”, "refereeEmail": " jon.doe@helloworld.com ",
}
Example Response: Success {
"success": true
}