Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Request URL

/api/push/PushStockStatusMovement


Body

JSON format


  "Responses": [ 
    { 
      "Response": { 
        "StockStatusMovement": { 
          "IntegrationId": "IntegrationId", 
          "MessagePart": 0, 
          "MessageTotal": 0, 
          "MessageGroupId": "MessageGroupId", 
          "SequenceNumber": "SequenceNumber", 
          "DcCode": "DcCode", 
          "UtcDate": "UtcDate", 
          "ToLocationType": "ToLocationType", 
          "ToChannel": "ToChannel", 
          "Quantity": "Quantity", 
          "ProductCode": "ProductCode", 
          "FromLocationType": "FromLocationType", 
          "FromChannel": "FromChannel", 
          "Ean": "Ean", 
          "MovementID": "MovementID" 
        } 
      } 
    } 
  ] 
}