|
|
@ -71,7 +71,7 @@ fastify.post("/api/requestedbookings", {
|
|
|
|
type: "array",
|
|
|
|
type: "array",
|
|
|
|
items: {
|
|
|
|
items: {
|
|
|
|
type: "object",
|
|
|
|
type: "object",
|
|
|
|
required: ["supplierId", "quoted_amount", "custom_field"],
|
|
|
|
required: ["supplierId", "quoted_amount"],
|
|
|
|
properties: {
|
|
|
|
properties: {
|
|
|
|
supplierId: { type: "string" },
|
|
|
|
supplierId: { type: "string" },
|
|
|
|
quoted_amount: { type: "number" },
|
|
|
|
quoted_amount: { type: "number" },
|
|
|
|