POST api/DBA/GetAmenitiesAvailable
Request Information
URI Parameters
None.
Body Parameters
LeasePriceParams| Name | Description | Type | Additional information |
|---|---|---|---|
| unitId | integer |
None. |
|
| dbaId | integer |
None. |
|
| leaseDate | date |
None. |
|
| availableDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"unitId": 1,
"dbaId": 1,
"leaseDate": "2026-02-03T21:07:39.8662979-06:00",
"availableDate": "2026-02-03T21:07:39.8662979-06:00"
}
application/xml, text/xml
Sample:
<LeasePriceParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Models"> <availableDate>2026-02-03T21:07:39.8662979-06:00</availableDate> <dbaId>1</dbaId> <leaseDate>2026-02-03T21:07:39.8662979-06:00</leaseDate> <unitId>1</unitId> </LeasePriceParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ListofAmenitiesModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Amenities | Collection of AmenitiesAvailableModel |
None. |
|
| PermanentAmenities | Collection of PermanentAmenitiesModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Amenities": [
{
"ProspectId": 1,
"ProspectQuoteId": 1,
"DBARentalAmenityTypeId": 1,
"DBARentalAmenityType": "sample string 1",
"Quantity": 1,
"NonRefundableFee": 1.0,
"DepositAmount": 1.0,
"MonthlyRent": 1.0,
"NosAvailable": 1
},
{
"ProspectId": 1,
"ProspectQuoteId": 1,
"DBARentalAmenityTypeId": 1,
"DBARentalAmenityType": "sample string 1",
"Quantity": 1,
"NonRefundableFee": 1.0,
"DepositAmount": 1.0,
"MonthlyRent": 1.0,
"NosAvailable": 1
}
],
"PermanentAmenities": [
{
"RentalAmenityTypeId": 1,
"DBARentalAmenityTypeId": 1,
"UnitNumber": "sample string 1",
"DBARentalAmenityType": "sample string 2",
"AmenityNumber": "sample string 3",
"MonthlyRent": 1.0,
"NonRefundableFee": 1.0,
"DepositAmount": 1.0
},
{
"RentalAmenityTypeId": 1,
"DBARentalAmenityTypeId": 1,
"UnitNumber": "sample string 1",
"DBARentalAmenityType": "sample string 2",
"AmenityNumber": "sample string 3",
"MonthlyRent": 1.0,
"NonRefundableFee": 1.0,
"DepositAmount": 1.0
}
]
}
application/xml, text/xml
Sample:
<ListofAmenitiesModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Models">
<Amenities>
<AmenitiesAvailableModel>
<DBARentalAmenityType>sample string 1</DBARentalAmenityType>
<DBARentalAmenityTypeId>1</DBARentalAmenityTypeId>
<DepositAmount>1</DepositAmount>
<MonthlyRent>1</MonthlyRent>
<NonRefundableFee>1</NonRefundableFee>
<NosAvailable>1</NosAvailable>
<ProspectId>1</ProspectId>
<ProspectQuoteId>1</ProspectQuoteId>
<Quantity>1</Quantity>
</AmenitiesAvailableModel>
<AmenitiesAvailableModel>
<DBARentalAmenityType>sample string 1</DBARentalAmenityType>
<DBARentalAmenityTypeId>1</DBARentalAmenityTypeId>
<DepositAmount>1</DepositAmount>
<MonthlyRent>1</MonthlyRent>
<NonRefundableFee>1</NonRefundableFee>
<NosAvailable>1</NosAvailable>
<ProspectId>1</ProspectId>
<ProspectQuoteId>1</ProspectQuoteId>
<Quantity>1</Quantity>
</AmenitiesAvailableModel>
</Amenities>
<PermanentAmenities>
<PermanentAmenitiesModel>
<AmenityNumber>sample string 3</AmenityNumber>
<DBARentalAmenityType>sample string 2</DBARentalAmenityType>
<DBARentalAmenityTypeId>1</DBARentalAmenityTypeId>
<DepositAmount>1</DepositAmount>
<MonthlyRent>1</MonthlyRent>
<NonRefundableFee>1</NonRefundableFee>
<RentalAmenityTypeId>1</RentalAmenityTypeId>
<UnitNumber>sample string 1</UnitNumber>
</PermanentAmenitiesModel>
<PermanentAmenitiesModel>
<AmenityNumber>sample string 3</AmenityNumber>
<DBARentalAmenityType>sample string 2</DBARentalAmenityType>
<DBARentalAmenityTypeId>1</DBARentalAmenityTypeId>
<DepositAmount>1</DepositAmount>
<MonthlyRent>1</MonthlyRent>
<NonRefundableFee>1</NonRefundableFee>
<RentalAmenityTypeId>1</RentalAmenityTypeId>
<UnitNumber>sample string 1</UnitNumber>
</PermanentAmenitiesModel>
</PermanentAmenities>
</ListofAmenitiesModel>