POST breeze/AppEvents/Add

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
AppEvent
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "EventId": 1,
  "DateCreated": "2025-06-06T21:04:47.79428+00:00",
  "EventType": 0,
  "Target": "sample string 3",
  "TargetType": 0,
  "EventData": {}
}

application/xml, text/xml

Sample:
<AppEvent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMDomain.AppEvents">
  <DateCreated>2025-06-06T21:04:47.79428+00:00</DateCreated>
  <EventData />
  <EventId>1</EventId>
  <EventType>AddWorkOrderNote</EventType>
  <Target>sample string 3</Target>
  <TargetType>WorkOrder</TargetType>
</AppEvent>

application/x-www-form-urlencoded

Sample:

Sample not available.