Purpose

Uploads a new file to Box storage if it does not already exist.

Table 1. Required fields
Field Name Data Type Parameter Type Description
fileName VARCHAR(64) IN Specifies the name of the object to be uploaded.
entity VARBINARY(16777215) IN Specifies the contents of the file to be uploaded.
parentFolderID VARCHAR(64) IN Specifies the content of the object to be uploaded.
Table 2. Response
Response Data Type Parameter Type Description
status INTEGER OUT The response code for the request.