POST

/api/properties/:id/costs/import

This endpoint allows you to create a new entry or execute an action for properties (specific id)/costs/import.

Request Parameters

Parameter Location Required
id path Yes

Example Request

cURL
curl -X POST https://api.basebrick.com/api/properties/123/costs/import \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{}'