NapX PMS Docs
POST
/v1/rooms
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/rooms" \  -H "Content-Type: application/json" \  -d '{    "name": "Suite 101",    "propertyId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"  }'
Empty