NapX PMS Docs
POST
/v1/guests/{id}/documents/upload-url
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/documents/upload-url" \  -H "Content-Type: application/json" \  -d '{    "docType": "passport",    "fileName": "passport.pdf",    "contentType": "application/pdf",    "fileSize": 1048576  }'
Empty