UploadSessionStart |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/UploadSessionStart
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/UploadSessionStart
Starts a chunk upload session for a single file to create and archive a new Thereforeâ„¢ document.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/UploadSessionStart
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– FileSize |
xs:long |
mandatory |
Sets size of the file to be uploaded in this session. |
â–¡ FileExtension |
xs:string |
optional nillable |
Extension of the uploaded file. The dot is optional so both examples would be fine: ".docx" or "docx". |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/UploadSessionStartResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– SessionId |
xs:string |
optional GUID string template: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12} |
Gets id of the started session. |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
Unbounded element (List of elements). |
Normal |
Optional element. |
Bold |
Mandatory element. |