POST api/deals
Request Information
URI Parameters
None.
Body Parameters
DealCreateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TemplateId | integer |
Required |
|
| CreateMilestones | Collection of MilestoneCreateDTO |
None. |
|
| Name | string |
Required |
|
| AgentContactId | integer |
None. |
|
| AgentAlternative | string |
None. |
|
| InvestmentVP | string |
None. |
|
| InvestmentIA | string |
None. |
|
| Docs | boolean |
None. |
|
| ProductType | ProductType |
Required |
|
| AcquisitionType | AcquisitionType |
Required |
|
| Locations | Collection of LocationDTO |
None. |
|
| Term | decimal number |
None. |
|
| CashYield | decimal number |
None. |
|
| Escalator | decimal number |
None. |
|
| GaapRevenue | decimal number |
None. |
|
| OptionMaturityDate | date |
None. |
|
| Amount | decimal number |
None. |
|
| BedsNUnits | BedCounterDTO |
None. |
|
| NoProperties | integer |
None. |
|
| TenantId | string |
None. |
|
| LoiDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TemplateId": 1,
"CreateMilestones": [
{
"Name": "sample string 1",
"DueDate": "2026-02-05T06:31:23.5902553-08:00",
"CompletedDate": "2026-02-05T06:31:23.5912565-08:00",
"Done": true
},
{
"Name": "sample string 1",
"DueDate": "2026-02-05T06:31:23.5902553-08:00",
"CompletedDate": "2026-02-05T06:31:23.5912565-08:00",
"Done": true
}
],
"Name": "sample string 2",
"AgentContactId": 1,
"AgentAlternative": "sample string 3",
"InvestmentVP": "sample string 4",
"InvestmentIA": "sample string 5",
"Docs": true,
"ProductType": "Unknown",
"AcquisitionType": "Unknown",
"Locations": [
{
"LocationId": 1,
"Code": "sample string 1"
},
{
"LocationId": 1,
"Code": "sample string 1"
}
],
"Term": 1.0,
"CashYield": 1.0,
"Escalator": 1.0,
"GaapRevenue": 1.0,
"OptionMaturityDate": "2026-02-05T06:31:23.5912565-08:00",
"Amount": 1.0,
"BedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"NoProperties": 1,
"TenantId": "sample string 6",
"LoiDate": "2026-02-05T06:31:23.5912565-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DealDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LoiDate | date |
None. |
|
| Status | DealStatusType |
Required |
|
| Locations | Collection of LocationDTO |
None. |
|
| BedsNUnits | BedCounterDTO |
Required |
|
| CashYield | decimal number |
None. |
|
| Term | decimal number |
None. |
|
| CashYieldComment | string |
None. |
|
| Escalator | decimal number |
None. |
|
| EscalatorComment | string |
None. |
|
| GaapRevenue | decimal number |
None. |
|
| OptionMaturityDate | date |
None. |
|
| Milestones | Collection of MilestoneDTO |
Required |
|
| Properties | Collection of AcquisitionPropertyDTO |
Required |
|
| IsImported | boolean |
Required |
|
| Tenant | TenantInfoDTO |
None. |
|
| PassedInfo | PassedInfoDTO |
None. |
|
| DealId | integer |
Required |
|
| Name | string |
Required |
|
| ProductType | ProductType |
Required |
|
| AcquisitionType | AcquisitionType |
Required |
|
| AgentContact | AgentContactDTO |
None. |
|
| AgentCompany | AgentCompanyInfoDTO |
None. |
|
| AgentAlternative | string |
None. |
|
| InvestmentVP | string |
None. |
|
| Docs | boolean |
None. |
|
| InvestmentIA | string |
None. |
|
| Amount | decimal number |
None. |
|
| NoProperties | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"LoiDate": "2026-02-05T06:31:23.6052526-08:00",
"Status": "Unknown",
"Locations": [
{
"LocationId": 1,
"Code": "sample string 1"
},
{
"LocationId": 1,
"Code": "sample string 1"
}
],
"BedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"CashYield": 1.0,
"Term": 1.0,
"CashYieldComment": "sample string 1",
"Escalator": 1.0,
"EscalatorComment": "sample string 2",
"GaapRevenue": 1.0,
"OptionMaturityDate": "2026-02-05T06:31:23.6052526-08:00",
"Milestones": [
{
"MilestoneId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Order": 4,
"HasDueDate": true,
"DueDate": "2026-02-05T06:31:23.6052526-08:00",
"HasCompletedDate": true,
"CompletedDate": "2026-02-05T06:31:23.6052526-08:00",
"HasAssociations": true,
"NoAssociations": 1,
"Done": true
},
{
"MilestoneId": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Order": 4,
"HasDueDate": true,
"DueDate": "2026-02-05T06:31:23.6052526-08:00",
"HasCompletedDate": true,
"CompletedDate": "2026-02-05T06:31:23.6052526-08:00",
"HasAssociations": true,
"NoAssociations": 1,
"Done": true
}
],
"Properties": [
{
"AcqPropId": 1,
"Name": "sample string 2",
"Amount": 1.0,
"CashYield": 1.0,
"Street": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"PostalCode": "sample string 6",
"Country": "USA",
"RentAmount": 1.0,
"ILBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ALBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"MCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"SNFBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ACHBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"CCRCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
}
},
{
"AcqPropId": 1,
"Name": "sample string 2",
"Amount": 1.0,
"CashYield": 1.0,
"Street": "sample string 3",
"City": "sample string 4",
"State": "sample string 5",
"PostalCode": "sample string 6",
"Country": "USA",
"RentAmount": 1.0,
"ILBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ALBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"MCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"SNFBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"ACHBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
},
"CCRCBedsNUnits": {
"NoUnits": 1,
"NoLicensedBeds": 1,
"NoOperationalBeds": 1
}
}
],
"IsImported": true,
"Tenant": {
"TenantId": "sample string 1",
"Name": "sample string 2"
},
"PassedInfo": {
"TransactedDate": "sample string 1",
"TransactedAmount": 1.0,
"AmountType": "sample string 2",
"AmountTypeUW": "sample string 3",
"Comment": "sample string 4",
"ImpliedCapRate": 1.0
},
"DealId": 4,
"Name": "sample string 5",
"ProductType": "Unknown",
"AcquisitionType": "Unknown",
"AgentContact": {
"ContactId": 1,
"AgentCompanyId": 1,
"Name": "sample string 2",
"Title": "sample string 3",
"Phone": "sample string 4",
"Email": "sample string 5"
},
"AgentCompany": {
"AgentId": 1,
"Name": "sample string 2"
},
"AgentAlternative": "sample string 6",
"InvestmentVP": "sample string 7",
"Docs": true,
"InvestmentIA": "sample string 8",
"Amount": 1.0,
"NoProperties": 1
}