NapX PMS Docs
POST
/v1/space-blocks
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/space-blocks" \  -H "Content-Type: application/json" \  -d '{    "spaceId": "string",    "propertyId": "string",    "startsAt": "2025-05-03T10:00:00.000Z",    "endsAt": "2025-05-04T15:00:00.000Z"  }'
Empty