Skip to main content
POST
https://app-stage.agdejar.sa
/
tenant
/
v1
/
properties
/
sync-deed
/
{id}
curl --request POST \
  --url /tenant/v1/properties/sync-deed/2 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'

Path Parameters

id
integer
required
The ID of the deed to synchronize

Headers

Accept
string
required
Must be “application/json”
curl --request POST \
  --url /tenant/v1/properties/sync-deed/2 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'