Skip to main content

FileUploadSessionResponse

expiryTime date-time

Time until the link is valid.

Example: 2022-06-22T10:03:00.183881+00:00
uploadSession string

URL to upload the file to File Management System.

Possible values: non-empty

Example: https://mock.url
FileUploadSessionResponse
{
"expiryTime": "2022-06-22T10:03:00.183881+00:00",
"uploadSession": "https://mock.url"
}