GET AccountantTaskRecurrence/Get/{id}
Gets the specified Accountant Task Recurrence based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Accountant Task Recurrence| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| CompanyId | integer |
Required |
|
| FrequencyType | integer |
None. |
Gets or sets the type of the frequency type. OneTimeOnly = 1, Daily = 2, Weekly = 3, Monthly = 4, MonthlyRelative = 5, Yearly = 6, YearlyRelative = 7 |
| FrequencyInterval | integer |
None. |
|
| FrequencyRelativeInterval | integer |
None. |
|
| FrequencyRecurrenceFactor | integer |
None. |
|
| FrequencyYearlyMonth | integer |
None. |
|
| RecurrenceRangeType | integer |
None. |
Gets or sets the type of the recurrence range. NoEndDate = 1, EndAfterOccurrences = 2, FixedEndDate = 3 |
| StartDate | date |
None. |
|
| EndDate | nullable date |
None. |
|
| NumberOfOccurrences | nullable integer |
None. |
|
| TaskDuration | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CompanyId": 1,
"FrequencyType": 2,
"FrequencyInterval": 3,
"FrequencyRelativeInterval": 4,
"FrequencyRecurrenceFactor": 5,
"FrequencyYearlyMonth": 6,
"RecurrenceRangeType": 7,
"StartDate": "2025-12-19",
"EndDate": "2025-12-19",
"NumberOfOccurrences": 1,
"TaskDuration": 9,
"ID": 10
}