CreateEmailReferral

From ePrize Developers Wiki

Revision as of 19:08, 29 June 2016 by Jon-matthews (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Summary

Create an email referral.

Resource

POST api/v1/createEmailReferral

Parameters

  • userId
  • refereeName
  • refereeEmail

Example Request Body

   {
       "userId":  278000000118,
       "refereeName": “Jon”,
       "refereeEmail": " jon.doe@helloworld.com "
   }

Example Response: Success

   {
       "success": true
   }
Personal tools