POST api/tenancy/{id}/setrentschedule

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Dezrez.Core.DataContracts.External.Api.Events.ScheduledEvents.Command.RecurringScheduleDataContract
NameDescriptionTypeAdditional information
Frequency

Dezrez.Core.DataContracts.External.Api.Events.ScheduledEvents.Frequency

None.

StartDate

date

None.

DaysOfWeek

Collection of Dezrez.Core.DataContracts.External.Api.Events.ScheduledEvents.DayOfWeek

None.

DayOfMonth

integer

None.

Interval

integer

None.

IsSplit

boolean

None.

AnniversaryDay

integer

None.

AnniversaryMonth

integer

None.

IsNewTenancy

boolean

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Frequency": 1,
  "StartDate": "2024-04-19T19:31:37.3021428Z",
  "DaysOfWeek": [
    1,
    1
  ],
  "DayOfMonth": 1,
  "Interval": 2,
  "IsSplit": true,
  "AnniversaryDay": 4,
  "AnniversaryMonth": 5,
  "IsNewTenancy": true
}

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.