POST api/UserRegistration/InsertProspectQuote
Request Information
URI Parameters
None.
Body Parameters
ProspectQuotesModelName | Description | Type | Additional information |
---|---|---|---|
ProspectQuoteId | integer |
None. |
|
ProspectId | integer |
None. |
|
UnitId | integer |
None. |
|
LeaseStartDate | date |
None. |
|
LeaseTermId | integer |
None. |
|
LeaseEndDate | date |
None. |
|
GeneratedDate | date |
None. |
|
GeneratedBy | integer |
None. |
|
ExpiryDate | date |
None. |
|
NetRent | decimal number |
None. |
|
ApplicationFee | decimal number |
None. |
|
AdministrativeFee | decimal number |
None. |
|
SecurityDeposit | decimal number |
None. |
|
MonthlyRentPremium | decimal number |
None. |
|
WeeklyRentPremium | decimal number |
None. |
|
DailyRentPremium | decimal number |
None. |
|
ReportResult | Collection of byte |
None. |
|
QuoteNumber | string |
None. |
|
DBAUnitTypeId | integer |
None. |
|
DBAId | integer |
None. |
|
ManagementCompanyId | integer |
None. |
|
TenantUnitId | integer |
None. |
|
Amenities | Collection of AmenitiesAvailableModel |
None. |
|
Pets | Collection of PetsAllowedModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "prospectQuoteId": 1, "prospectId": 1, "unitId": 1, "leaseStartDate": "2025-05-10T19:55:37.6060623-05:00", "leaseTermId": 1, "leaseEndDate": "2025-05-10T19:55:37.6060623-05:00", "generatedDate": "2025-05-10T19:55:37.6060623-05:00", "generatedBy": 1, "expiryDate": "2025-05-10T19:55:37.6060623-05:00", "netRent": 5.0, "applicationFee": 6.0, "administrativeFee": 7.0, "securityDeposit": 8.0, "monthlyRentPremium": 9.0, "weeklyRentPremium": 10.0, "dailyRentPremium": 11.0, "reportResult": "QEA=", "quoteNumber": "sample string 12", "dbaUnitTypeId": 1, "dbaId": 1, "managementCompanyId": 1, "tenantUnitId": 1, "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 } ], "pets": [ { "prospectId": 1, "prospectQuoteId": 1, "dbaPetTypeId": 1, "dbaPetType": "sample string 1", "quantity": 1, "nonRefundableFee": 1.0, "depositAmount": 1.0, "monthlyRent": 1.0 }, { "prospectId": 1, "prospectQuoteId": 1, "dbaPetTypeId": 1, "dbaPetType": "sample string 1", "quantity": 1, "nonRefundableFee": 1.0, "depositAmount": 1.0, "monthlyRent": 1.0 } ] }
application/xml, text/xml
Sample:
<ProspectQuotesModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ProspectQuoteId>1</ProspectQuoteId> <ProspectId>1</ProspectId> <UnitId>1</UnitId> <LeaseStartDate>2025-05-10T19:55:37.6060623-05:00</LeaseStartDate> <LeaseTermId>1</LeaseTermId> <LeaseEndDate>2025-05-10T19:55:37.6060623-05:00</LeaseEndDate> <GeneratedDate>2025-05-10T19:55:37.6060623-05:00</GeneratedDate> <GeneratedBy>1</GeneratedBy> <ExpiryDate>2025-05-10T19:55:37.6060623-05:00</ExpiryDate> <NetRent>5</NetRent> <ApplicationFee>6</ApplicationFee> <AdministrativeFee>7</AdministrativeFee> <SecurityDeposit>8</SecurityDeposit> <MonthlyRentPremium>9</MonthlyRentPremium> <WeeklyRentPremium>10</WeeklyRentPremium> <DailyRentPremium>11</DailyRentPremium> <ReportResult>QEA=</ReportResult> <QuoteNumber>sample string 12</QuoteNumber> <DBAUnitTypeId>1</DBAUnitTypeId> <DBAId>1</DBAId> <ManagementCompanyId>1</ManagementCompanyId> <TenantUnitId>1</TenantUnitId> <Amenities> <AmenitiesAvailableModel> <ProspectId>1</ProspectId> <ProspectQuoteId>1</ProspectQuoteId> <DBARentalAmenityTypeId>1</DBARentalAmenityTypeId> <DBARentalAmenityType>sample string 1</DBARentalAmenityType> <Quantity>1</Quantity> <NonRefundableFee>1</NonRefundableFee> <DepositAmount>1</DepositAmount> <MonthlyRent>1</MonthlyRent> <NosAvailable>1</NosAvailable> </AmenitiesAvailableModel> <AmenitiesAvailableModel> <ProspectId>1</ProspectId> <ProspectQuoteId>1</ProspectQuoteId> <DBARentalAmenityTypeId>1</DBARentalAmenityTypeId> <DBARentalAmenityType>sample string 1</DBARentalAmenityType> <Quantity>1</Quantity> <NonRefundableFee>1</NonRefundableFee> <DepositAmount>1</DepositAmount> <MonthlyRent>1</MonthlyRent> <NosAvailable>1</NosAvailable> </AmenitiesAvailableModel> </Amenities> <Pets> <PetsAllowedModel> <ProspectId>1</ProspectId> <ProspectQuoteId>1</ProspectQuoteId> <DBAPetTypeId>1</DBAPetTypeId> <DBAPetType>sample string 1</DBAPetType> <Quantity>1</Quantity> <NonRefundableFee>1</NonRefundableFee> <DepositAmount>1</DepositAmount> <MonthlyRent>1</MonthlyRent> </PetsAllowedModel> <PetsAllowedModel> <ProspectId>1</ProspectId> <ProspectQuoteId>1</ProspectQuoteId> <DBAPetTypeId>1</DBAPetTypeId> <DBAPetType>sample string 1</DBAPetType> <Quantity>1</Quantity> <NonRefundableFee>1</NonRefundableFee> <DepositAmount>1</DepositAmount> <MonthlyRent>1</MonthlyRent> </PetsAllowedModel> </Pets> </ProspectQuotesModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.