POST tab/GetOptionSettingDDL
Request Information
URI Parameters
None.
Body Parameters
iGetOptionSettingDDLName | Description | Type | Additional information |
---|---|---|---|
optionType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "optionType": "sample string 1" }
Response Information
Resource Description
oDDLResponseName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of oDDL |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "code": "sample string 1", "desc": "sample string 2" }, { "code": "sample string 1", "desc": "sample string 2" } ], "StatusCode": true, "Message": "sample string 2" }