PUT api/criticalDatesLogs/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

date

Required

Body Parameters

critical_dates_logs
NameDescriptionTypeAdditional information
createdAt

date

None.

criticalDateId

integer

None.

leaseId

integer

None.

typeId

integer

None.

subtypeId

integer

None.

otherSubtype

string

None.

date

date

None.

finalDate

date

None.

clause

string

None.

annualRentNet

decimal number

None.

annualRentGross

decimal number

None.

cpi

decimal number

None.

percentage

decimal number

None.

rentAmount

decimal number

None.

savings

decimal number

None.

actionDate

date

None.

resolved

boolean

None.

comments

string

None.

userId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "createdAt": "2025-07-01T20:10:04.7922565+08:00",
  "criticalDateId": 2,
  "leaseId": 1,
  "typeId": 1,
  "subtypeId": 1,
  "otherSubtype": "sample string 3",
  "date": "2025-07-01T20:10:04.7922565+08:00",
  "finalDate": "2025-07-01T20:10:04.7922565+08:00",
  "clause": "sample string 4",
  "annualRentNet": 1.0,
  "annualRentGross": 1.0,
  "cpi": 1.0,
  "percentage": 1.0,
  "rentAmount": 1.0,
  "savings": 1.0,
  "actionDate": "2025-07-01T20:10:04.7922565+08:00",
  "resolved": true,
  "comments": "sample string 5",
  "userId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.