NapX PMS Docs
POST
/v1/property-tax-rates
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/property-tax-rates" \  -H "Content-Type: application/json" \  -d '{    "propertyId": "prop-uuid",    "name": "State Tax",    "rate": 0.1  }'
Empty