notification_document_upload_url_create
Create a presigned URL to upload a registered notification document attachment. Supply the requestId and attachmentId from previous steps to get the PUT endpoint.
Instructions
Creates a presigned upload URL for a document attachment already registered via notification_document_add — PUT the file bytes to the returned URL. Requires: notification_request_create → requestId, notification_document_add → attachmentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileSize | No | ||
| requestId | Yes | UUID of the notification request. Obtain from notification_request_create. | |
| attachmentId | Yes | MANDATORY. UUID of the attachment. Obtain from notification_document_add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| expiration | No |