master
Varun 9 months ago
parent b01f54cc92
commit 845729fbb2

@ -1115,24 +1115,18 @@ fastify.get("/api/getbatchnumbers/:storeId/:type", {
description: "This is to Get batch numbers",
summary: "This is to Get batch numbers",
params: {
required: ["storeId"],
type: "object",
properties: {
storeId: {
type: "string",
description: "storeId",
},
},
},
params: {
required: ["type"],
type: "object",
properties: {
type: {
type: "string",
description: "type",
},
},
required: ["storeId", "type"],
},
security: [
{

Loading…
Cancel
Save