ApiHelper/ExecutePatchApiAsync
Executes PATCH API at other URL. This is asynchronous.
Request Information
Parameters
Name | Description | Type |
---|---|---|
url |
URL |
String |
contents |
Body (JSON format) |
String |
querystring |
Query string |
String |
internalCallKeyword |
Internal call keyword |
String |
headers |
Request headers |
Dictionary`2 |
Response Information
Response Description
Description | Type |
---|---|
Task of Response |
Task`1 |