PUT api/ClientDatabase

Request Information

URI Parameters

None.

Body Parameters

ClientDatabase
NameDescriptionTypeAdditional information
Db

string

None.

Name

string

None.

DbSuffix

string

None.

SportType

SportType

None.

IsActive

boolean

None.

SizeLimit

integer

None.

DbSize

integer

None.

LastLoginTime

date

None.

BackupBegTime

date

None.

BackupEndTime

date

None.

BackupStatus

string

None.

BackupStatusMsg

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Db": "sample string 1",
  "Name": "sample string 2",
  "DbSuffix": "sample string 3",
  "SportType": 0,
  "IsActive": true,
  "SizeLimit": 5,
  "DbSize": 6,
  "LastLoginTime": "2025-01-22T13:46:21.2792017-06:00",
  "BackupBegTime": "2025-01-22T13:46:21.2792017-06:00",
  "BackupEndTime": "2025-01-22T13:46:21.2792017-06:00",
  "BackupStatus": "sample string 7",
  "BackupStatusMsg": "sample string 8"
}

application/xml, text/xml

Sample:
<ClientDatabase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fcbc.SL">
  <BackupBegTime>2025-01-22T13:46:21.2792017-06:00</BackupBegTime>
  <BackupEndTime>2025-01-22T13:46:21.2792017-06:00</BackupEndTime>
  <BackupStatus>sample string 7</BackupStatus>
  <BackupStatusMsg>sample string 8</BackupStatusMsg>
  <Db>sample string 1</Db>
  <DbSize>6</DbSize>
  <DbSuffix>sample string 3</DbSuffix>
  <IsActive>true</IsActive>
  <LastLoginTime>2025-01-22T13:46:21.2792017-06:00</LastLoginTime>
  <Name>sample string 2</Name>
  <SizeLimit>5</SizeLimit>
  <SportType>FootballODK</SportType>
</ClientDatabase>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.