E-State
  1. Lands
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
          GET
        • index
          GET
        • show
          GET
        • show land owner
          GET
      • 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
  1. Lands

show land owner

Developing
GET
http://estate.test/api/v1{{url}}/system/lands/owners/1
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'http://estate.test/api/v1/system/lands/owners/1' \
--header 'x-api-key: f482480c-11fe-4426-9f6e-e7d26c8c3eed' \
--header 'x-secret-key: FkSF0PDbMOgLmLlJeMDSDzBFIl5dloAC'
Response Response Example
{
    "status": "true",
    "message": "Operation completed successfully",
    "data": {
        "id": 9,
        "land_id": 4,
        "area_id": 3,
        "city_id": 2,
        "block_id": 2,
        "name": "Mildred Okuneva",
        "phone": "(200) 609-2653 x896",
        "email": "Laurence_DAmore@hotmail.com",
        "agency_name": "Willie Ziemann",
        "agency_number": 3,
        "notes": "Peccatus cruentus cursim.",
        "type": "laboris do non",
        "commercial_register_or_national_id": 4,
        "postal_code": "94846-5455",
        "street": "16203 Cemetery Road",
        "address": "New Hampshire Moorehaven Lawrence County 29061 Bennett Lane Suite 507",
        "building": {
            "id": 7,
            "name": "Dr. Randolph Rempel",
            "project_id": 3,
            "type": "T",
            "land_area": "arcesso",
            "tax_value": 8,
            "price_after_tax": 671
        },
        "area": {
            "id": 7,
            "name": "Hilda Schoen",
            "type": "ullamco laborum culpa in"
        },
        "city": {
            "id": 5,
            "country_id": 8,
            "parent_id": 8,
            "name": "Levi Sawayn",
            "type": "consectetur sint qui dolor"
        },
        "block": {
            "id": 7,
            "name": "Harriet Quigley",
            "type": "sed"
        },
        "lands": [
            {
                "id": 4,
                "name": "Amber Kemmer",
                "move_type": "sit ad laboris labore",
                "lat": -51988349,
                "lang": "sunt",
                "address": "New Mexico West Koreyborough Marion County 568 W Market Street Suite 123",
                "space": "fugiat ullamco tempor veniam",
                "plan_number": 0
            },
            {
                "id": 7,
                "name": "Iris Johns",
                "move_type": "labore elit magna Ut sed",
                "lat": -47820736,
                "lang": "Lorem",
                "address": "Mississippi South Richard Clark County 313 N Park Street Apt. 461",
                "space": "Lorem ad aute",
                "plan_number": 4
            },
            {
                "id": 6,
                "name": "Mitchell Walsh DVM",
                "move_type": "et officia fugiat ut occaecat",
                "lat": -57686786,
                "lang": "in esse ea dolore",
                "address": "Georgia North Jensen Logan County 7643 Weissnat Lock Apt. 880",
                "space": "laboris ullamco Lorem",
                "plan_number": 1
            }
        ]
    }
}

Request

Header Params
x-api-key
string 
optional
Example:
{{x-api-key}}
x-secret-key
string 
optional
Example:
{{x-secret-key}}

Responses

🟢200Success
application/json
Body
status
string 
required
status
message
string 
required
data
object (LandOwner ) 
required
id
number 
required
land_id
number 
required
area_id
number 
required
city_id
number 
required
block_id
number 
required
name
string 
required
phone
string 
required
email
string 
required
agency_name
string 
required
agency_number
number 
required
notes
string 
required
type
string 
required
commercial_register_or_national_id
number 
required
postal_code
string 
required
street
string 
required
address
string 
required
building
object (Building Simple) 
required
area
object (Area Simple) 
required
city
object (City Simple) 
required
block
object (Block Simple) 
required
lands
array[object (Land Simple) {8}] 
required
Modified at 2025-04-10 14:38:44
Previous
show
Next
campaign-types
Built with