Release | Add documents to release
When you add PDF documents to a release, they will be offine available in the App and they will be accessible under the private release link for your customer.
POST
https://services.schneidergeo.com/content/release/{account}/{downloadCode}/document?description=Hotelvoucher
Adding one PDF document to guidebook release. For multiple documents, please call this endpoint multiple times
Path Parameters
Name | Type | Description |
---|---|---|
account* | String | Your account ID, you can find this under Account Settings > General Settings > Account ID |
downloadCode* | String | The downloadCode for the release |
Query Parameters
Name | Type | Description |
---|---|---|
description* | String | The title or description of the document |
Headers
Name | Type | Description |
---|---|---|
Authorization* | String | Your API key, you can find this under Account Settings > General Settings > API Key |
Request Body
Name | Type | Description |
---|---|---|
file* | String | The PDF document to be uploaded |
Example:
Last updated