POST api/tenancy/{id}/setrentschedule

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

RecurringScheduleDataContract
NameDescriptionTypeAdditional information
Frequency

Frequency

None.

StartDate

date

None.

DaysOfWeek

Collection of 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": "2023-10-02T00:37:56.2787175Z",
  "DaysOfWeek": [
    1,
    1
  ],
  "DayOfMonth": 1,
  "Interval": 2,
  "IsSplit": true,
  "AnniversaryDay": 4,
  "AnniversaryMonth": 5,
  "IsNewTenancy": true
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.