NapX PMS Docs
POST
/v1/guests/{id}/attachments
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/v1/guests/string/attachments" \  -H "Content-Type: application/json" \  -d '{    "fileId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"  }'
Empty