GET AccountantTaskRecurrence/Get/{id}

Gets the specified Accountant Task Recurrence based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

Body Parameters

None.

Response Information

Resource Description

Accountant Task Recurrence
NameTypeAdditional informationDescription
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": "2024-04-20T00:00:00+10:00",
  "EndDate": "2024-04-20T00:00:00+10:00",
  "NumberOfOccurrences": 1,
  "TaskDuration": 9,
  "ID": 10
}