Add Item Event Record
POST/api/items/AddItemEventRecord
Tier: Public — stable, supported for third-party integration.
Records an occurrence of a configured entity event (e.g. an inspection or custom lifecycle event) against an item.
No explicit HTTP method attribute is present; ASP.NET Web API's default action-selection convention maps this to POST because the action name has no Get/Put/etc. prefix.
Request
Responses
- 200
- 400
- 401
- 403
true on success.
A service-level error occurred.
Caller is not authenticated.
Caller does not have Update permission on the Item module.