aboutsummaryrefslogtreecommitdiffstats
path: root/tests/create_stocking_order.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/create_stocking_order.json')
-rw-r--r--tests/create_stocking_order.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/create_stocking_order.json b/tests/create_stocking_order.json
new file mode 100644
index 0000000..1af23a4
--- /dev/null
+++ b/tests/create_stocking_order.json
@@ -0,0 +1,8 @@
+{
+ "purchaseOrderNumber": "Order7899",
+ "shipToCode": "677592",
+ "orderLines": [
+ {"partNumber": "661-5097", "quantity": "1"},
+ {"partNumber": "661-5098", "quantity": "2"}
+ ]
+}