POST api/progression/lettings/remarket
Remarket a Letting. Completes the PropertyLettingRole and the TenantRole and creates a new PropertyLettingRole
Request Information
URI Parameters
None.
Body Parameters
RemarketCommandDataContractName | Description | Type | Additional information |
---|---|---|---|
RoleId | integer |
None. |
|
EndDate | date |
None. |
|
AvailableDate | date |
None. |
|
PutOnMarket | boolean |
None. |
|
Note | string |
None. |
|
NegotiatorIds | Collection of integer |
None. |
|
TeamId | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "RoleId": 1, "EndDate": "2025-09-15T11:22:08.8381371Z", "AvailableDate": "2025-09-15T11:22:08.8381371Z", "PutOnMarket": true, "Note": "sample string 2", "NegotiatorIds": [ 1, 2 ], "TeamId": 3 }
Response Information
Resource Description
RemarketDataContractName | Description | Type | Additional information |
---|---|---|---|
RoleId | integer |
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:
text/json
Sample: