POST api/Wizard/SaveEntry
Request Information
URI Parameters
None.
Body Parameters
WizardEntryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| WizardID | integer |
None. |
|
| Answers | Collection of QuestionEntryModel |
None. |
|
| IsCompleted | boolean |
None. |
|
| Wizard | WizardModel |
None. |
|
| LastVersion | ProfileModel |
None. |
|
| LastVersionDifferentWizard | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"WizardID": 2,
"Answers": [
{
"ID": 1,
"QuestionID": 2,
"Values": [
{},
{}
]
},
{
"ID": 1,
"QuestionID": 2,
"Values": [
{},
{}
]
}
],
"IsCompleted": true,
"Wizard": {
"ID": 1,
"IsInternal": true,
"Threshold": 1.0,
"WizardParts": [
{
"ID": 1,
"Title": "sample string 2",
"TitleNL": "sample string 7",
"TitleFR": "sample string 8",
"TitleUK": "sample string 9",
"TitleDE": "sample string 10",
"Title_NL": "sample string 7",
"Title_FR": "sample string 8",
"Title_UK": "sample string 9",
"Title_DE": "sample string 10",
"SortOrder": 11,
"Questions": null,
"DisplayText": "sample string 9"
},
{
"ID": 1,
"Title": "sample string 2",
"TitleNL": "sample string 7",
"TitleFR": "sample string 8",
"TitleUK": "sample string 9",
"TitleDE": "sample string 10",
"Title_NL": "sample string 7",
"Title_FR": "sample string 8",
"Title_UK": "sample string 9",
"Title_DE": "sample string 10",
"SortOrder": 11,
"Questions": null,
"DisplayText": "sample string 9"
}
],
"WizardType": "sample string 3"
},
"LastVersion": null,
"LastVersionDifferentWizard": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaveEntryResultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsCompleted | boolean |
None. |
|
| WizardEntry | WizardEntryModel |
None. |
|
| ProfileModel | ProfileModel |
None. |
|
| DisplayProfileModel | DisplayProfileModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsCompleted": true,
"WizardEntry": {
"ID": 1,
"WizardID": 2,
"Answers": [
{
"ID": 1,
"QuestionID": 2,
"Values": [
{},
{}
]
},
{
"ID": 1,
"QuestionID": 2,
"Values": [
{},
{}
]
}
],
"IsCompleted": true,
"Wizard": {
"ID": 1,
"IsInternal": true,
"Threshold": 1.0,
"WizardParts": [
{
"ID": 1,
"Title": "sample string 2",
"TitleNL": "sample string 7",
"TitleFR": "sample string 8",
"TitleUK": "sample string 9",
"TitleDE": "sample string 10",
"Title_NL": "sample string 7",
"Title_FR": "sample string 8",
"Title_UK": "sample string 9",
"Title_DE": "sample string 10",
"SortOrder": 11,
"Questions": null,
"DisplayText": "sample string 9"
},
{
"ID": 1,
"Title": "sample string 2",
"TitleNL": "sample string 7",
"TitleFR": "sample string 8",
"TitleUK": "sample string 9",
"TitleDE": "sample string 10",
"Title_NL": "sample string 7",
"Title_FR": "sample string 8",
"Title_UK": "sample string 9",
"Title_DE": "sample string 10",
"SortOrder": 11,
"Questions": null,
"DisplayText": "sample string 9"
}
],
"WizardType": "sample string 3"
},
"LastVersion": null,
"LastVersionDifferentWizard": true
},
"ProfileModel": null,
"DisplayProfileModel": null
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.