POST EventGenerator/ItemsRequestToShare
Отправить запрос на предоставлении информации о содержимом в сервисе
Request Information
URI Parameters
None.
Body Parameters
EventGeneratorIdentFormName | Description | Type | Additional information |
---|---|---|---|
eventGeneratorId | integer |
None. |
|
wmid | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "eventGeneratorId": 1, "wmid": "sample string 2" }
Response Information
Resource Description
EventGeneratorRequestViewName | Description | Type | Additional information |
---|---|---|---|
result | EventGeneratorRequestResult |
None. |
|
resultStr | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": 0, "resultStr": "sent" }