POST Api/Dy/ApiExecute
Request Information
URI Parameters
None.
Body Parameters
BaseDataRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Data": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBaseResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| StateCode | StateCodeEnum |
None. |
|
| Message | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"StateCode": 0,
"Message": "sample string 1",
"Data": "sample string 2"
}