POST api/v1/PrayerWall/Prayed?deviceID={deviceID}&prayerID={prayerID}&ipAddress={ipAddress}&countryCode={countryCode}
Add a new prayed indicator. Resubmittal remove the prayed indicator.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceID |
Device ID of the device submitting this response |
string |
Required |
| prayerID |
Prayer ID that should be responded to |
string |
Required |
| ipAddress |
Used for logging IP Address |
string |
None. |
| countryCode |
Country Code (two digit ISO) of the person praying |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.