POST api/Dialog/GetAnswerItems
Request Information
URI Parameters
None.
Body Parameters
DATName | Description | Type | Additional information |
---|---|---|---|
DAT_ID_1 | string |
None. |
|
DAT_ID_1_C | integer |
None. |
|
DAT_ID_2 | string |
None. |
|
DAT_ID_2_C | integer |
None. |
|
DAT_ID_3 | string |
None. |
|
DAT_ID_3_C | integer |
None. |
|
DAT_ID_4 | string |
None. |
|
DAT_ID_4_C | integer |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DAT_ID_1": "sample string 1", "DAT_ID_1_C": 2, "DAT_ID_2": "sample string 3", "DAT_ID_2_C": 4, "DAT_ID_3": "sample string 5", "DAT_ID_3_C": 6, "DAT_ID_4": "sample string 7", "DAT_ID_4_C": 8, "Lang": "" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dialog_AnswerName | Description | Type | Additional information |
---|---|---|---|
DA | Collection of DA |
None. |
Response Formats
application/json, text/json
Sample:
{ "DA": [ { "DA_DAT_ID": "sample string 1", "DA_ID": 2, "DA_Content": "sample string 3", "DA_FA": 4, "DA_HU": 5, "DA_TR": 6, "DA_RE": 7, "DA_DE": 8, "DA_CA": 9, "DA_Temp1": 10, "DA_Temp2": 11, "DA_Temp3": 12, "DA_Temp4": 13 }, { "DA_DAT_ID": "sample string 1", "DA_ID": 2, "DA_Content": "sample string 3", "DA_FA": 4, "DA_HU": 5, "DA_TR": 6, "DA_RE": 7, "DA_DE": 8, "DA_CA": 9, "DA_Temp1": 10, "DA_Temp2": 11, "DA_Temp3": 12, "DA_Temp4": 13 } ] }