Dismiss external survey by external project id

Endpoint URL

http://api.clearvoicesurveys.com/api/v2/member/undismisssurvey

Parameters

ExternalProjectId
string
External Project Id
ExternalMemberId
string
External Member Id
ProjectSourceId
integer
Source Id of the project

Example Request Data

{
  "ExternalProjectId": "sample string 1",
  "ExternalMemberId": "sample string 2",
  "ProjectSourceId": 3
}

Response Description

Dismissing bool result

Example Response