POST api/Mobile/Backup?HelpdeskID={HelpdeskID}
Post backup file
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| HelpdeskID | integer |
Default value is -1 |
Body Parameters
IBMS_Cloud_API.Controllers.MobileBackupController+BackupFields| Name | Description | Type | Additional information |
|---|---|---|---|
| LogFile | string |
None. |
|
| ZipFile | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LogFile": "sample string 1",
"ZipFile": "sample string 2"
}
text/html
Sample:
{"LogFile":"sample string 1","ZipFile":"sample string 2"}
application/xml, text/xml
Sample:
<MobileBackupController.BackupFields xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IBMS_Cloud_API.Controllers"> <LogFile>sample string 1</LogFile> <ZipFile>sample string 2</ZipFile> </MobileBackupController.BackupFields>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />