Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var args = {
  2.                         BasicMessageHeader: "",
  3.                         ProductionLot: {
  4.                             ProductionLotIDUUID: "00163e0e-514f-1ed8-84c3-e97c56166eaa",
  5.                             ConfirmationGroup: [{
  6.                                 ConfirmationGroupUUID: "00163e0e-514f-1ed8-84c3-e97c56188eaa",
  7.                                 MaterialOutput: {
  8.                                     attributes: {
  9.                                         ActionCode: "02"
  10.                                     },
  11.                                     MaterialOutputUUID: "00163e0e-514f-1ed8-84c3-e97c5617aeaa",
  12.                                     IdentifiedStockID: "2",
  13.                                     ConfirmedQuantity: {
  14.                                         attributes: {
  15.                                             unitCode: "MTQ"
  16.                                         },
  17.                                         $value: "2"
  18.                                     },
  19.                                     SplitIndicator: "true",
  20.                                     TargetLogisticsAreaID: "P1100-20"
  21.                                 },
  22.                                 MaterialOutput: {
  23.                                     attributes: {
  24.                                         ActionCode: "02"
  25.                                     },
  26.                                     MaterialOutputUUID: "",
  27.                                     IdentifiedStockID: "2",
  28.                                     ConfirmedQuantity: {
  29.                                         attributes: {
  30.                                             unitCode: "MTQ"
  31.                                         },
  32.                                         $value: "2"
  33.                                     },
  34.                                     SplitIndicator: "true",
  35.                                     TargetLogisticsAreaID: "P1100-20"
  36.                                 }
  37.                             }]
  38.                         },
  39.                         ProcessingConditions: {
  40.                             QueryHitsUnlimitedIndicator: true
  41.                         }
  42.                     };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement