CreateEmailReferral

From ePrize Developers Wiki

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