Advertisement
Guest User

Integration Update

a guest
Apr 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.02 KB | None | 0 0
  1. {
  2.   "OldValues": {
  3.     "Id": 55,
  4.     "ProductionOrderNumber": 12345,
  5.     "WorkstepNumber": 256,
  6.     "ItemNumber": "Item123",
  7.     "ItemDescription": "ItemDes.1",
  8.     "WorkstepDescription": "AFODes.1",
  9.     "DeliveryDate": "2017-10-16T00:00:00",
  10.     "PartNumber": "PartNumber1",
  11.     "PriorityId": 3,
  12.     "Project": "AAA",
  13.     "Machine": "BBB",
  14.     "MainDepartment": "CCC",
  15.     "SubDepartment": "DDD",
  16.     "Comment": null,
  17.     "StatusId": 1,
  18.     "EmployeeId": null,
  19.     "ShippingLabelStatus": 0,
  20.     "Status": {
  21.       "Id": 1
  22.     },
  23.     "Employee": null,
  24.     "Priority": {
  25.       "Id": 3,
  26.       "Priority": "(Keine)",
  27.       "Sequence": 3
  28.     },
  29.     "BillOfMaterial9000Items": null,
  30.     "BillOfMaterial8000Items": null,
  31.     "SequenceOfOperationUpdateInfo": null,
  32.     "AgPosText": null
  33.   },
  34.   "NewValues": {
  35.     "Id": 55,
  36.     "ProductionOrderNumber": 12345,
  37.     "WorkstepNumber": 256,
  38.     "ItemNumber": "upd_Item123",
  39.     "ItemDescription": "upd_ItemDes.1",
  40.     "WorkstepDescription": "upd_AFODes.1",
  41.     "DeliveryDate": "2019-10-16T00:00:00",
  42.     "PartNumber": "PartNumber1",
  43.     "PriorityId": 3,
  44.     "Project": "EEE",
  45.     "Machine": "FFF",
  46.     "MainDepartment": "GGG",
  47.     "SubDepartment": "HHH",
  48.     "Comment": null,
  49.     "StatusId": 1,
  50.     "EmployeeId": null,
  51.     "ShippingLabelStatus": 0,
  52.     "Status": {
  53.       "Id": 1
  54.     },
  55.     "Employee": null,
  56.     "Priority": {
  57.       "Id": 3,
  58.       "Priority": "(Keine)",
  59.       "Sequence": 3
  60.     },
  61.     "BillOfMaterial9000Items": null,
  62.     "BillOfMaterial8000Items": null,
  63.     "SequenceOfOperationUpdateInfo": null,
  64.     "AgPosText": null
  65.   },
  66.   "Payload": {
  67.     "Id": 6,
  68.     "ProductionOrderNumber": 12345,
  69.     "WorkstepNumber": 256,
  70.     "ItemNumber": "upd_Item123",
  71.     "PartNumber": "upd_PartN",
  72.     "ItemDescription": "upd_ItemDes.1",
  73.     "WorkstepDescription": "upd_AFODes.1",
  74.     "DeliveryDate": "2019-10-16T00:00:00",
  75.     "Project": "EEE",
  76.     "Machine": "FFF",
  77.     "MainDepartment": "GGG",
  78.     "SubDepartment": "HHH",
  79.     "UpdateAction": 2
  80.   }
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement