ProductMenuQuestionDto
ProductMenuQuestionDto
| Field name | Type | Description |
|---|---|---|
Id |
int | The ID of the question |
Text |
string | The question' text |
Sort |
string | The order in which the question should be listed |
Answer |
object | Selected answer, see "Creating a order" below. (ProductMenuAnswerDto) |
Answers |
collection | Collection of ProductMenuAnswerDto |
Creating a order
This DTO is used for both retrieving and sending information. When you are creating a order to be send to the API only the Id and Answer fields are mandatory.