|
|
|
@ -506,16 +506,16 @@ module.exports = function (fastify, opts, next) {
|
|
|
|
|
tags: ["Supplier-Order"],
|
|
|
|
|
description:"This is for Get All order cancelled",
|
|
|
|
|
summary: "This is for Get All order cancelled",
|
|
|
|
|
params: {
|
|
|
|
|
required: ["customerId"],
|
|
|
|
|
type: "object",
|
|
|
|
|
properties: {
|
|
|
|
|
customerId: {
|
|
|
|
|
type: "string",
|
|
|
|
|
description: "customerId",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
// params: {
|
|
|
|
|
// required: ["customerId"],
|
|
|
|
|
// type: "object",
|
|
|
|
|
// properties: {
|
|
|
|
|
// customerId: {
|
|
|
|
|
// type: "string",
|
|
|
|
|
// description: "customerId",
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
security: [
|
|
|
|
|
{
|
|
|
|
|