Name | Description | Type | Additional information |
---|---|---|---|
DocumentId |
Sedona internal autonumber for the Customer record |
integer |
None. |
CompanyId |
Value from Company table in the SedonaMaster; for security reasons, there is no lookup in the API for this value. |
integer |
Required |
JobCode |
value from OE_Job table |
string |
Required |
SecurityLevel |
If not set, defaults to 2. Possible values are: 1 - Everyone, 2 - Internal View Only, 3 - Management |
integer |
None. |
FileName |
Name of the file. If not specified, the file name will be set to the name of the file in the request (client's filename). |
string |
String length: inclusive between 0 and 255 |
DocumentType |
Value from SY_Document_Type table in the SedonaDocument database; cannot be set to N/A, but any value not in the SY_Document_Type table will be added |
string |
Required String length: inclusive between 0 and 25 |
FileData |
Set to a base64 encoding or leave blank if the file will be present in multipart MIME formatted request. |
Collection of byte |
None. |
UploadDate |
If not specified, set to the date and time of the upload. |
date |
None. |
UserDescription | string |
String length: inclusive between 0 and 50 |
|
UserCode |
The user making this change; defaults to UserCode value from config file if not set explicitly |
string |
String length: inclusive between 0 and 25 |
Reference1 | string |
String length: inclusive between 0 and 50 |
|
Reference2 | string |
String length: inclusive between 0 and 50 |
|
Reference3 | string |
String length: inclusive between 0 and 50 |
|
Reference4 | string |
String length: inclusive between 0 and 50 |