ProductMenuAnswerDto
ProductMenuAnswerDto
| Field name | Type | Description |
|---|---|---|
Id |
int | The ID of the answer |
Text |
string | The answer' text |
Price |
int (nullable) | The price applicable for this answer (optional) |
NextQuestion |
int (nullable) | The next question that should be displayed when this answer is selected. When null there is no more question to display after this answer. |
LinkId |
int | The ID indicating the linked entity |
LinkNo |
string | The number indicating the linked entity |
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, LinkId and Text fields are mandatory.