ApiHelper/ExecuteApiAsync
Executes the API that you have defined using DynamcAPI. This is asynchronous.
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のTASK |
Task`1 |