uploadObject
- Last Updated: December 1, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- Autonomous REST Connector 6.0
- Documentation
Purpose
Uploads new contents to an existing file.
| Field Name | Data Type | Parameter Type | Description |
|---|---|---|---|
fileId |
VARCHAR(256) | IN | Specifies the ID of the file in which you want to load the content |
fileName
|
VARCHAR(256) | IN | Specifies the name of the file in which you want to load content |
content
|
OTHER | IN | Specifies the content of the file you are uploading |
| Response | Data Type | Parameter Type | Description |
|---|---|---|---|
status |
INTEGER | OUT | The response code for the request |