4.5.2.Recontact by Transaction
| Recontact by Transaction | |
| Description | Create (or update) the panel list of an existing recontact project using previously acquired panelist ids |
| Request URL | Prodege Base URL + /recontact-by-transaction |
| Request Method | POST |
| Request Parameters | |||
| Parameter Name | Parameter Type | Description | Required? |
| apik | String | Your API Key. | Yes |
| request_date | Numeric | Timestamp in milliseconds (see Authentication). | Yes |
| signature | String | The signature of your request (see Authentication). | Yes |
| prodege_project_id | Numeric | The ID that uniquely identifies this project in the Prodege system. | Yes |
| transaction_recontacts | array | JSON array of transaction recontact entries for this project. | Yes |
| Response Parameters | ||
| Parameter Name | Parameter Type | Description |
| return_status | String | The return status for this api call |
| prodege_project_id | Numeric | The id that uniquely identifies this project |
| invalid_transaction_ids | array | List of transaction ids that were not successfully processed by the API |
| transaction_recontacts Elements Model (see JSON Examples section for sample data) | ||
| Property Name | Property Type | Description |
| transaction_id | Numeric | The id that uniquely identifies a respondent on Prodege |
| survey_url | String | The entry link for this survey for the given panelist that is associated with the transaction_id. (url must have “%transid%” and “%panelistid%” placeholders in it) |
| invite_expiration | DateTime | The expiration date for this survey (in Unix UTC Timestamp, in milliseconds) |
Help Guide Powered by Documentor