The push notifications that Acumatica ERP sends include the following elements in JSON format.
long
Suppose that push notifications are configured for the Stock Items: Last Modified Date generic inquiry (which displays the InventoryID, StockItem, ItemStatus, and InventoryItem_lastModifiedDateTime columns). Acumatica ERP sends the following notification when the status of the AACOMPUT01 inventory item has been changed from Active to Inactive.
{ "Inserted": [{ "InventoryID":"AACOMPUT01", "StockItem":true, "ItemStatus":"Inactive", "InventoryItem_lastModifiedDateTime":"2024-05-05T15:16:23.1" }], "Deleted": [{ "InventoryID":"AACOMPUT01", "StockItem":true, "ItemStatus":"Active", "InventoryItem_lastModifiedDateTime":"2024-05-05T15:16:23.103" }], "Query":"Stock Items: Last Modified Date", "CompanyId":"MyTenant", "Id":"1af4d140-5321-41f2-a2ec-50b67f577c6c", "TimeStamp":636295833829493672, "AdditionalInfo":{} }