submission
This commit is contained in:
@@ -308,6 +308,13 @@ class ApiConstants {
|
||||
static const String saveProject =
|
||||
'/building_material.building_material.api.project.save';
|
||||
|
||||
/// Get project detail (requires sid and csrf_token)
|
||||
/// POST /api/method/building_material.building_material.api.project.get_detail
|
||||
/// Body: { "name": "#DA00011" }
|
||||
/// Returns: Full project detail with all fields
|
||||
static const String getProjectDetail =
|
||||
'/building_material.building_material.api.project.get_detail';
|
||||
|
||||
/// Create new project (legacy endpoint - may be deprecated)
|
||||
/// POST /projects
|
||||
static const String createProject = '/projects';
|
||||
|
||||
Reference in New Issue
Block a user