GET api/Common/GetDBALeaseTerms

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LeaseTermModel
NameDescriptionTypeAdditional information
DBALeaseTermId

integer

None.

LeaseTermId

integer

None.

DBAId

integer

None.

StartDate

date

None.

EndDate

date

None.

IsActive

boolean

None.

IsDBAVerified

boolean

None.

Description

string

None.

TermInMonths

integer

None.

IsManagementVerified

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "dbaLeaseTermId": 1,
    "leaseTermId": 2,
    "dbaId": 3,
    "startDate": "2025-05-10T18:36:48.8193189-05:00",
    "endDate": "2025-05-10T18:36:48.8193189-05:00",
    "isActive": true,
    "isDBAVerified": true,
    "description": "sample string 8",
    "termInMonths": 9,
    "isManagementVerified": true
  },
  {
    "dbaLeaseTermId": 1,
    "leaseTermId": 2,
    "dbaId": 3,
    "startDate": "2025-05-10T18:36:48.8193189-05:00",
    "endDate": "2025-05-10T18:36:48.8193189-05:00",
    "isActive": true,
    "isDBAVerified": true,
    "description": "sample string 8",
    "termInMonths": 9,
    "isManagementVerified": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfLeaseTermModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LeaseTermModel>
    <DBALeaseTermId>1</DBALeaseTermId>
    <LeaseTermId>2</LeaseTermId>
    <DBAId>3</DBAId>
    <StartDate>2025-05-10T18:36:48.8193189-05:00</StartDate>
    <EndDate>2025-05-10T18:36:48.8193189-05:00</EndDate>
    <IsActive>true</IsActive>
    <IsDBAVerified>true</IsDBAVerified>
    <Description>sample string 8</Description>
    <TermInMonths>9</TermInMonths>
    <IsManagementVerified>true</IsManagementVerified>
  </LeaseTermModel>
  <LeaseTermModel>
    <DBALeaseTermId>1</DBALeaseTermId>
    <LeaseTermId>2</LeaseTermId>
    <DBAId>3</DBAId>
    <StartDate>2025-05-10T18:36:48.8193189-05:00</StartDate>
    <EndDate>2025-05-10T18:36:48.8193189-05:00</EndDate>
    <IsActive>true</IsActive>
    <IsDBAVerified>true</IsDBAVerified>
    <Description>sample string 8</Description>
    <TermInMonths>9</TermInMonths>
    <IsManagementVerified>true</IsManagementVerified>
  </LeaseTermModel>
</ArrayOfLeaseTermModel>