POST api/DBA/GetAmenitiesAvailable
Request Information
URI Parameters
None.
Body Parameters
LeasePriceParamsName | 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": "2025-07-06T11:10:49.6363553-05:00", "availableDate": "2025-07-06T11:10:49.6363553-05: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>2025-07-06T11:10:49.6363553-05:00</availableDate> <dbaId>1</dbaId> <leaseDate>2025-07-06T11:10:49.6363553-05:00</leaseDate> <unitId>1</unitId> </LeasePriceParams>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ListofAmenitiesModelName | 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>