# Get RecurringOrder Get RecurringOrder Endpoint: GET /Shopping/RecurringOrders Version: 2.0 ## Response 200 fields (application/json): - `Id` (integer) Id. Key property. - `ClientId` (integer) ClientId. - `ApplicationId` (integer) ApplicationId. - `TypeId` (integer) TypeId. - `TemplateQuotationId` (integer) TemplateQuotationId. - `StatusId` (integer) StatusId. - `HoldFromDate` (string) HoldFromDate. Nullable. - `HoldUntilDate` (string) HoldUntilDate. Nullable. - `StartDate` (string) StartDate. Nullable. - `EndDate` (string) EndDate. Nullable. - `Created` (string) Created. - `CreatedBy` (integer) CreatedBy. - `Updated` (string) Updated. Nullable. - `UpdatedBy` (integer) UpdatedBy. Nullable. - `Schedules` (array) Schedules. - `Schedules.RecurringOrderId` (integer) RecurringOrderId. Key property. - `Schedules.FrequencyId` (integer) FrequencyId. - `Schedules.RecurValue` (integer) RecurValue. - `Schedules.WeeklyMonday` (boolean) WeeklyMonday. - `Schedules.WeeklyTuesday` (boolean) WeeklyTuesday. - `Schedules.WeeklyWednesday` (boolean) WeeklyWednesday. - `Schedules.WeeklyThursday` (boolean) WeeklyThursday. - `Schedules.WeeklyFriday` (boolean) WeeklyFriday. - `Schedules.WeeklySaturday` (boolean) WeeklySaturday. - `Schedules.WeeklySunday` (boolean) WeeklySunday. - `Schedules.MonthlyDay` (integer) MonthlyDay. - `Schedules.MonthlyIntervalId` (integer) MonthlyIntervalId. - `Schedules.MonthlyIntervalValueId` (integer) MonthlyIntervalValueId. - `Schedules.TimeOfDay` (string) TimeOfDay. Nullable. - `Schedules.IsActive` (boolean) IsActive. - `Schedules.StoppedDate` (string) StoppedDate. Nullable. - `Schedules.StoppedBy` (integer) StoppedBy. Nullable. - `Type` (object) - `Type.Code` (string) Code. MaxLength: 50. Nullable. - `Type.Name` (string) Name. MaxLength: 50. Nullable. - `Type.Description` (string) Description. MaxLength: 500. Nullable.