POST api/Dialog/GetDialog
Request Information
URI Parameters
None.
Body Parameters
DTName | Description | Type | Additional information |
---|---|---|---|
D_DT_ID | string |
None. |
|
Lang | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "D_DT_ID": "sample string 1", "Lang": "" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DialogName | Description | Type | Additional information |
---|---|---|---|
D_DT_ID | string |
None. |
|
DialogContent | Collection of Dialog_Content |
None. |
Response Formats
application/json, text/json
Sample:
{ "D_DT_ID": "sample string 1", "DialogContent": [ { "D_ID": 1, "D_Content": "sample string 2" }, { "D_ID": 1, "D_Content": "sample string 2" } ] }