POST api/ApplicationInfo/InsertDBInfo
Request Information
URI Parameters
None.
Body Parameters
DBInfoDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NameofFile | string |
None. |
|
| FilePath | string |
None. |
|
| SizeofFile | decimal number |
None. |
|
| SizeIn | string |
None. |
|
| DBType | string |
None. |
|
| DBBackUpDate | date |
None. |
|
| Remarks | string |
None. |
|
| Status | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdateBy | integer |
None. |
|
| UpdatedDate | date |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"NameofFile": "sample string 2",
"FilePath": "sample string 3",
"SizeofFile": 1.0,
"SizeIn": "sample string 4",
"DBType": "sample string 5",
"DBBackUpDate": "2026-03-22T21:21:39.0724966+05:30",
"Remarks": "sample string 6",
"Status": "sample string 7",
"CreatedBy": 8,
"CreatedDate": "2026-03-22T21:21:39.0724966+05:30",
"UpdateBy": 1,
"UpdatedDate": "2026-03-22T21:21:39.0724966+05:30",
"IsActive": true
}
application/xml, text/xml
Sample:
<DBInfoDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Geovista.Entity"> <CreatedBy>8</CreatedBy> <CreatedDate>2026-03-22T21:21:39.0724966+05:30</CreatedDate> <DBBackUpDate>2026-03-22T21:21:39.0724966+05:30</DBBackUpDate> <DBType>sample string 5</DBType> <FilePath>sample string 3</FilePath> <Id>1</Id> <IsActive>true</IsActive> <NameofFile>sample string 2</NameofFile> <Remarks>sample string 6</Remarks> <SizeIn>sample string 4</SizeIn> <SizeofFile>1</SizeofFile> <Status>sample string 7</Status> <UpdateBy>1</UpdateBy> <UpdatedDate>2026-03-22T21:21:39.0724966+05:30</UpdatedDate> </DBInfoDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.