Survey Results Answers Update

The Update method accepts a single Survey Result and updates the matching record in Sport Ngin. A survey result represents a specific occurrence of a completed survey. An error is thrown if any parameters are invalid.

Parameters

Attributes

Name

Type

Description

id

Integer

Unique id of the survey_result

survey_id

Integer

Unique Id of the Survey the SurveyResult belongs to

persona_id

Integer

Unique id representing the specific person or team that completed the survey

created_at

Datetime

Timestamp of creation date

updated_at

Datetime

Timestamp of last update

order_id

Integer

Unique id representing a specific order if the survey was part of a purchase transaction

completed

Boolean

Boolean representing status of survey_result

user_id

Integer

Unique id representing the user account attached to the survey_result

status

String

Entry status used for sales transactions

barcode_image_id

String

Unique id representing a barcode image file tied to a purchase transaction

roster_player_id

Integer

Unique id representing a registered player that has been placed on a team

placed_at

Datetime

Timestamp of order placement

Language