POST api/DBA/LeasingEnquiry
Request Information
URI Parameters
None.
Body Parameters
LeasingEnquiryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| dbaId | integer |
None. |
|
| firstName | string |
None. |
|
| lastName | string |
None. |
|
| string |
None. |
||
| daytimePhone | string |
None. |
|
| mobile | string |
None. |
|
| otherPhone | string |
None. |
|
| addressLine1 | string |
None. |
|
| addressLine2 | string |
None. |
|
| city | string |
None. |
|
| stateId | byte |
None. |
|
| zip | string |
None. |
|
| contactTypeId | byte |
None. |
|
| priceRangeId | integer |
None. |
|
| floorLevelId | integer |
None. |
|
| numOfOccupants | integer |
None. |
|
| numOfPets | integer |
None. |
|
| leaseTermId | integer |
None. |
|
| dateNeeded | date |
None. |
|
| notes | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"dbaId": 1,
"firstName": "sample string 2",
"lastName": "sample string 3",
"email": "sample string 4",
"daytimePhone": "sample string 5",
"mobile": "sample string 6",
"otherPhone": "sample string 7",
"addressLine1": "sample string 8",
"addressLine2": "sample string 9",
"city": "sample string 10",
"stateId": 64,
"zip": "sample string 11",
"contactTypeId": 64,
"priceRangeId": 12,
"floorLevelId": 13,
"numOfOccupants": 14,
"numOfPets": 15,
"leaseTermId": 16,
"dateNeeded": "2026-02-03T21:06:57.9169732-06:00",
"notes": "sample string 18"
}
application/xml, text/xml
Sample:
<LeasingEnquiryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Models"> <addressLine1>sample string 8</addressLine1> <addressLine2>sample string 9</addressLine2> <city>sample string 10</city> <contactTypeId>64</contactTypeId> <dateNeeded>2026-02-03T21:06:57.9169732-06:00</dateNeeded> <daytimePhone>sample string 5</daytimePhone> <dbaId>1</dbaId> <email>sample string 4</email> <firstName>sample string 2</firstName> <floorLevelId>13</floorLevelId> <lastName>sample string 3</lastName> <leaseTermId>16</leaseTermId> <mobile>sample string 6</mobile> <notes>sample string 18</notes> <numOfOccupants>14</numOfOccupants> <numOfPets>15</numOfPets> <otherPhone>sample string 7</otherPhone> <priceRangeId>12</priceRangeId> <stateId>64</stateId> <zip>sample string 11</zip> </LeasingEnquiryModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.