POST api/Parametrages/Backup
Request Information
URI Parameters
None.
Body Parameters
BackupFileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Date | date |
None. |
|
| Name | string |
None. |
|
| Path | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Date": "2025-12-10T04:17:53.9946114+01:00",
"Name": "sample string 2",
"Path": "sample string 3"
}
application/xml, text/xml
Sample:
<BackupFileDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inexa.ASO.Common.Dto.Generated"> <Date>2025-12-10T04:17:53.9946114+01:00</Date> <Id>1</Id> <Name>sample string 2</Name> <Path>sample string 3</Path> </BackupFileDto>
application/x-www-form-urlencoded
Sample:
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. |