ApiHelper/ExecutePostApi
他のURLのAPIを呼び出します。(POSTメソッド)
Request Information
Parameters
Name | Description | Type |
---|---|---|
url |
URL |
String |
contents |
Body(JSON形式) |
String |
querystring |
Query文字 |
String |
internalCallKeyword |
内部呼び出しキーワード |
String |
headers |
Requestヘッダー |
Dictionary`2 |
Response Information
Response Description
Description | Type |
---|---|
実行結果 |
HttpResponseMessage |