PUT api/progression/lettings/setestimatedmoveindate

Change the estimated move in date for the tenancy.

Request Information

URI Parameters

None.

Body Parameters

Dezrez.Core.DataContracts.External.Api.Role.Command.Progression.SetEstimatedMoveInDateDataContract
NameDescriptionTypeAdditional information
TenantRoleId

integer

None.

EstimatedDateTime

date

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SetEstimatedMoveInDateDataContract'.

application/json, text/json

Sample:
{
  "TenantRoleId": 1,
  "EstimatedDateTime": "2024-04-26T02:50:45.1818474Z"
}

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.