POST api/offer/recordlettingoffer
Record offer on a letting
Request Information
URI Parameters
None.
Body Parameters
RecordLettingOfferCommandDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| PreferredMoveInDate | date |
None. |
|
| PreferredEndDate | date |
None. |
|
| PreferredTerm | EnumDataContract |
None. |
|
| DepositAmount | decimal number |
None. |
|
| DepositScheme | EnumDataContract |
None. |
|
| PriceType | EnumDataContract |
None. |
|
| CreatedFromPM | boolean |
None. |
|
| MarketingRoleId | integer |
None. |
|
| GroupId | integer |
None. |
|
| DateTime | date |
None. |
|
| NegotiatorIds | Collection of integer |
None. |
|
| Value | decimal number |
None. |
|
| Notes | string |
None. |
|
| IsNoteOfInterest | boolean |
None. |
|
| OnBehalfOf | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"PreferredMoveInDate": "2025-11-13T02:31:47.6286866Z",
"PreferredEndDate": "2025-11-13T02:31:47.6286866Z",
"PreferredTerm": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"DepositAmount": 2.1,
"DepositScheme": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"PriceType": {
"Id": 1,
"Name": "sample string 2",
"SystemName": "sample string 3"
},
"CreatedFromPM": true,
"MarketingRoleId": 4,
"GroupId": 5,
"DateTime": "2025-11-13T02:31:47.6286866Z",
"NegotiatorIds": [
1,
2
],
"Value": 6.1,
"Notes": "sample string 7",
"IsNoteOfInterest": true,
"OnBehalfOf": "sample string 9"
}
Response Information
Resource Description
OfferDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorCommunication | OfferCommunicationDataContract |
None. |
|
| Response | OfferResponseDataContract |
None. |
|
| Value | decimal number |
None. |
|
| ValidFor | decimal number |
None. |
|
| Property | OfferPropertyDataContract |
None. |
|
| ApplicantGroup | OfferGroupDataContract |
None. |
|
| VendorGroup | OfferGroupDataContract |
None. |
|
| MarketingRoleId | integer |
None. |
|
| Roles | Collection of RoleDataContract |
None. |
|
| RoleType | EnumDataContract |
None. |
|
| MarketedPrice | PriceDataContract |
None. |
|
| OnBehalfOf | string |
None. |
|
| NoteOfInterestId | integer |
None. |
|
| LastUpdated | date |
None. |
|
| Team | EventTeamDataContract |
None. |
|
| Notes | Collection of EventNoteCommandDataContract |
None. |
|
| Documents | Collection of DocumentDataContract |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| DateTime | date |
None. |
|
| EventCategory | EnumDataContract |
None. |
|
| EventType | EnumDataContract |
None. |
|
| EventStatus | EnumDataContract |
None. |
|
| Negotiators | Collection of ListNegotiatorDataContract |
None. |
|
| BranchId | integer |
None. |
|
| OwningTeamId | integer |
None. |
|
| TeamAccessType | string |
None. |
|
| CustomFields | Collection of CustomFieldGroupWithValuesDataContract |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | CreatedByDataContract |
None. |
|
| Id | integer |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.