From 4f4e1cc24aa1e101f13731f328e83021673aa015 Mon Sep 17 00:00:00 2001 From: Nameet Jain Date: Fri, 14 Jun 2024 15:04:37 +0530 Subject: [PATCH 1/3] Added services to create inventory count status and create inventory count import. --- .../cycleCount/InventoryCountServices.xml | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 service/co/hotwax/cycleCount/InventoryCountServices.xml diff --git a/service/co/hotwax/cycleCount/InventoryCountServices.xml b/service/co/hotwax/cycleCount/InventoryCountServices.xml new file mode 100644 index 0000000..8c2baf0 --- /dev/null +++ b/service/co/hotwax/cycleCount/InventoryCountServices.xml @@ -0,0 +1,35 @@ + + + + + Service to create an Inventory Count Import Status history. + + + + + Service to create an Inventory Count Import and status history. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 3f3e52383400971ab4727c7f50ac8df97287592e Mon Sep 17 00:00:00 2001 From: Nameet Jain Date: Fri, 14 Jun 2024 15:05:10 +0530 Subject: [PATCH 2/3] Added API to create inventory count import. --- service/inventorycount.rest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/inventorycount.rest.xml b/service/inventorycount.rest.xml index 2a0a32f..f808857 100644 --- a/service/inventorycount.rest.xml +++ b/service/inventorycount.rest.xml @@ -5,8 +5,10 @@ + \ No newline at end of file From 926ed8d9b580ad323faa990c099ecd23ef4fa290 Mon Sep 17 00:00:00 2001 From: Nameet Jain Date: Mon, 17 Jun 2024 10:48:57 +0530 Subject: [PATCH 3/3] Added api support to get cycle count detail for given identifier. --- service/inventorycount.rest.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/service/inventorycount.rest.xml b/service/inventorycount.rest.xml index f808857..a9f46f7 100644 --- a/service/inventorycount.rest.xml +++ b/service/inventorycount.rest.xml @@ -10,5 +10,11 @@ + + + + \ No newline at end of file