CreateEmailReferral
From ePrize Developers Wiki
(Difference between revisions)
Wikiadmin (Talk | contribs)
(New page: ==Summary== Create an email referral. '''Resource''' POST api/v1/createEmailReferral '''Parameters''' userId refereeName refereeEmail '''Example Call''' http://demo-loyalty.promodev....)
Next diff →
Revision as of 00:42, 29 June 2016
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
}