UploadDocStreamToBatch |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/UploadDocStreamToBatch
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/UploadDocStreamToBatch
Uploads a file for a given batch operation.
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/UploadDocStreamToBatch
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– BatchId |
xs:string |
mandatory GUID string template: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12} |
Sets identifier of the batch. |
â–¡ StreamInfoWithData |
|
mandatory nillable |
Sets the information and data for an uploaded stream. |
â–¡ FileData |
xs:base64Binary |
mandatory nillable |
Gets or sets binary data of the file. It uses base64 encoding. |
â–¡ FileName |
xs:string |
mandatory nillable |
Gets or sets the name of the stream file. |
â–¡ StreamNo |
xs:int |
optional nillable |
Gets or sets the number of the stream. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/UploadDocStreamToBatchResponse
<Empty message>
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
Unbounded element (List of elements). |
Normal |
Optional element. |
Bold |
Mandatory element. |