Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.99 KB

File metadata and controls

12 lines (9 loc) · 1.99 KB

ProxyRequestBody

Fields

Field Type Required Description Example
Url string The base url of the request https://api.sample-integration.com/v1
Method Method The method of the request
Path string The path of the request including any query parameters /employees/directory
Headers Dictionary<String, object> The headers to send in the request {
"Content-Type": "application/json"
}
Body Dictionary<String, object> The body of the request