FAQ API

From ePrize Developers Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: <font style="color: red; font-style: italic;">FAQ API calls will not be available until September 2010.</font> {{Logo}} API Home Page <div class="api_table"> {| |- | [[Post FAQ Questi...)
Line 14: Line 14:
ePrize offer an "FAQ" service which allows questions to be posted from consumers. Depending on the configuration of your promotion these questions will either be sent to an email address or sent to ePrize's customer service system.
ePrize offer an "FAQ" service which allows questions to be posted from consumers. Depending on the configuration of your promotion these questions will either be sent to an email address or sent to ePrize's customer service system.
 +
 +
 +
== Required Fields ==
 +
 +
* first_name
 +
* email
 +
* issue_type
 +
* question
 +
 +
The values for the issue_type field must be values found in a pre-configured list. The standard values are:
 +
 +
* eligibility
 +
* entry_instructions
 +
* image_security
 +
* login
 +
* tell_a_friend
 +
* prize_fulfillment
 +
 +
 +
== Optional Fields ==
 +
 +
* last_name

Revision as of 18:30, 23 July 2010

FAQ API calls will not be available until September 2010.

API Home Page

Post FAQ Question POST /v1/{apikey}/faq

ePrize offer an "FAQ" service which allows questions to be posted from consumers. Depending on the configuration of your promotion these questions will either be sent to an email address or sent to ePrize's customer service system.


Required Fields

  • first_name
  • email
  • issue_type
  • question

The values for the issue_type field must be values found in a pre-configured list. The standard values are:

  • eligibility
  • entry_instructions
  • image_security
  • login
  • tell_a_friend
  • prize_fulfillment


Optional Fields

  • last_name
Personal tools