FileManagementService
Upload or download files within Symitar.
Operations
Downloads a letter file.
The name of the file to be uploaded or downloaded
Successful operation.
POST /nexum/627/2022.01/filemanagement/downloadLetterFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 142
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 1,
"Message": "text"
},
"Data": 1,
"nxAttributes": {
"attachments": "This is a test from Libum. Yeehaw."
}
}Uploads a letter file.
The name of the file to be uploaded or downloaded
The data to be uploaded or downloaded.
Whether to include newline characters in the file
Successful operation.
POST /nexum/627/2022.01/filemanagement/uploadLetterFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 168
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "text",
"Data": 1,
"noNewline": true,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 1,
"Message": "text"
},
"nxAttributes": {
"attachments": "This is a test from Libum. Yeehaw."
}
}Deletes a letter file.
The name of the file to be uploaded or downloaded
Successful operation.
POST /nexum/627/2022.01/filemanagement/deleteLetterFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 142
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 1,
"Message": "text"
}
}Uploads a data file.
The name of the file to be uploaded or downloaded
The data to be uploaded or downloaded.
Whether to include newline characters in the file
Successful operation.
POST /nexum/627/2022.01/filemanagement/uploadDataFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 168
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "text",
"Data": 1,
"noNewline": true,
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 1,
"Message": "text"
},
"nxAttributes": {
"attachments": "This is a test from Libum. Yeehaw."
}
}Downloads a data file.
The name of the file to be uploaded or downloaded
Successful operation.
POST /nexum/627/2022.01/filemanagement/downloadDataFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 142
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 1,
"Message": "text"
},
"Data": 1,
"nxAttributes": {
"attachments": "This is a test from Libum. Yeehaw."
}
}Deletes a data file.
The name of the file to be uploaded or downloaded
Successful operation.
POST /nexum/627/2022.01/filemanagement/deleteDataFile HTTP/1.1
Host: naas.ymcu.libum.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 142
{
"Credentials": {
"AdministrativeCredentials": {
"Password": "suwn37834b91&"
}
},
"FileName": "text",
"nxAttributes": {
"customFields": {
"appId": "glaci"
}
}
}Successful operation.
{
"Status": {
"StatusCode": 1,
"Message": "text"
}
}Last updated
Was this helpful?