Skip to main content
POST
https://app-stage.agdejar.sa
/
tenant
/
v1
/
properties
/
search-deed
/
remote
curl --request POST \
  --url /tenant/v1/properties/search-deed/remote \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer {access_token}' \
  --data '{
    "deed_id": 525416008427,
    "owner_id": "1061608236",
    "date": "1404-09-06"
  }'

Headers

Accept
string
required
Must be “application/json”

Body

deed_id
number
required
The ID of the deed to search for
owner_id
string
required
The owner’s ID number/nationality ID
date
string
required
The date in Hijri format (YYYY-MM-DD)
curl --request POST \
  --url /tenant/v1/properties/search-deed/remote \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer {access_token}' \
  --data '{
    "deed_id": 525416008427,
    "owner_id": "1061608236",
    "date": "1404-09-06"
  }'