PUT
/api/properties/:id/interest/:eoi_id/accept
This endpoint allows you to update or replace properties (specific id)/interest/(specific eoi_id)/accept.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
| eoi_id | path | Yes |
Example Request
cURL
curl -X PUT https://api.basebrick.com/api/properties/123/interest/123/accept \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'