POST api/Extraction/GetDynamicData
Request Information
URI Parameters
None.
Body Parameters
DynamicCallRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProcedureName | string |
None. |
|
| paramKeyValues | Dictionary of string [key] and string [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProcedureName": "sample string 1",
"paramKeyValues": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />