docs/docs.go
@@ -7148,7 +7148,9 @@ } } } } }, "/api/salesDetails/updateStatus": { "post": { "produces": [ "application/json" @@ -7164,7 +7166,7 @@ "in": "body", "required": true, "schema": { "$ref": "#/definitions/request.UpdateSalesDetails" "$ref": "#/definitions/request.UpdateSalesDetailsStatus" } } ], @@ -17811,6 +17813,17 @@ } } }, "request.UpdateSalesDetailsStatus": { "type": "object", "properties": { "id": { "type": "integer" }, "status": { "$ref": "#/definitions/constvar.SalesDetailsStatus" } } }, "request.UpdateSalesLeads": { "type": "object", "properties": {