POST EventGenerator/ItemsRequestToShare

Отправить запрос на предоставлении информации о содержимом в сервисе

Request Information

URI Parameters

None.

Body Parameters

EventGeneratorIdentForm
NameDescriptionTypeAdditional information
eventGeneratorId

integer

None.

wmid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "eventGeneratorId": 1,
  "wmid": "sample string 2"
}

Response Information

Resource Description

EventGeneratorRequestView
NameDescriptionTypeAdditional information
result

EventGeneratorRequestResult

None.

resultStr

string

None.

Response Formats

application/json, text/json

Sample:
{
  "result": 0,
  "resultStr": "sent"
}