--- sidebar_position: 2 --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; # Add requests handler Adds a new handler to the project `Function AddRequestsHandler(Val Project, Val OintFunction, Val Method = "GET") Export` | Parameter | CLI option | Type | Required | Description | |-|-|-|-|-| | Project | --proj | String | ✔ | Project filepath | | OintFunction | --func | String | ✔ | OpenIntegrations function name | | Method | --method | String | ✖ | HTTP method that will process the handler: GET, POST, MULTIPART | Returns: Structure Of KeyAndValue - Result of handler creation
```bsl title="1C:Enterprise/OneScript code example" ```