POST api/Tools/RestoreDatabase
Request Information
URI Parameters
None.
Body Parameters
RestoreDatabaseInputObjects| Name | Description | Type | Additional information |
|---|---|---|---|
| APXDataPath | string |
None. |
|
| BAKFileWithFullPath | string |
None. |
|
| WipeOutAllTransaction | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"APXDataPath": "sample string 1",
"BAKFileWithFullPath": "sample string 2",
"WipeOutAllTransaction": true
}
application/xml, text/xml
Sample:
<RestoreDatabaseInputObjects xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <APXDataPath>sample string 1</APXDataPath> <BAKFileWithFullPath>sample string 2</BAKFileWithFullPath> <WipeOutAllTransaction>true</WipeOutAllTransaction> </RestoreDatabaseInputObjects>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |