httpcall
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
method | 'Get' | 'Post' | 'Put' | 'Delete' | 'Patch' | Required | The HTTP method to use |
name | string | Required, Identifier | The Http Call Name |
url | string | Required | The Http Call Url |
body | string | The body to include in the request | |
headers | Header[] | The http call headers | |
result | string | The http call result | |
statusCode | int | The http call status code |
Header
| Property | Type | Attributes | Description |
|---|---|---|---|
name | string | Required | The name. |
value | string | Required | The value. |