mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-02 22:05:37 +02:00
37 lines
725 B
Plaintext
Vendored
37 lines
725 B
Plaintext
Vendored
---
|
|
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
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
```bsl title="1C:Enterprise/OneScript code example"
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|