GET v1/SendEvents

Send event

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

bool

SentEventResponse
NameDescriptionTypeAdditional information
code

string

None.

details

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "details": "sample string 2"
}

application/xml, text/xml

Sample:
<SentEventResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Napco.NOC.Models">
  <Code>sample string 1</Code>
  <Details>sample string 2</Details>
</SentEventResponse>