E-State
  1. Attention Requests
E-State
  • Prepare Api
  • E-state
    • Client
      • Attention Requests
        • index
          GET
        • store
          POST
        • show
          GET
      • 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. Attention Requests

store

Developing
POST
{{url}}/client/attention-requests

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠422Parameter Error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://app.e-statee.com/api/v1/client/attention-requests' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
200 - Success
{
    "status": "true",
    "message": "Operation completed successfully",
    "data": {
        "id": 1,
        "client_id": 4,
        "reason_for_buy": "qui commodo dolore amet",
        "payment_method": "cillum",
        "price_range": "625.19",
        "project_size_range": "qui cillum aliquip esse et",
        "unit_size_range": "sunt ipsum in ut Duis",
        "bedroom_count": "Ut ad aute consectetur",
        "has_toilet_elderly": "dolore",
        "has_kitchen": "dolore velit",
        "note": "Rerum molestiae aptus pariatur clamo casus voluptatibus caste.",
        "platform": "id proident in occaecat",
        "client": {
            "id": 3,
            "name": "Wallace Hintz",
            "phone": "522-491-0198 x363",
            "email": "Breana_Turcotte54@yahoo.com"
        },
        "options": [
            {
                "id": 9,
                "type": "et exercitation in tempor",
                "name": "Hugh Lang",
                "is_active": false
            },
            {
                "id": 4,
                "type": "commodo irure aliquip",
                "name": "Marsha Powlowski",
                "is_active": false
            }
        ],
        "projects": [
            {
                "id": 4,
                "name": "Recycled Frozen Table",
                "code": "J",
                "status": "conqueror",
                "type": "cui",
                "image": "https://beneficial-fun.name",
                "start_work_date": "2024-10-13T20:35:27.267Z",
                "end_work_date": "2025-02-17T12:51:05.369Z"
            }
        ],
        "units": [
            {
                "id": 2,
                "building_id": 1,
                "project_id": 5,
                "is_for_rent": true,
                "name": "Jeanette Hintz",
                "status": "eiusmod",
                "floor": "veniam",
                "room_count": 8,
                "bathroom_count": 8
            },
            {
                "id": 4,
                "building_id": 1,
                "project_id": 7,
                "is_for_rent": true,
                "name": "Enrique Jacobi",
                "status": "occaecat nisi cupidatat",
                "floor": "reprehenderit",
                "room_count": 4,
                "bathroom_count": 2
            }
        ],
        "buildings": [
            {
                "id": 7,
                "name": "Hazel Kozey PhD",
                "project_id": 1,
                "type": "a",
                "land_area": "sollicito",
                "tax_value": 8,
                "price_after_tax": 61
            }
        ]
    }
}
Modified at 2025-04-17 21:05:16
Previous
index
Next
show
Built with