E-State
  1. Estate Schemas
E-State
  • Prepare Api
  • E-state
    • Client
      • Attention Requests
        • index
        • store
        • show
      • Auth
        • profile
        • logout
        • register
        • login
      • Units
        • index
        • show
        • units client
      • Sales
        • index
        • show
    • System
      • Projects
        • index
        • show
      • Units
        • index
        • show units by project
        • show
      • Sales
        • SaleRefund
          • index
          • show
        • index
        • show
      • Attention Requests
        • index
        • show
      • Clients
        • index
        • show
      • Discounts
        • index
        • show
      • Lands
        • owners
        • index
        • show
        • show land owner
      • marketings
        • campaign-types
        • show campaign type
        • campaign-goals
        • show campaign goals
        • index
        • show
      • Purchase Orders
        • index
        • show
        • raise-budgets
        • show raise-budgets
      • Purchase Requests
        • index
        • show
      • Rental Requests
        • rental-requests
        • show rental-requests
      • Archive
        • create folder
        • download file
        • Explore Archive
        • Upload File
    • CallCenter
      • Check Connection
      • New Call From Client
      • Start Call
      • Close Call
      • Search For Client
      • New Call From User
    • Make & Zapier
      • New Attention Request
    • E-state JISR
      • Employee
        • index
  • Schemas
    • Sample Schemas
      • Project
      • Pet
      • Category
      • Tag
    • Estate Schemas
      • Client Simple
      • Client
      • Project Simple
      • Project
      • User Simple
      • User
      • Building Simple
      • Building
      • Sale Simple
      • Sale
      • Booking Simple
      • Booking
      • SaleRefund
      • SaleOperation Simple
      • SaleOperation
      • Option
      • SaleDiscount
      • Discount Simple
      • Discount
      • AttentionRequest Simple
      • AttentionRequest
      • Land Simple
      • Land
      • LandOwner Simple
      • LandOwner
      • LandOwnership
      • Country Simple
      • Country
      • City Simple
      • City
      • Area Simple
      • Area
      • Block Simple
      • Block
      • CampaignGoal
      • CampaignGoalProgress
      • CampaignType
      • Marketing
      • PurchaseOrder Simple
      • PurchaseOrder
      • PurchaseOrderDetails
      • PurchaseRequest Simple
      • PurchaseRequest
      • PurchaseRequestOffer Simple
      • PurchaseRequestOfferDetails
      • PurchaseRequestOffer
      • Comment
      • Rental Simple
      • Rental
      • RentalRequest Simple
      • RentalRequest
      • ProjectBuildingType
      • Delegate
      • ServiceCategory
      • Procedure
      • ProcedureCategory
      • Service Simple
      • Service
      • Material
      • ProjectService
      • ProjectItem
      • ProjectItemCategory
      • ProjectProjectItem
      • ProjectMaterial
      • ProjectCompletionStageDetails
      • ProjectCompletionStage
      • Contract Simple
      • Contract
      • Unit Simple
      • Unit
      • Task Simple
      • Task
      • Section
      • UserCategory
      • Qualification
      • QualificationTracking
      • MaterialCategory
      • TaskCategory
      • TaskFollower
      • TaskComment
      • TaskAttachment
      • TaskActivity
      • SaleOption
      • SaleClient
      • Bank
      • RaiseBudget
      • RaiseBudgetDetails
      • Department
      • CompanySetting
      • ModuleNotification
      • Module
      • UserModuleNotification
      • ProjectProcedure
      • ProjectUser
      • ProjectUserPayment
      • LandSuk
      • Payment
      • PurchaseRequestDetails
      • ProjectServiceComment
      • ProjectServiceProcedure
      • serviceProcedure
      • RecurringTask
      • UserProjectItem
      • PurchaseRequestOfferSimple
      • RaiseBudget Simple
      • Marketing Simple
      • CampaignGoalProgress Simple
      • Payment Simple
      • Material Simple
      • Pagination Data
  1. Estate Schemas

Project

{
    "id": 0,
    "project_manager_user_id": 0,
    "developer_id": 0,
    "owner_id": 0,
    "government_user_id": 0,
    "sales_on_map_user_id": 0,
    "name": "string",
    "code": "string",
    "description": "string",
    "status": "string",
    "type": "string",
    "project_receipt_date": "string",
    "units_delivery_date": "string",
    "start_work_date": "string",
    "end_work_date": "string",
    "sale_type": "string",
    "work_days": 0,
    "work_months": 0,
    "building_surfaces": "string",
    "parking_number": 0,
    "cellar_number": 0,
    "buildings_number": 0,
    "units_number": 0,
    "steps_completed_percent": "string",
    "project_items_completion_rate": "string",
    "cost_of_development": 0,
    "cost_of_development_expenses": 0,
    "cost_of_contractor": 0,
    "cost_of_contractor_expenses": 0,
    "building_permit": "string",
    "project_load_file": "string",
    "electricity_meter_file": "string",
    "water_meter_file": "string",
    "site_sketch_file": "string",
    "subdivision_report_file": "string",
    "water_meter_and_sewer": "string",
    "surveying_decision_for_subdivision": "string",
    "letter_addressed_to_municipality": "string",
    "sign_and_dimension_file": "string",
    "consultant_report": "string",
    "rent_cost_of_development": "string",
    "rent_allocated_budget": "string",
    "rent_cost_of_contractor": "string",
    "allocated_budget": "string",
    "allocated_budget_expenses": "string",
    "percent_work_day": "string",
    "developer": {
        "id": 0,
        "name": "string",
        "email": "string",
        "phone": 0,
        "job_title": "string",
        "id_number": 0
    },
    "landOwner": {
        "id": 0,
        "name": "string",
        "email": "string",
        "phone": 0,
        "type": "string"
    },
    "governmentUser": {
        "id": 0,
        "name": "string",
        "email": "string",
        "phone": 0,
        "job_title": "string",
        "id_number": 0
    },
    "projectManagerUser": {
        "id": 0,
        "name": "string",
        "email": "string",
        "phone": 0,
        "job_title": "string",
        "id_number": 0
    },
    "salesOnMapUser": {
        "id": 0,
        "name": "string",
        "email": "string",
        "phone": 0,
        "job_title": "string",
        "id_number": 0
    },
    "units_count": 0,
    "buildings_count": 0,
    "project_building_types_count": 0,
    "lands_count": 0,
    "delegates_count": 0,
    "service_categories_count": 0,
    "purchase_requests_count": 0,
    "marketings_count": 0,
    "raise_budgets_count": 0,
    "procedures_count": 0,
    "project_procedures_count": 0,
    "materials_count": 0,
    "project_services_count": 0,
    "project_items_count": 0,
    "project_stakeholders_count": 0,
    "contracts_count": 0,
    "projectBuildingTypes": [
        {
            "id": 0,
            "project_id": 0,
            "type": "string"
        }
    ],
    "buildings": [
        {
            "id": 0,
            "name": "string",
            "project_id": 0,
            "type": "string",
            "land_area": "string",
            "tax_value": 0,
            "price_after_tax": 0
        }
    ],
    "units": [
        {
            "id": 0,
            "building_id": 0,
            "project_id": 0,
            "is_for_rent": true,
            "name": "string",
            "status": "string",
            "floor": "string",
            "room_count": 0,
            "bathroom_count": 0
        }
    ],
    "serviceCategories": [
        {
            "id": 0,
            "name": "string",
            "type": "string",
            "color": "string"
        }
    ],
    "purchaseRequests": [
        {
            "id": 0,
            "from_user_id": 0,
            "project_id": 0,
            "title": "string",
            "status": "string"
        }
    ],
    "raiseBudgets": [
        {
            "id": 0,
            "created_department_id": 0,
            "project_id": 0,
            "purchase_request_offer_id": 0,
            "title": "string",
            "status": "string",
            "raiseBudgetDetails": [
                {
                    "id": 0,
                    "raise_budget_id": 0,
                    "material_id": 0,
                    "project_material_id": 0,
                    "increase_value": 0,
                    "added_value": 0,
                    "material": {
                        "id": 0,
                        "material_category_id": 0,
                        "name": "string",
                        "unit": "string"
                    }
                }
            ],
            "purchaseRequestOffer": {
                "id": 0,
                "status": "string",
                "description": "string",
                "offer_number": 0,
                "total": 0
            },
            "createdDepartment": {
                "id": 0,
                "name": "string",
                "description": "string",
                "is_super_department": true,
                "manager": {
                    "id": 0,
                    "name": "string",
                    "email": "string",
                    "phone": 0,
                    "job_title": "string",
                    "id_number": 0
                }
            },
            "raise_budget_details_count": 0
        }
    ],
    "marketings": [
        {
            "id": 0,
            "project_id": 0,
            "name": "string",
            "budget": "string"
        }
    ],
    "procedures": [
        {
            "id": 0,
            "service_id": 0,
            "name": "string",
            "percent": "string",
            "risk_degree": "string",
            "procedureCategory": {
                "id": 0,
                "name": "string"
            },
            "service": {
                "id": 0,
                "collection_name": "string",
                "name": "string"
            }
        }
    ],
    "projectProcedures": [
        {
            "id": 0,
            "procedure_id": 0,
            "project_id": 0,
            "project_step_id": 0,
            "status": "string",
            "completed_percent": "string",
            "start_date": "string",
            "end_date": "string",
            "days": "string",
            "started_at": "string",
            "ended_at": "string"
        }
    ],
    "materials": [
        {
            "id": 0,
            "material_category_id": 0,
            "name": "string",
            "unit": "string"
        }
    ],
    "projectServices": [
        {
            "id": 0,
            "service_id": 0,
            "project_id": 0,
            "project_service_category_id": 0,
            "assign_to": "string",
            "fees": "string",
            "status": "string",
            "due_date": "string",
            "completed_at": "string",
            "expected_count_files": "string",
            "is_active": true,
            "note": "string",
            "lastComment": {
                "id": 0,
                "user_id": 0,
                "created_by_id": 0,
                "project_service_id": 0,
                "content": "string"
            }
        }
    ],
    "projectItems": [
        {
            "id": 0,
            "project_item_category_id": 0,
            "name": "string",
            "unit": {
                "id": 0,
                "building_id": 0,
                "project_id": 0,
                "is_for_rent": true,
                "name": "string",
                "status": "string",
                "floor": "string",
                "room_count": 0,
                "bathroom_count": 0
            },
            "category": {
                "id": 0,
                "name": "string"
            }
        }
    ],
    "projectStakeholders": [
        {
            "id": 0,
            "name": "string",
            "email": "string",
            "phone": 0,
            "job_title": "string",
            "id_number": 0
        }
    ],
    "contracts": [
        {
            "id": 0,
            "title": "string",
            "type": "string",
            "status": "string"
        }
    ]
}
Built with