|
|
|
@ -1494,18 +1494,18 @@ fastify.post("/api/editQuotationForSensor/:quatationId", {
|
|
|
|
|
handler: storeController.editQuotationForSensor,
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
fastify.post("/api/getquotationofinstalleranduser/:installationId", {
|
|
|
|
|
fastify.post("/api/getquotationofinstalleranduser/:surveyId", {
|
|
|
|
|
schema: {
|
|
|
|
|
tags: ["Install"],
|
|
|
|
|
description: "This is to Get Quotations for installer and particular user",
|
|
|
|
|
summary: "This is to Get Quotations for installer and particular user",
|
|
|
|
|
description: "This is to Get Quotations for survey and particular user",
|
|
|
|
|
summary: "This is to Get Quotations for survey and particular user",
|
|
|
|
|
params: {
|
|
|
|
|
required: ["installationId"],
|
|
|
|
|
required: ["surveyId"],
|
|
|
|
|
type: "object",
|
|
|
|
|
properties: {
|
|
|
|
|
installationId: {
|
|
|
|
|
surveyId: {
|
|
|
|
|
type: "string",
|
|
|
|
|
description: "installationId",
|
|
|
|
|
description: "surveyId",
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|