You are here: Communications Cloud API v1 > Resources > Subscribers > Change Responses for One Question
Change Responses for One Question

PUT to /api/accounts/ACCOUNT_CODE/subscribers/ENCODED_SUBSCRIBER_ID/responses.xml

Example Input
<responses type="array">
  <!-- Subscriber provided two answers to a "select one or more" question -->
  <response>
    <question-answer-text>ENTER ANSWER TEXT</question-answer-text>
    <to-param>####</to-param>
    <question-id>####</question-id>
    <answer-id>####</answer-id>
  </response>
  <response>
    <question-answer-text>ENTER ANSWER TEXT</question-answer-text>
    <to-param>####</to-param>
    <question-id>####</question-id>
    <answer-id>####</answer-id>
  </response>
</responses>
Elements
Output

A successful operation will have a 200 OK response status and an empty response body.

Troubleshooting

Reference subscriber error codes

 

Was this page helpful? Can't find what you need? Let us know