ApiHelper/ExecuteApi
Executes the API that you have defined using DynamcAPI.
Request Information
Parameters
Name | Description | Type |
---|---|---|
contents |
Body (JSON format) |
String |
queryString |
Query string |
Dictionary`2 |
urlParam |
URL parameters |
Dictionary`2 |
headers |
HttpRequest Header parameters |
Dictionary`2 |
Response Information
Response Description
Description | Type |
---|---|
Response |
HttpResponseMessage |