POST
/api/properties/:id/tenancies/:tenancy_id/override-payment
This endpoint allows you to create a new entry or execute an action for properties (specific id)/tenancies/(specific tenancy_id)/override payment.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
| tenancy_id | path | Yes |
Example Request
cURL
curl -X POST https://api.basebrick.com/api/properties/123/tenancies/123/override-payment \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'