GET api/VND/Deal/{dealid}
GetDealById
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dealid |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"PropertyId": "sample string 1",
"SpaceNumber": "sample string 2",
"SquareFeet": 3,
"TenantName": "sample string 4",
"ActivityType": "sample string 5",
"LeaseExecutionDate": "sample string 6",
"RentCommencementDate": "sample string 7",
"Term": 8,
"TypeOfTenant": "sample string 9",
"TenantStructure": "sample string 10",
"DealSource": "sample string 11",
"LeaseExiprationDate": "sample string 12",
"DealRent": 13.0,
"IsAutomaticRentStep": true,
"IsManualRentStep": true,
"HasRentSteps": "sample string 16",
"RentStepType": "sample string 17",
"FirstPeriodFrequency": 18,
"RentStepPercentValue": 19.0,
"RentStepFrequency": 20,
"NumOfSteps": 21,
"WorkItemId": "sample string 22",
"RentSteps": [
{
"StepPeriod": "sample string 1",
"PeriodFrequency": 2,
"StepStartMonth": 3,
"StepEndMonth": 4,
"StepRentPSF": 5.0
},
{
"StepPeriod": "sample string 1",
"PeriodFrequency": 2,
"StepStartMonth": 3,
"StepEndMonth": 4,
"StepRentPSF": 5.0
},
{
"StepPeriod": "sample string 1",
"PeriodFrequency": 2,
"StepStartMonth": 3,
"StepEndMonth": 4,
"StepRentPSF": 5.0
}
]
}
text/javascript
Sample:
{"PropertyId":"sample string 1","SpaceNumber":"sample string 2","SquareFeet":3,"TenantName":"sample string 4","ActivityType":"sample string 5","LeaseExecutionDate":"sample string 6","RentCommencementDate":"sample string 7","Term":8,"TypeOfTenant":"sample string 9","TenantStructure":"sample string 10","DealSource":"sample string 11","LeaseExiprationDate":"sample string 12","DealRent":13.0,"IsAutomaticRentStep":true,"IsManualRentStep":true,"HasRentSteps":"sample string 16","RentStepType":"sample string 17","FirstPeriodFrequency":18,"RentStepPercentValue":19.0,"RentStepFrequency":20,"NumOfSteps":21,"WorkItemId":"sample string 22","RentSteps":[{"StepPeriod":"sample string 1","PeriodFrequency":2,"StepStartMonth":3,"StepEndMonth":4,"StepRentPSF":5.0},{"StepPeriod":"sample string 1","PeriodFrequency":2,"StepStartMonth":3,"StepEndMonth":4,"StepRentPSF":5.0},{"StepPeriod":"sample string 1","PeriodFrequency":2,"StepStartMonth":3,"StepEndMonth":4,"StepRentPSF":5.0}]}