POST api/AppEvents/Add
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| AppEvent | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EventId": 1,
"DateCreated": "2026-05-22T17:54:29.9203024+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>2026-05-22T17:54:29.9203024+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.