uodate create/detail - no upload file
This commit is contained in:
@@ -356,6 +356,13 @@ class ApiConstants {
|
||||
static const String getDesignRequestDetail =
|
||||
'/building_material.building_material.api.design_request.get_detail';
|
||||
|
||||
/// Create a new design request (requires sid and csrf_token)
|
||||
/// POST /api/method/building_material.building_material.api.design_request.create
|
||||
/// Body: { "subject": "...", "area": "...", "region": "...", "desired_style": "...", "estimated_budget": "...", "detailed_requirements": "...", "dateline": "..." }
|
||||
/// Returns: { "message": { "success": true, "data": { "name": "ISS-2025-00006" } } }
|
||||
static const String createDesignRequest =
|
||||
'/building_material.building_material.api.design_request.create';
|
||||
|
||||
/// Create new project (legacy endpoint - may be deprecated)
|
||||
/// POST /projects
|
||||
static const String createProject = '/projects';
|
||||
|
||||
Reference in New Issue
Block a user