POST api/tenancy/{id}/setrentschedule
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Dezrez.Core.DataContracts.External.Api.Events.ScheduledEvents.Command.RecurringScheduleDataContractName | Description | Type | Additional 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-11-21T09:41:22.0234687Z", "DaysOfWeek": [ 1, 1 ], "DayOfMonth": 1, "Interval": 2, "IsSplit": true, "AnniversaryDay": 4, "AnniversaryMonth": 5, "IsNewTenancy": true }
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.