Skip to main content
POST
https://app-stage.agdejar.sa
/
tenant
/
v1
/
properties
/
search-deed
curl --request POST \
  --url /tenant/v1/properties/search-deed \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer {access_token}' \
  --data '{
    "deed_id": 920227005017
  }'

Headers

Accept
string
required
Must be “application/json”

Body

deed_id
number
required
The ID of the deed to search for
curl --request POST \
  --url /tenant/v1/properties/search-deed \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer {access_token}' \
  --data '{
    "deed_id": 920227005017
  }'