| 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 |