POST api/tenancy/{id}/setrentschedule
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
RecurringScheduleDataContract| Name | Description | Type | Additional 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": "2025-11-18T14:11:22.8282946Z",
"DaysOfWeek": [
1,
1
],
"DayOfMonth": 1,
"Interval": 2,
"IsSplit": true,
"AnniversaryDay": 4,
"AnniversaryMonth": 5,
"IsNewTenancy": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.