POST api/Order/assignData

Request Information

URI Parameters

None.

Body Parameters

Collection of tbRegistrationItem
NameDescriptionTypeAdditional information
Id

integer

None.

OrderId

integer

None.

ProgramId

integer

None.

ChildId

integer

None.

ProgramTotal

decimal number

None.

IsEarlyBirdApplied

boolean

None.

EarlyBirdDiscountAmount

decimal number

None.

IsSiblingDiscountApplied

boolean

None.

SiblingDiscountId

integer

None.

SiblingDiscountAmount

decimal number

None.

IsPaymentPlanApplied

boolean

None.

PaymentPlan2ndInstallmentDate

date

None.

PaymentPlan2ndInstallmentAmount

decimal number

None.

PaymentPlanFeeAmount

decimal number

None.

IsPaymentPlan2ndInstallmentPaid

boolean

None.

IsCouponApplied

boolean

None.

CouponId

integer

None.

CouponDiscountAmount

decimal number

None.

ProcessingFeeAmount

decimal number

None.

SubTotalAmountExclTax

decimal number

None.

SubTotalAmountInclTax

decimal number

None.

TotalAmount

decimal number

None.

SchoolName

string

None.

TeacherName

string

None.

StandardDismissal

string

None.

Grade

string

None.

DismissalFromEnrichment

string

None.

IsTShirtRequired

boolean

None.

TShirtSizeRequired

string

None.

IsFriendRequest

boolean

None.

FriendRequestNote

string

None.

IsRoommateRequest

boolean

None.

RoommateRequestNote

string

None.

PaidAmount

decimal number

None.

PendingAmount

decimal number

None.

CancellationFeePercentage

decimal number

None.

CancellationFeeAmount

decimal number

None.

RefundedAmount

decimal number

None.

RegistrationDate

date

None.

RegistrationStatus

string

None.

PaymentStatus

string

None.

IsTransfer

boolean

None.

TransferredItemId

integer

None.

TransferStatus

string

None.

TransferFee

decimal number

None.

TransferDifference

decimal number

None.

TransferOldOrderAdjustment

decimal number

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

tbChild

tbChild

None.

tbOrder

tbOrder

None.

tbProgram

tbProgram

None.

tbRegistrationItemSchedules

Collection of tbRegistrationItemSchedule

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "OrderId": 1,
    "ProgramId": 1,
    "ChildId": 1,
    "ProgramTotal": 1.0,
    "IsEarlyBirdApplied": true,
    "EarlyBirdDiscountAmount": 1.0,
    "IsSiblingDiscountApplied": true,
    "SiblingDiscountId": 1,
    "SiblingDiscountAmount": 1.0,
    "IsPaymentPlanApplied": true,
    "PaymentPlan2ndInstallmentDate": "2025-09-10T07:04:04.8234722+00:00",
    "PaymentPlan2ndInstallmentAmount": 1.0,
    "PaymentPlanFeeAmount": 1.0,
    "IsPaymentPlan2ndInstallmentPaid": true,
    "IsCouponApplied": true,
    "CouponId": 1,
    "CouponDiscountAmount": 1.0,
    "ProcessingFeeAmount": 1.0,
    "SubTotalAmountExclTax": 1.0,
    "SubTotalAmountInclTax": 1.0,
    "TotalAmount": 1.0,
    "SchoolName": "sample string 2",
    "TeacherName": "sample string 3",
    "StandardDismissal": "sample string 4",
    "Grade": "sample string 5",
    "DismissalFromEnrichment": "sample string 6",
    "IsTShirtRequired": true,
    "TShirtSizeRequired": "sample string 7",
    "IsFriendRequest": true,
    "FriendRequestNote": "sample string 8",
    "IsRoommateRequest": true,
    "RoommateRequestNote": "sample string 9",
    "PaidAmount": 1.0,
    "PendingAmount": 1.0,
    "CancellationFeePercentage": 1.0,
    "CancellationFeeAmount": 1.0,
    "RefundedAmount": 1.0,
    "RegistrationDate": "2025-09-10T07:04:04.8234722+00:00",
    "RegistrationStatus": "sample string 10",
    "PaymentStatus": "sample string 11",
    "IsTransfer": true,
    "TransferredItemId": 1,
    "TransferStatus": "sample string 12",
    "TransferFee": 1.0,
    "TransferDifference": 1.0,
    "TransferOldOrderAdjustment": 1.0,
    "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
    "UpdatedBy": "sample string 13",
    "tbChild": {
      "$id": "2",
      "Id": 1,
      "RegistrantId": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Email": "sample string 4",
      "Gender": "sample string 5",
      "DOB": "2025-09-10T07:04:04.8234722+00:00",
      "IsMedicalCondition": true,
      "MedicalNeeds": "sample string 6",
      "IsAllergy": true,
      "AllergicRestrictions": "sample string 7",
      "InsuranceCompany": "sample string 8",
      "InsurancePolicyNumber": "sample string 9",
      "InsuranceCompanyPhone": "sample string 10",
      "IsPhotographyReleasePermission": true,
      "IsSelfAdministeredMedication": true,
      "SelfAdministeredMedicationDesc": "sample string 11",
      "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
      "IsDeleted": true,
      "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
      "tbRegistrant": {
        "$id": "3",
        "Id": 1,
        "UserId": "sample string 2",
        "Email": "sample string 3",
        "Phone": "sample string 4",
        "Wallet": 1.0,
        "ParentFirstName": "sample string 5",
        "ParentLastName": "sample string 6",
        "ParentPhone": "sample string 7",
        "ParentEmail": "sample string 8",
        "ParentAddress": "sample string 9",
        "Parent2FirstName": "sample string 10",
        "Parent2LastName": "sample string 11",
        "Parent2Phone": "sample string 12",
        "Parent2Email": "sample string 13",
        "Parent2Address": "sample string 14",
        "IsNewsletter": true,
        "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
        "IsDeleted": true,
        "IsActive": true,
        "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
        "tbChilds": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "tbOrders": [
          {
            "$id": "4",
            "Id": 1,
            "OfficeId": 1,
            "RegistrantId": 1,
            "Currency": "sample string 2",
            "PaymentGateway": "sample string 3",
            "ProgramTotal": 1.0,
            "IsCouponApplied": true,
            "CouponId": 1,
            "CouponDiscountAmount": 1.0,
            "ProcessingFeeAmount": 1.0,
            "OrderEarlyBirdDiscount": 1.0,
            "OrderSiblingDiscount": 1.0,
            "SubTotalAmountExclTax": 1.0,
            "SubTotalAmountInclTax": 1.0,
            "TotalAmount": 1.0,
            "PaidAmount": 1.0,
            "PendingAmount": 1.0,
            "CancellationFeePercentage": 1.0,
            "CancellationFeeAmount": 1.0,
            "RefundedAmount": 1.0,
            "Agent": "sample string 4",
            "RegistrantIp": "sample string 5",
            "SelectedFormsIds": "sample string 6",
            "RegistrationDate": "2025-09-10T07:04:04.8234722+00:00",
            "RegistrationStatus": "sample string 7",
            "PaymentStatus": "sample string 8",
            "tbOffice": {
              "$id": "5",
              "Id": 1,
              "CompanyId": 1,
              "OfficeName": "sample string 2",
              "OfficeShortName": "sample string 3",
              "OfficeType": "sample string 4",
              "OfficeLocation": "sample string 5",
              "EmploymentType": "sample string 6",
              "Phone": "sample string 7",
              "Email": "sample string 8",
              "StateId": 1,
              "City": "sample string 9",
              "Address": "sample string 10",
              "ShirtSize": "sample string 11",
              "Banking": "sample string 12",
              "PayrollCompany": "sample string 13",
              "InsuranceBroker": "sample string 14",
              "COIStanding": "sample string 15",
              "VirtualMeetingPlatform": "sample string 16",
              "BackgroundCheckPlatform": "sample string 17",
              "ProviderTaxId": "sample string 18",
              "Currency": "sample string 19",
              "PaymentGateway": "sample string 20",
              "StripeAccountHolder": "sample string 21",
              "PublishableKey": "sample string 22",
              "SecretKey": "sample string 23",
              "PT_ApiKey": "sample string 24",
              "PT_MerchantUID": "sample string 25",
              "TwitterLink": "sample string 26",
              "FacebookLink": "sample string 27",
              "InstagramLink": "sample string 28",
              "AdvertisingSpending": 1,
              "IsRevenueASP": true,
              "IsRevenueSpark": true,
              "IsRevenueSchoolYearCamps": true,
              "IsRevenueSummerCamps": true,
              "IsRevenueLeagues": true,
              "IsRevenueClinics": true,
              "RevenueOtherStreams": "sample string 29",
              "Description": "sample string 30",
              "Announcement": "sample string 31",
              "Testimonials": "sample string 32",
              "IsDeleted": true,
              "IsLocked": true,
              "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
              "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
              "tbCampaigns": [
                {
                  "$id": "6",
                  "Id": 1,
                  "Officeid": 1,
                  "Subject": "sample string 2",
                  "EmailContent": "sample string 3",
                  "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                  "IsDeleted": true,
                  "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                  "tbOffice": {
                    "$ref": "5"
                  },
                  "tbCampaignDetails": [
                    {
                      "$id": "7",
                      "Id": 1,
                      "CampaignId": 1,
                      "UserEmail": "sample string 2",
                      "tbCampaign": {
                        "$ref": "6"
                      }
                    },
                    {
                      "$ref": "7"
                    }
                  ]
                },
                {
                  "$ref": "6"
                }
              ],
              "tbCompany": {
                "$id": "8",
                "Id": 1,
                "UserId": "abeef5cb-1bf1-4ead-9bfd-3f5e34bc52fc",
                "RoleId": 1,
                "Role": "sample string 2",
                "CompanyName": "sample string 3",
                "FirstName": "sample string 4",
                "LastName": "sample string 5",
                "PhoneNumber": "sample string 6",
                "Email": "sample string 7",
                "Icon": "sample string 8",
                "Gender": "sample string 9",
                "StateId": 1,
                "City": "sample string 10",
                "Address": "sample string 11",
                "SubscriptionPlanId": 1,
                "CurrentPeriodEnd": "2025-09-10T07:04:04.8234722+00:00",
                "CurrentPeriodLeeway": "2025-09-10T07:04:04.8234722+00:00",
                "SubscriptionStateId": 1,
                "IsDirectorAlso": true,
                "IsProfileCompleted": true,
                "OfficeCount": 1,
                "Description": "sample string 12",
                "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                "IsDeleted": true,
                "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                "tbState": {
                  "$id": "9",
                  "Id": 1,
                  "StateName": "sample string 2",
                  "isDeleted": true,
                  "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                  "CountryId": 1,
                  "tbCompanies": [
                    {
                      "$ref": "8"
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "tbInstructors": [
                    {
                      "$id": "10",
                      "Id": 1,
                      "UserId": "sample string 2",
                      "OfficeId": 1,
                      "Name": "sample string 3",
                      "Initials": "sample string 4",
                      "Email": "sample string 5",
                      "Phone": "sample string 6",
                      "StateId": 1,
                      "City": "sample string 7",
                      "Zip": "sample string 8",
                      "Address": "sample string 9",
                      "Gender": "sample string 10",
                      "Schedule": "sample string 11",
                      "PayRate": 1.0,
                      "SocialSecurityNumber": "sample string 12",
                      "MaritalStatus": "sample string 13",
                      "NumberOfExemptions": 1,
                      "DateOfBirth": "2025-09-10T07:04:04.8234722+00:00",
                      "AccountNumber": "sample string 14",
                      "RoutingNumber": "sample string 15",
                      "HireDate": "2025-09-10T07:04:04.8234722+00:00",
                      "Clearance": true,
                      "DirectDeposit": true,
                      "Equipment": true,
                      "Notes": "sample string 16",
                      "EquipmentNote": "sample string 17",
                      "IsApplication": true,
                      "IsInterviewNotes": true,
                      "IsBackgroundCheck": true,
                      "IsInstructorAgreement": true,
                      "IsTopSheet": true,
                      "IsStaffEmergencyContact": true,
                      "IsW4": true,
                      "IsI9": true,
                      "IsGeneralKnowledgeAnswerSheet": true,
                      "IsChildProtection": true,
                      "IsChildAbuseAndInnapropriateContact": true,
                      "IsCurriculumAnswerSheet": true,
                      "IsEmployeePledge": true,
                      "IsProgramManualAnswerSheet": true,
                      "IsClassProcedureAnswerSheet": true,
                      "IsHighFivesMoment": true,
                      "IsGamePlan": true,
                      "IsEmpahsis": true,
                      "IsProgramTrainingReceipt": true,
                      "IsCampManualAnswerSheet": true,
                      "IsCampTrainingPresentationAnswerSheet": true,
                      "IsCampHighFivesMoment": true,
                      "IsCampGamePlan": true,
                      "IsCampEmpahsis": true,
                      "IsCampTrainingReceipt": true,
                      "IsDirectorQuiz": true,
                      "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                      "IsDeleted": true,
                      "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                      "tbOffice": {
                        "$ref": "5"
                      },
                      "tbState": {
                        "$ref": "9"
                      },
                      "tbInstructorSchedules": [
                        {
                          "$id": "11",
                          "Id": 1,
                          "OfficeId": 1,
                          "InstructorId": 1,
                          "Day": "sample string 2",
                          "DayName": "sample string 3",
                          "tbInstructor": {
                            "$ref": "10"
                          },
                          "tbOffice": {
                            "$ref": "5"
                          }
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "tbInstructorScheduleLogs": [
                        {
                          "$id": "12",
                          "Id": 1,
                          "ProgramClassId": 1,
                          "InstructorId": 1,
                          "ClockInTime": "2025-09-10T07:04:04.8234722+00:00",
                          "ClockInLocation": "sample string 2",
                          "ClockInLongitude": 1.0,
                          "ClockInLatitude": 1.0,
                          "ClockOutTime": "2025-09-10T07:04:04.8234722+00:00",
                          "ClockOutLocation": "sample string 3",
                          "ClockOutLongitude": 1.0,
                          "ClockOutLatitude": 1.0,
                          "LogStatus": "sample string 4",
                          "Note": "sample string 5",
                          "tbInstructor": {
                            "$ref": "10"
                          },
                          "tbProgramClass": {
                            "$id": "13",
                            "Id": 1,
                            "OfficeId": 1,
                            "ProgramId": 1,
                            "ProgramScheduleId": 1,
                            "ClassDate": "2025-09-10T07:04:04.8234722+00:00",
                            "ClassStatus": 1,
                            "ClassStatusName": "sample string 2",
                            "ClassDay": "sample string 3",
                            "EndTime": "2025-09-10T07:04:04.8234722+00:00",
                            "StartTime": "2025-09-10T07:04:04.8234722+00:00",
                            "InstructorInitials": "sample string 4",
                            "Notes": "sample string 5",
                            "YearId": 1,
                            "IsDeleted": true,
                            "IsPublished": true,
                            "tbEvaluations": [
                              {
                                "$id": "14",
                                "Id": 1,
                                "OfficeId": 1,
                                "SchoolId": 1,
                                "ProgramClassId": 1,
                                "DirectorId": 1,
                                "Instructors": "sample string 2",
                                "Comments": "sample string 3",
                                "AdditionalNotes": "sample string 4",
                                "IsUniform": true,
                                "IsReachedEarly": true,
                                "IsEquip": true,
                                "PDC": true,
                                "IsInstructorEnergetic": true,
                                "IsAllStudentsInvolved": true,
                                "IsFunEnvironment": true,
                                "IsSolidPace": true,
                                "IsHighFives": true,
                                "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                                "IsActive": true,
                                "tbDirector": {
                                  "$id": "15",
                                  "Id": 1,
                                  "UserId": "f9b11aa8-fbec-4f35-8206-124eae76013f",
                                  "OfficeId": 1,
                                  "Role": "sample string 2",
                                  "FirstName": "sample string 3",
                                  "LastName": "sample string 4",
                                  "StateId": 1,
                                  "City": "sample string 5",
                                  "Gender": "sample string 6",
                                  "PhoneNumber": "sample string 7",
                                  "Email": "sample string 8",
                                  "Address": "sample string 9",
                                  "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                                  "IsDeleted": true,
                                  "IsLocked": true,
                                  "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                                  "tbOffice": {
                                    "$ref": "5"
                                  },
                                  "tbEvaluations": [
                                    {
                                      "$ref": "14"
                                    },
                                    {
                                      "$ref": "14"
                                    }
                                  ]
                                },
                                "tbOffice": {
                                  "$ref": "5"
                                },
                                "tbProgramClass": {
                                  "$ref": "13"
                                },
                                "tbSchool": {
                                  "$id": "16",
                                  "Id": 1,
                                  "OfficeId": 1,
                                  "Name": "sample string 2",
                                  "SchoolPhone": "sample string 3",
                                  "Website": "sample string 4",
                                  "StateId": 1,
                                  "City": "sample string 5",
                                  "Address": "sample string 6",
                                  "Zipcode": "sample string 7",
                                  "SalesStageName": "sample string 8",
                                  "PartnerName": "sample string 9",
                                  "PartnerEmail": "sample string 10",
                                  "PartnerPhone": "sample string 11",
                                  "Description": "sample string 12",
                                  "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                                  "IsDeleted": true,
                                  "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                                  "tbEvaluations": [
                                    {
                                      "$ref": "14"
                                    },
                                    {
                                      "$ref": "14"
                                    }
                                  ],
                                  "tbOffice": {
                                    "$ref": "5"
                                  },
                                  "tbPrograms": [
                                    {
                                      "$id": "17",
                                      "Id": 1,
                                      "SessionId": 1,
                                      "OfficeId": 1,
                                      "SchoolId": 1,
                                      "Program": "sample string 2",
                                      "NumberofKids": 1,
                                      "StartDate": "2025-09-10T07:04:04.8234722+00:00",
                                      "EndDate": "2025-09-10T07:04:04.8234722+00:00",
                                      "Cost": 1.0,
                                      "TotalCost": 1.0,
                                      "WeeksDuration": 1,
                                      "InstructorsId": "sample string 3",
                                      "InstructorsInitials": "sample string 4",
                                      "Availability": "sample string 5",
                                      "StartTime": "2025-09-10T07:04:04.8234722+00:00",
                                      "EndTime": "2025-09-10T07:04:04.8234722+00:00",
                                      "ProcessingFeePercentage": 1.0,
                                      "IsSurveyActive": true,
                                      "RegistrationStart": "2025-09-10T07:04:04.8234722+00:00",
                                      "RegistrationEnd": "2025-09-10T07:04:04.8234722+00:00",
                                      "StudentCapacity": 1,
                                      "RegistrationType": "sample string 6",
                                      "Description": "sample string 7",
                                      "Notes": "sample string 8",
                                      "IsEarlyBird": true,
                                      "EarlyBirdRegistrationEnd": "2025-09-10T07:04:04.8234722+00:00",
                                      "EarlyBirdCost": 1.0,
                                      "ProgramCategory": "sample string 9",
                                      "GradeMinRequirment": "sample string 10",
                                      "GradeMaxRequirment": "sample string 11",
                                      "IsTShirt": true,
                                      "IsFriendRequest": true,
                                      "IsRoommateRequest": true,
                                      "IsPaymentPlan": true,
                                      "PaymentPlanInstallmentDate": "2025-09-10T07:04:04.8234722+00:00",
                                      "PaymentPlanFee": 1.0,
                                      "IsManualDisplay": true,
                                      "OtherURL": "sample string 12",
                                      "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                                      "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                                      "YearId": 1,
                                      "IsDeleted": true,
                                      "IsPublished": true,
                                      "tbOffice": {
                                        "$ref": "5"
                                      },
                                      "tbSchool": {
                                        "$ref": "16"
                                      },
                                      "tbProgramClasses": [
                                        {
                                          "$ref": "13"
                                        },
                                        {
                                          "$ref": "13"
                                        }
                                      ],
                                      "tbProgramSchedules": [
                                        {
                                          "$id": "18",
                                          "Id": 1,
                                          "OfficeId": 1,
                                          "ProgramId": 1,
                                          "CampStartDate": "2025-09-10T07:04:04.8234722+00:00",
                                          "CampStartDay": "sample string 2",
                                          "CampEndDate": "2025-09-10T07:04:04.8234722+00:00",
                                          "CampEndDay": "sample string 3",
                                          "CampRegistrationEnd": "2025-09-10T07:04:04.8234722+00:00",
                                          "CampBasePrice": 1.0,
                                          "CampAfterCareCharge": 1.0,
                                          "CampAfterDescription": "sample string 4",
                                          "CampBeforeCareCharge": 1.0,
                                          "CampBeforeDescription": "sample string 5",
                                          "CampLunchCharge": 1.0,
                                          "CampLunchDescription": "sample string 6",
                                          "IsDeleted": true,
                                          "IsPublished": true,
                                          "tbOffice": {
                                            "$ref": "5"
                                          },
                                          "tbProgram": {
                                            "$ref": "17"
                                          },
                                          "tbProgramClasses": [
                                            {
                                              "$ref": "13"
                                            },
                                            {
                                              "$ref": "13"
                                            }
                                          ],
                                          "tbRegistrationItemSchedules": [
                                            {
                                              "$id": "19",
                                              "Id": 1,
                                              "RegistrationItemId": 1,
                                              "ScheduleId": 1,
                                              "OriginalCampBasePrice": 1.0,
                                              "CampBasePriceEarlyBirdDiscount": 1.0,
                                              "CampBasePrice": 1.0,
                                              "CampAfterCareCharge": 1.0,
                                              "CampBeforeCareCharge": 1.0,
                                              "CampLunchCharge": 1.0,
                                              "SubTotalExclTax": 1.0,
                                              "SubTotalInclTax": 1.0,
                                              "RegistrationStatus": "sample string 2",
                                              "SubTotalCouponDiscount": 1.0,
                                              "TotalAmount": 1.0,
                                              "CancellationFeePercentage": 1.0,
                                              "CancellationFeeAmount": 1.0,
                                              "RefundedAmount": 1.0,
                                              "PaidAmount": 1.0,
                                              "IsTransfer": true,
                                              "TransferredScheduleId": 1,
                                              "TransferStatus": "sample string 3",
                                              "TransferFee": 1.0,
                                              "TransferDifference": 1.0,
                                              "TransferOldOrderAdjustment": 1.0,
                                              "tbProgramSchedule": {
                                                "$ref": "18"
                                              },
                                              "tbRegistrationItem": {
                                                "$ref": "1"
                                              }
                                            },
                                            {
                                              "$ref": "19"
                                            }
                                          ],
                                          "tbWaitlists": [
                                            {
                                              "$id": "20",
                                              "Id": 1,
                                              "RegistrantId": 1,
                                              "ChildId": 1,
                                              "ProgramId": 1,
                                              "ScheduleId": 1,
                                              "AppliedDate": "2025-09-10T07:04:04.8234722+00:00",
                                              "IsDeleted": true,
                                              "tbChild": {
                                                "$ref": "2"
                                              },
                                              "tbProgram": {
                                                "$ref": "17"
                                              },
                                              "tbProgramSchedule": {
                                                "$ref": "18"
                                              },
                                              "tbRegistrant": {
                                                "$ref": "3"
                                              }
                                            },
                                            {
                                              "$ref": "20"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "18"
                                        }
                                      ],
                                      "tbProgramSurveys": [
                                        {
                                          "$id": "21",
                                          "Id": 1,
                                          "OfficeId": 1,
                                          "ProgramId": 1,
                                          "OverallProgramRating": 1,
                                          "OrganizationRating": 1,
                                          "EquipmentRating": 1,
                                          "InstructorsRating": 1,
                                          "IsInstructorsMakeProgramEnthusiastic": true,
                                          "IsRecommendToOtherFamilies": true,
                                          "IsParticipateAgain": true,
                                          "MoreActivitiesRequiredComments": "sample string 2",
                                          "AdditionalComments": "sample string 3",
                                          "CreatedOn": "2025-09-10T07:04:04.8234722+00:00",
                                          "tbOffice": {
                                            "$ref": "5"
                                          },
                                          "tbProgram": {
                                            "$ref": "17"
                                          }
                                        },
                                        {
                                          "$ref": "21"
                                        }
                                      ],
                                      "tbRegistrationItems": [
                                        {
                                          "$ref": "1"
                                        },
                                        {
                                          "$ref": "1"
                                        }
                                      ],
                                      "tbWaitlists": [
                                        {
                                          "$ref": "20"
                                        },
                                        {
                                          "$ref": "20"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "17"
                                    }
                                  ],
                                  "tbProgramPayments": [
                                    {
                                      "$id": "22",
                                      "Id": 1,
                                      "OfficeId": 1,
                                      "SessionId": 1,
                                      "SchoolId": 1,
                                      "ProgramId": 1,
                                      "Payment": 1.0,
                                      "CollectionDate": "2025-09-10T07:04:04.8234722+00:00",
                                      "PaymentMode": 1,
                                      "IsCompleted": true,
                                      "tbOffice": {
                                        "$ref": "5"
                                      },
                                      "tbSchool": {
                                        "$ref": "16"
                                      }
                                    },
                                    {
                                      "$ref": "22"
                                    }
                                  ],
                                  "tbState": {
                                    "$ref": "9"
                                  }
                                }
                              },
                              {
                                "$ref": "14"
                              }
                            ],
                            "tbInstructorScheduleLogs": [
                              {
                                "$ref": "12"
                              },
                              {
                                "$ref": "12"
                              }
                            ],
                            "tbProgram": {
                              "$ref": "17"
                            },
                            "tbProgramSchedule": {
                              "$ref": "18"
                            },
                            "tbProgramClassInstructors": [
                              {
                                "$id": "23",
                                "Id": 1,
                                "ProgramClassId": 1,
                                "InstructorId": 1,
                                "InstructorInitials": "sample string 2",
                                "tbProgramClass": {
                                  "$ref": "13"
                                }
                              },
                              {
                                "$ref": "23"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ]
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "tbOffices": [
                    {
                      "$ref": "5"
                    },
                    {
                      "$ref": "5"
                    }
                  ],
                  "tbSchools": [
                    {
                      "$ref": "16"
                    },
                    {
                      "$ref": "16"
                    }
                  ]
                },
                "tbCurriculumCategories": [
                  {
                    "$id": "24",
                    "Id": 1,
                    "CompanyId": 1,
                    "Name": "sample string 2",
                    "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                    "IsDeleted": true,
                    "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                    "tbCompany": {
                      "$ref": "8"
                    },
                    "tbCurriculums": [
                      {
                        "$id": "25",
                        "Id": 1,
                        "Name": "sample string 2",
                        "CurriculumCategoryId": 1,
                        "Url": "sample string 3",
                        "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                        "IsDeleted": true,
                        "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                        "tbCurriculumCategory": {
                          "$ref": "24"
                        }
                      },
                      {
                        "$ref": "25"
                      }
                    ]
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "tbFranchiseOperationCategories": [
                  {
                    "$id": "26",
                    "Id": 1,
                    "CompanyId": 1,
                    "Name": "sample string 2",
                    "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                    "IsDeleted": true,
                    "tbCompany": {
                      "$ref": "8"
                    },
                    "tbFranchiseOperations": [
                      {
                        "$id": "27",
                        "Id": 1,
                        "FranchiseOperationCategoryId": 1,
                        "Name": "sample string 2",
                        "Url": "sample string 3",
                        "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                        "IsDeleted": true,
                        "tbFranchiseOperationCategory": {
                          "$ref": "26"
                        }
                      },
                      {
                        "$ref": "27"
                      }
                    ]
                  },
                  {
                    "$ref": "26"
                  }
                ],
                "tbOffices": [
                  {
                    "$ref": "5"
                  },
                  {
                    "$ref": "5"
                  }
                ]
              },
              "tbCoupons": [
                {
                  "$id": "28",
                  "Id": 1,
                  "OfficeId": 1,
                  "Name": "sample string 2",
                  "Code": "sample string 3",
                  "DiscountType": "sample string 4",
                  "DiscountAmount": 1.0,
                  "ProgramEligibility": "sample string 5",
                  "MaximumUsageAllowed": 1,
                  "NumberUsed": 1,
                  "StartDate": "2025-09-10T07:04:04.8234722+00:00",
                  "EndDate": "2025-09-10T07:04:04.8234722+00:00",
                  "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                  "IsActive": true,
                  "IsDeleted": true,
                  "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                  "tbOffice": {
                    "$ref": "5"
                  },
                  "tbCouponPrograms": [
                    {
                      "$id": "29",
                      "Id": 1,
                      "CouponId": 1,
                      "ProgramId": 1,
                      "tbCoupon": {
                        "$ref": "28"
                      }
                    },
                    {
                      "$ref": "29"
                    }
                  ]
                },
                {
                  "$ref": "28"
                }
              ],
              "tbDirectors": [
                {
                  "$ref": "15"
                },
                {
                  "$ref": "15"
                }
              ],
              "tbEmailTemplates": [
                {
                  "$id": "30",
                  "Id": 1,
                  "OfficeId": 1,
                  "Name": "sample string 2",
                  "TemplateContent": "sample string 3",
                  "CreatedOn": "2025-09-10T07:04:04.8234722+00:00",
                  "IsDeleted": true,
                  "tbOffice": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "30"
                }
              ],
              "tbEvaluations": [
                {
                  "$ref": "14"
                },
                {
                  "$ref": "14"
                }
              ],
              "tbForms": [
                {
                  "$id": "31",
                  "Id": 1,
                  "OfficeId": 1,
                  "Name": "sample string 2",
                  "Description": "sample string 3",
                  "FormType": "sample string 4",
                  "IsSignRequired": true,
                  "IsMandatory": true,
                  "CreatedOn": "2025-09-10T07:04:04.8234722+00:00",
                  "IsDeleted": true,
                  "tbOffice": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "31"
                }
              ],
              "tbInstructors": [
                {
                  "$ref": "10"
                },
                {
                  "$ref": "10"
                }
              ],
              "tbInstructorSchedules": [
                {
                  "$ref": "11"
                },
                {
                  "$ref": "11"
                }
              ],
              "tbSiblingDiscounts": [
                {
                  "$id": "32",
                  "Id": 1,
                  "OfficeId": 1,
                  "Name": "sample string 2",
                  "NumberOfUsers": 1,
                  "ProgramEligibility": "sample string 3",
                  "DiscountType": "sample string 4",
                  "DiscountAmount": 1.0,
                  "CreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                  "IsActive": true,
                  "IsDeleted": true,
                  "UpdatedOn": "2025-09-10T07:04:04.8234722+00:00",
                  "tbDiscountPrograms": [
                    {
                      "$id": "33",
                      "Id": 1,
                      "DiscountId": 1,
                      "ProgramId": 1,
                      "tbSiblingDiscount": {
                        "$ref": "32"
                      }
                    },
                    {
                      "$ref": "33"
                    }
                  ],
                  "tbOffice": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "32"
                }
              ],
              "tbState": {
                "$ref": "9"
              },
              "tbOfficeRecurrings": [
                {
                  "$id": "34",
                  "Id": 1,
                  "OfficeId": 1,
                  "PaymentMethodId": "sample string 2",
                  "PayorId": "sample string 3",
                  "LastFour": "sample string 4",
                  "CardBrand": "sample string 5",
                  "TokenGeneratedDate": "2025-09-10T07:04:04.8234722+00:00",
                  "RecurringId": "sample string 6",
                  "RecurringFee": 1.0,
                  "RecurringInterval": "sample string 7",
                  "NextPaymentDate": "2025-09-10T07:04:04.8234722+00:00",
                  "SubscriptionStatus": "sample string 8",
                  "RecurringStatus": "sample string 9",
                  "SubscriptionCreatedDate": "2025-09-10T07:04:04.8234722+00:00",
                  "FailedPaymentCount": 1,
                  "LastFailedPaymentDate": "2025-09-10T07:04:04.8234722+00:00",
                  "Notes": "sample string 10",
                  "tbOffice": {
                    "$ref": "5"
                  },
                  "tbOfficeRecurringTransactions": [
                    {
                      "$id": "35",
                      "Id": 1,
                      "OfficeRecurringId": 1,
                      "PayTheoryTransactionId": "sample string 2",
                      "Amount": 1.0,
                      "Status": "sample string 3",
                      "TransactionDate": "2025-09-10T07:04:04.8234722+00:00",
                      "WebhookEventId": 1,
                      "FailureReason": "sample string 4",
                      "AttemptedAt": "2025-09-10T07:04:04.8234722+00:00",
                      "tbOfficeRecurring": {
                        "$ref": "34"
                      },
                      "tbWebhookEvent": {
                        "$id": "36",
                        "Id": 1,
                        "EventId": "sample string 2",
                        "EventType": "sample string 3",
                        "Payload": "sample string 4",
                        "ReceivedAt": "2025-09-10T07:04:04.8234722+00:00",
                        "IsProcessed": true,
                        "Provider": "sample string 6",
                        "RetryCount": 1,
                        "tbOfficeRecurringTransactions": [
                          {
                            "$ref": "35"
                          },
                          {
                            "$ref": "35"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "35"
                    }
                  ]
                },
                {
                  "$ref": "34"
                }
              ],
              "tbPrograms": [
                {
                  "$ref": "17"
                },
                {
                  "$ref": "17"
                }
              ],
              "tbProgramPayments": [
                {
                  "$ref": "22"
                },
                {
                  "$ref": "22"
                }
              ],
              "tbProgramSchedules": [
                {
                  "$ref": "18"
                },
                {
                  "$ref": "18"
                }
              ],
              "tbProgramSurveys": [
                {
                  "$ref": "21"
                },
                {
                  "$ref": "21"
                }
              ],
              "tbOrders": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "tbSchools": [
                {
                  "$ref": "16"
                },
                {
                  "$ref": "16"
                }
              ]
            },
            "tbRegistrationItems": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ],
            "tbOrderPayments": [
              {
                "$id": "37",
                "Id": 1,
                "OrderId": 1,
                "RegistrantId": 1,
                "Action": "sample string 2",
                "TransactionAmount": 1.0,
                "PaymentMethod": "sample string 3",
                "TransactionType": "sample string 4",
                "WalletAmount": 1.0,
                "CardAmount": 1.0,
                "PaymentIntentId": "sample string 5",
                "ExistingWalletAmount": 1.0,
                "UpdatedWalletAmount": 1.0,
                "PaymentDate": "2025-09-10T07:04:04.8234722+00:00",
                "PaymentStatus": "sample string 6",
                "Note": "sample string 7",
                "tbOrder": {
                  "$ref": "4"
                },
                "tbRegistrant": {
                  "$ref": "3"
                }
              },
              {
                "$ref": "37"
              }
            ],
            "tbRegistrant": {
              "$ref": "3"
            }
          },
          {
            "$ref": "4"
          }
        ],
        "tbOrderPayments": [
          {
            "$ref": "37"
          },
          {
            "$ref": "37"
          }
        ],
        "tbWaitlists": [
          {
            "$ref": "20"
          },
          {
            "$ref": "20"
          }
        ]
      },
      "tbRegistrationItems": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ],
      "tbWaitlists": [
        {
          "$ref": "20"
        },
        {
          "$ref": "20"
        }
      ]
    },
    "tbOrder": {
      "$ref": "4"
    },
    "tbProgram": {
      "$ref": "17"
    },
    "tbRegistrationItemSchedules": [
      {
        "$ref": "19"
      },
      {
        "$ref": "19"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of VMRegistrationItem
NameDescriptionTypeAdditional information
Id

integer

None.

OrderId

integer

None.

ProgramId

integer

None.

ChildId

integer

None.

ProgramTotal

decimal number

None.

IsEarlyBirdApplied

boolean

None.

EarlyBirdDiscountAmount

decimal number

None.

IsSiblingDiscountApplied

boolean

None.

SiblingDiscountId

integer

None.

SiblingDiscountAmount

decimal number

None.

IsPaymentPlanApplied

boolean

None.

PaymentPlan2ndInstallmentDate

date

None.

PaymentPlan2ndInstallmentAmount

decimal number

None.

PaymentPlanFeeAmount

decimal number

None.

IsPaymentPlan2ndInstallmentPaid

boolean

None.

IsCouponApplied

boolean

None.

CouponId

integer

None.

CouponDiscountAmount

decimal number

None.

ProcessingFeeAmount

decimal number

None.

SubTotalAmountExclTax

decimal number

None.

SubTotalAmountInclTax

decimal number

None.

TotalAmount

decimal number

None.

SchoolName

string

None.

TeacherName

string

None.

StandardDismissal

string

None.

Grade

string

None.

DismissalFromEnrichment

string

None.

IsTShirtRequired

boolean

None.

TShirtSizeRequired

string

None.

IsFriendRequest

boolean

None.

FriendRequestNote

string

None.

IsRoommateRequest

boolean

None.

RoommateRequestNote

string

None.

PaidAmount

decimal number

None.

PendingAmount

decimal number

None.

CancellationFeePercentage

decimal number

None.

CancellationFeeAmount

decimal number

None.

RefundedAmount

decimal number

None.

RegistrationDate

date

None.

RegistrationStatus

string

None.

PaymentStatus

string

None.

IsTransfer

boolean

None.

TransferredItemId

integer

None.

TransferStatus

string

None.

TransferFee

decimal number

None.

TransferDifference

decimal number

None.

TransferOldOrderAdjustment

decimal number

None.

UpdatedOn

date

None.

UpdatedBy

string

None.

tbChild

VMChild

None.

tbProgram

VMProgram

None.

tbOrder

VMOrder

None.

tbRegistrationItemSchedules

Collection of VMRegistrationItemSchedule

None.

itemId

string

None.

ClientSecret

string

None.

ChildName

string

None.

ProgramName

string

None.

ProgramTotalInclEarlyBird

decimal number

None.

SiblingDiscountRelatedItemId

integer

None.

WalletAmountPending

decimal number

None.

strRegistrationDate

string

None.

strPaymentPlanInstallmentDate

string

None.

PaymentPlanFeeAmountInclTax

decimal number

None.

PaymentPlanFeeTax

decimal number

None.

CustomDismissalText

string

None.

tbChilds

Collection of VMChild

None.

tbDiscount

VMSiblingDiscount

None.

tbRegistrant

VMRegistrant

None.

tbOrderPayment

VMOrderPayment

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "OrderId": 1,
    "ProgramId": 1,
    "ChildId": 1,
    "ProgramTotal": 1.0,
    "IsEarlyBirdApplied": true,
    "EarlyBirdDiscountAmount": 1.0,
    "IsSiblingDiscountApplied": true,
    "SiblingDiscountId": 1,
    "SiblingDiscountAmount": 1.0,
    "IsPaymentPlanApplied": true,
    "PaymentPlan2ndInstallmentDate": "2025-09-10T07:04:06.2140605+00:00",
    "PaymentPlan2ndInstallmentAmount": 1.0,
    "PaymentPlanFeeAmount": 1.0,
    "IsPaymentPlan2ndInstallmentPaid": true,
    "IsCouponApplied": true,
    "CouponId": 1,
    "CouponDiscountAmount": 1.0,
    "ProcessingFeeAmount": 1.0,
    "SubTotalAmountExclTax": 1.0,
    "SubTotalAmountInclTax": 1.0,
    "TotalAmount": 1.0,
    "SchoolName": "sample string 2",
    "TeacherName": "sample string 3",
    "StandardDismissal": "sample string 4",
    "Grade": "sample string 5",
    "DismissalFromEnrichment": "sample string 6",
    "IsTShirtRequired": true,
    "TShirtSizeRequired": "sample string 7",
    "IsFriendRequest": true,
    "FriendRequestNote": "sample string 8",
    "IsRoommateRequest": true,
    "RoommateRequestNote": "sample string 9",
    "PaidAmount": 1.0,
    "PendingAmount": 1.0,
    "CancellationFeePercentage": 1.0,
    "CancellationFeeAmount": 1.0,
    "RefundedAmount": 1.0,
    "RegistrationDate": "2025-09-10T07:04:06.2140605+00:00",
    "RegistrationStatus": "sample string 10",
    "PaymentStatus": "sample string 11",
    "IsTransfer": true,
    "TransferredItemId": 1,
    "TransferStatus": "sample string 12",
    "TransferFee": 1.0,
    "TransferDifference": 1.0,
    "TransferOldOrderAdjustment": 1.0,
    "UpdatedOn": "2025-09-10T07:04:06.2140605+00:00",
    "UpdatedBy": "sample string 13",
    "tbChild": {
      "$id": "2",
      "Id": 1,
      "RegistrantId": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Gender": "sample string 4",
      "DOB": "2025-09-10T07:04:06.2140605+00:00",
      "IsMedicalCondition": true,
      "MedicalNeeds": "sample string 5",
      "IsAllergy": true,
      "AllergicRestrictions": "sample string 6",
      "IsDeleted": true,
      "InsuranceCompany": "sample string 7",
      "InsurancePolicyNumber": "sample string 8",
      "InsuranceCompanyPhone": "sample string 9",
      "IsPhotographyReleasePermission": true,
      "IsSelfAdministeredMedication": true,
      "SelfAdministeredMedicationDesc": "sample string 10",
      "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
      "tbRegistrant": {
        "$id": "3",
        "Id": 1,
        "UserId": "sample string 2",
        "Email": "sample string 3",
        "Phone": "sample string 4",
        "IsNewsletter": true,
        "Wallet": 1.0,
        "ParentFirstName": "sample string 5",
        "ParentLastName": "sample string 6",
        "ParentPhone": "sample string 7",
        "ParentEmail": "sample string 8",
        "ParentAddress": "sample string 9",
        "Parent2FirstName": "sample string 10",
        "Parent2LastName": "sample string 11",
        "Parent2Phone": "sample string 12",
        "Parent2Email": "sample string 13",
        "Parent2Address": "sample string 14",
        "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
        "IsDeleted": true,
        "IsActive": true,
        "tbChilds": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "tbRegistrantWalletHistories": [
          {
            "$id": "4",
            "Id": 1,
            "OrderId": 1,
            "RegistrantId": 1,
            "Action": "sample string 2",
            "TransactionAmount": 1.0,
            "PaymentMethod": "sample string 3",
            "TransactionType": "sample string 4",
            "WalletAmount": 1.0,
            "CardAmount": 1.0,
            "PaymentIntentId": "sample string 5",
            "ExistingWalletAmount": 1.0,
            "UpdatedWalletAmount": 1.0,
            "PaymentDate": "2025-09-10T07:04:06.2140605+00:00",
            "PaymentStatus": "sample string 6",
            "Note": "sample string 7",
            "tbRegistrant": {
              "$ref": "3"
            },
            "tbOrder": {
              "$id": "5",
              "Id": 1,
              "OfficeId": 1,
              "RegistrantId": 1,
              "Currency": "sample string 2",
              "PaymentGateway": "sample string 3",
              "ProgramTotal": 1.0,
              "IsCouponApplied": true,
              "CouponId": 1,
              "CouponDiscountAmount": 1.0,
              "ProcessingFeeAmount": 1.0,
              "OrderEarlyBirdDiscount": 1.0,
              "OrderSiblingDiscount": 1.0,
              "SubTotalAmountInclTax": 1.0,
              "SubTotalAmountExclTax": 1.0,
              "TotalAmount": 1.0,
              "PaidAmount": 1.0,
              "PendingAmount": 1.0,
              "CancellationFeePercentage": 1.0,
              "CancellationFeeAmount": 1.0,
              "RefundedAmount": 1.0,
              "Agent": "sample string 4",
              "RegistrantIp": "sample string 5",
              "SelectedFormsIds": "sample string 6",
              "RegistrationDate": "2025-09-10T07:04:06.2140605+00:00",
              "RegistrationStatus": "sample string 7",
              "PaymentStatus": "sample string 8",
              "tbOffice": {
                "$id": "6",
                "Id": 1,
                "CompanyId": 1,
                "OfficeName": "sample string 2",
                "OfficeShortName": "sample string 3",
                "OfficeType": "sample string 4",
                "OfficeLocation": "sample string 5",
                "EmploymentType": "sample string 6",
                "Phone": "sample string 7",
                "Email": "sample string 8",
                "StateId": 1,
                "City": "sample string 9",
                "Address": "sample string 10",
                "ShirtSize": "sample string 11",
                "Banking": "sample string 12",
                "PayrollCompany": "sample string 13",
                "InsuranceBroker": "sample string 14",
                "COIStanding": "sample string 15",
                "VirtualMeetingPlatform": "sample string 16",
                "BackgroundCheckPlatform": "sample string 17",
                "ProviderTaxId": "sample string 18",
                "Currency": "sample string 19",
                "PaymentGateway": "sample string 20",
                "PublishableKey": "sample string 21",
                "SecretKey": "sample string 22",
                "PT_ApiKey": "sample string 23",
                "PT_MerchantUID": "sample string 24",
                "TwitterLink": "sample string 25",
                "FacebookLink": "sample string 26",
                "InstagramLink": "sample string 27",
                "AdvertisingSpending": 1,
                "IsRevenueASP": true,
                "IsRevenueSpark": true,
                "IsRevenueSchoolYearCamps": true,
                "IsRevenueSummerCamps": true,
                "IsRevenueLeagues": true,
                "IsRevenueClinics": true,
                "RevenueOtherStreams": "sample string 28",
                "Description": "sample string 29",
                "Announcement": "sample string 30",
                "Testimonials": "sample string 31",
                "IsDeleted": true,
                "IsLocked": true,
                "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                "UpdatedOn": "2025-09-10T07:04:06.2140605+00:00",
                "tbCampaigns": [
                  {
                    "$id": "7",
                    "Id": 1,
                    "Officeid": 1,
                    "Subject": "sample string 2",
                    "EmailContent": "sample string 3",
                    "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                    "IsDeleted": true,
                    "tbCampaignDetails": [
                      {
                        "$id": "8",
                        "Id": 1,
                        "CampaignId": 1,
                        "UserEmail": "sample string 2",
                        "tbCampaign": {
                          "$ref": "7"
                        },
                        "SenderName": "sample string 3",
                        "SenderAccountName": "sample string 4"
                      },
                      {
                        "$ref": "8"
                      }
                    ],
                    "vMCampaignDetails": [
                      {
                        "$ref": "8"
                      },
                      {
                        "$ref": "8"
                      }
                    ],
                    "SenderEmail": "sample string 4"
                  },
                  {
                    "$ref": "7"
                  }
                ],
                "tbCompany": {
                  "$id": "9",
                  "Id": 1,
                  "UserId": "sample string 2",
                  "RoleId": 1,
                  "Role": "sample string 3",
                  "CompanyName": "sample string 4",
                  "FirstName": "sample string 5",
                  "LastName": "sample string 6",
                  "PhoneNumber": "sample string 7",
                  "Email": "sample string 8",
                  "Icon": "sample string 9",
                  "Gender": "sample string 10",
                  "StateId": 1,
                  "City": "sample string 11",
                  "Address": "sample string 12",
                  "SubscriptionPlanId": 1,
                  "CurrentPeriodEnd": "2025-09-10T07:04:06.2140605+00:00",
                  "CurrentPeriodLeeway": "2025-09-10T07:04:06.2140605+00:00",
                  "SubscriptionStateId": 1,
                  "IsDirectorAlso": true,
                  "IsProfileCompleted": true,
                  "OfficeCount": 1,
                  "Description": "sample string 13",
                  "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                  "IsDeleted": true,
                  "tbState": {
                    "$id": "10",
                    "Id": 1,
                    "StateName": "sample string 2",
                    "isDeleted": true,
                    "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                    "CountryId": 1,
                    "tbCompanies": [
                      {
                        "$ref": "9"
                      },
                      {
                        "$ref": "9"
                      }
                    ],
                    "tbInstructors": [
                      {
                        "$id": "11",
                        "Id": 1,
                        "UserId": "sample string 2",
                        "OfficeId": 1,
                        "Name": "sample string 3",
                        "Initials": "sample string 4",
                        "Email": "sample string 5",
                        "Phone": "sample string 6",
                        "StateId": 1,
                        "City": "sample string 7",
                        "Zip": "sample string 8",
                        "Address": "sample string 9",
                        "Gender": "sample string 10",
                        "Schedule": "sample string 11",
                        "PayRate": 1.0,
                        "SocialSecurityNumber": "sample string 12",
                        "MaritalStatus": "sample string 13",
                        "NumberOfExemptions": 1,
                        "DateOfBirth": "2025-09-10T07:04:06.2140605+00:00",
                        "AccountNumber": "sample string 14",
                        "RoutingNumber": "sample string 15",
                        "HireDate": "2025-09-10T07:04:06.2140605+00:00",
                        "Clearance": true,
                        "DirectDeposit": true,
                        "Equipment": true,
                        "Notes": "sample string 16",
                        "EquipmentNote": "sample string 17",
                        "IsApplication": true,
                        "IsInterviewNotes": true,
                        "IsTopSheet": true,
                        "IsStaffEmergencyContact": true,
                        "IsW4": true,
                        "IsI9": true,
                        "IsInstructorAgreement": true,
                        "IsChildAbuseAndInnapropriateContact": true,
                        "IsGeneralKnowledgeAnswerSheet": true,
                        "IsCurriculumAnswerSheet": true,
                        "IsHighFivesMoment": true,
                        "IsGamePlan": true,
                        "IsChildProtection": true,
                        "IsEmployeePledge": true,
                        "IsClassProcedureAnswerSheet": true,
                        "IsEmpahsis": true,
                        "IsDirectorQuiz": true,
                        "IsCampGamePlan": true,
                        "IsCampHighFivesMoment": true,
                        "IsCampEmpahsis": true,
                        "IsProgramManualAnswerSheet": true,
                        "IsProgramTrainingReceipt": true,
                        "IsCampManualAnswerSheet": true,
                        "IsCampTrainingPresentationAnswerSheet": true,
                        "IsCampTrainingReceipt": true,
                        "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                        "IsDeleted": true,
                        "UpdatedOn": "2025-09-10T07:04:06.2140605+00:00",
                        "tbOffice": {
                          "$ref": "6"
                        },
                        "tbState": {
                          "$ref": "10"
                        },
                        "tbInstructorSchedules": [
                          {
                            "$id": "12",
                            "Id": 1,
                            "OfficeId": 1,
                            "InstructorId": 1,
                            "Day": "sample string 2",
                            "DayName": "sample string 3",
                            "tbOffice": {
                              "$ref": "6"
                            }
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "tbProgramClassScheduleLogs": [
                          {
                            "$id": "13",
                            "Id": 1,
                            "ProgramClassId": 1,
                            "InstructorId": 1,
                            "ClockInTime": "2025-09-10T07:04:06.2140605+00:00",
                            "ClockInLocation": "sample string 2",
                            "ClockInLongitude": 1.0,
                            "ClockInLatitude": 1.0,
                            "ClockOutTime": "2025-09-10T07:04:06.2140605+00:00",
                            "ClockOutLocation": "sample string 3",
                            "ClockOutLongitude": 1.0,
                            "ClockOutLatitude": 1.0,
                            "LogStatus": "sample string 4",
                            "Note": "sample string 5",
                            "tbInstructor": {
                              "$ref": "11"
                            },
                            "tbProgramClass": {
                              "$id": "14",
                              "Id": 1,
                              "OfficeId": 1,
                              "ProgramId": 1,
                              "ProgramScheduleId": 1,
                              "ClassDate": "2025-09-10T07:04:06.2140605+00:00",
                              "ClassStatus": 1,
                              "ClassStatusName": "sample string 2",
                              "ClassDay": "sample string 3",
                              "EndTime": "2025-09-10T07:04:06.2140605+00:00",
                              "StartTime": "2025-09-10T07:04:06.2140605+00:00",
                              "InstructorInitials": "sample string 4",
                              "Notes": "sample string 5",
                              "YearId": 1,
                              "IsDeleted": true,
                              "IsPublished": true,
                              "tbEvaluations": [
                                {
                                  "$id": "15",
                                  "Id": 1,
                                  "OfficeId": 1,
                                  "SchoolId": 1,
                                  "ProgramClassId": 1,
                                  "DirectorId": 1,
                                  "Instructors": "sample string 2",
                                  "Comments": "sample string 3",
                                  "AdditionalNotes": "sample string 4",
                                  "IsUniform": true,
                                  "IsReachedEarly": true,
                                  "IsEquip": true,
                                  "PDC": true,
                                  "IsInstructorEnergetic": true,
                                  "IsAllStudentsInvolved": true,
                                  "IsFunEnvironment": true,
                                  "IsSolidPace": true,
                                  "IsHighFives": true,
                                  "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                                  "IsActive": true,
                                  "tbDirector": {
                                    "$id": "16",
                                    "Id": 1,
                                    "UserId": "sample string 2",
                                    "FirstName": "sample string 3",
                                    "LastName": "sample string 4",
                                    "City": "sample string 5",
                                    "StateId": 1,
                                    "OfficeId": 1,
                                    "Role": "sample string 6",
                                    "Gender": "sample string 7",
                                    "PhoneNumber": "sample string 8",
                                    "Email": "sample string 9",
                                    "Address": "sample string 10",
                                    "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                                    "IsDeleted": true,
                                    "IsLocked": true,
                                    "tbOffice": {
                                      "$ref": "6"
                                    },
                                    "DirectorName": "sample string 11",
                                    "Password": "sample string 12",
                                    "OfficeName": "sample string 13",
                                    "StateName": "sample string 14",
                                    "SubscriptionPlanName": "sample string 15",
                                    "CurrentPeriodEnd": "2025-09-10T07:04:06.2140605+00:00",
                                    "tbCompany": {
                                      "$ref": "9"
                                    }
                                  },
                                  "tbOffice": {
                                    "$ref": "6"
                                  },
                                  "tbProgramClass": {
                                    "$ref": "14"
                                  },
                                  "tbSchool": {
                                    "$id": "17",
                                    "Id": 1,
                                    "OfficeId": 1,
                                    "Name": "sample string 2",
                                    "SchoolPhone": "sample string 3",
                                    "Website": "sample string 4",
                                    "StateId": 1,
                                    "City": "sample string 5",
                                    "Address": "sample string 6",
                                    "Zipcode": "sample string 7",
                                    "SalesStageName": "sample string 8",
                                    "PartnerName": "sample string 9",
                                    "PartnerEmail": "sample string 10",
                                    "PartnerPhone": "sample string 11",
                                    "Description": "sample string 12",
                                    "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                                    "IsDeleted": true,
                                    "tbEvaluations": [
                                      {
                                        "$ref": "15"
                                      },
                                      {
                                        "$ref": "15"
                                      }
                                    ],
                                    "tbOffice": {
                                      "$ref": "6"
                                    },
                                    "tbPrograms": [
                                      {
                                        "$id": "18",
                                        "Id": 1,
                                        "SessionId": 1,
                                        "OfficeId": 1,
                                        "SchoolId": 1,
                                        "Program": "sample string 2",
                                        "NumberofKids": 1,
                                        "StartDate": "2025-09-10T07:04:06.2140605+00:00",
                                        "EndDate": "2025-09-10T07:04:06.2140605+00:00",
                                        "Cost": 1.0,
                                        "TotalCost": 1.0,
                                        "WeeksDuration": 1,
                                        "InstructorsId": "sample string 3",
                                        "InstructorsInitials": "sample string 4",
                                        "Availability": "sample string 5",
                                        "StartTime": "2025-09-10T07:04:06.2140605+00:00",
                                        "EndTime": "2025-09-10T07:04:06.2140605+00:00",
                                        "ProcessingFeePercentage": 1.0,
                                        "IsSurveyActive": true,
                                        "SurveyUrl": "sample string 6",
                                        "RegistrationStart": "2025-09-10T07:04:06.2140605+00:00",
                                        "RegistrationEnd": "2025-09-10T07:04:06.2140605+00:00",
                                        "StudentCapacity": 1,
                                        "RegistrationType": "sample string 7",
                                        "Description": "sample string 8",
                                        "Notes": "sample string 9",
                                        "IsEarlyBird": true,
                                        "EarlyBirdRegistrationEnd": "2025-09-10T07:04:06.2140605+00:00",
                                        "EarlyBirdCost": 1.0,
                                        "ProgramCategory": "sample string 10",
                                        "GradeMinRequirment": "sample string 11",
                                        "GradeMaxRequirment": "sample string 12",
                                        "IsTShirt": true,
                                        "IsFriendRequest": true,
                                        "IsRoommateRequest": true,
                                        "IsPaymentPlan": true,
                                        "PaymentPlanInstallmentDate": "2025-09-10T07:04:06.2140605+00:00",
                                        "PaymentPlanFee": 1.0,
                                        "IsManualDisplay": true,
                                        "OtherURL": "sample string 13",
                                        "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                                        "UpdatedOn": "2025-09-10T07:04:06.2140605+00:00",
                                        "YearId": 1,
                                        "IsDeleted": true,
                                        "IsPublished": true,
                                        "tbOffice": {
                                          "$ref": "6"
                                        },
                                        "tbSchool": {
                                          "$ref": "17"
                                        },
                                        "tbProgramClasses": [
                                          {
                                            "$ref": "14"
                                          },
                                          {
                                            "$ref": "14"
                                          }
                                        ],
                                        "tbProgramSchedules": [
                                          {
                                            "$id": "19",
                                            "Id": 1,
                                            "OfficeId": 1,
                                            "ProgramId": 1,
                                            "CampStartDate": "2025-09-10T07:04:06.2140605+00:00",
                                            "CampStartDay": "sample string 2",
                                            "CampEndDate": "2025-09-10T07:04:06.2140605+00:00",
                                            "CampEndDay": "sample string 3",
                                            "CampRegistrationEnd": "2025-09-10T07:04:06.2140605+00:00",
                                            "CampBasePrice": 1.0,
                                            "CampAfterCareCharge": 1.0,
                                            "CampAfterDescription": "sample string 4",
                                            "CampBeforeCareCharge": 1.0,
                                            "CampBeforeDescription": "sample string 5",
                                            "CampLunchCharge": 1.0,
                                            "CampLunchDescription": "sample string 6",
                                            "IsDeleted": true,
                                            "IsActive": true,
                                            "tbOffice": {
                                              "$ref": "6"
                                            },
                                            "tbProgram": {
                                              "$ref": "18"
                                            },
                                            "tbProgramClasses": [
                                              {
                                                "$ref": "14"
                                              },
                                              {
                                                "$ref": "14"
                                              }
                                            ],
                                            "tbRegistrationItemSchedules": [
                                              {
                                                "$id": "20",
                                                "Id": 1,
                                                "RegistrationItemId": 1,
                                                "ScheduleId": 1,
                                                "OriginalCampBasePrice": 1.0,
                                                "CampBasePriceEarlyBirdDiscount": 1.0,
                                                "CampBasePrice": 1.0,
                                                "CampAfterCareCharge": 1.0,
                                                "CampBeforeCareCharge": 1.0,
                                                "CampLunchCharge": 1.0,
                                                "SubTotalExclTax": 1.0,
                                                "SubTotalInclTax": 1.0,
                                                "RegistrationStatus": "sample string 2",
                                                "SubTotalCouponDiscount": 1.0,
                                                "TotalAmount": 1.0,
                                                "CancellationFeePercentage": 1.0,
                                                "CancellationFeeAmount": 1.0,
                                                "RefundedAmount": 1.0,
                                                "PaidAmount": 1.0,
                                                "IsTransfer": true,
                                                "TransferredScheduleId": 1,
                                                "TransferStatus": "sample string 3",
                                                "TransferFee": 1.0,
                                                "TransferDifference": 1.0,
                                                "TransferOldOrderAdjustment": 1.0,
                                                "tbProgramSchedule": {
                                                  "$ref": "19"
                                                },
                                                "tbRegistrationItem": {
                                                  "$ref": "1"
                                                },
                                                "WeekDate": "sample string 4",
                                                "tbOrderPayment": {
                                                  "$ref": "4"
                                                },
                                                "ScheduleIdToBeTransfer": 1,
                                                "IsCampBeforeCareApplied": true,
                                                "IsCampAfterCareApplied": true,
                                                "IsCampLunchApplied": true
                                              },
                                              {
                                                "$ref": "20"
                                              }
                                            ],
                                            "tbWaitlists": [
                                              {
                                                "$id": "21",
                                                "Id": 1,
                                                "RegistrantId": 1,
                                                "ChildId": 1,
                                                "ProgramId": 1,
                                                "ScheduleId": 1,
                                                "AppliedDate": "2025-09-10T07:04:06.2140605+00:00",
                                                "IsDeleted": true,
                                                "tbChild": {
                                                  "$ref": "2"
                                                },
                                                "tbProgram": {
                                                  "$ref": "18"
                                                },
                                                "tbProgramSchedule": {
                                                  "$ref": "19"
                                                },
                                                "tbRegistrant": {
                                                  "$ref": "3"
                                                },
                                                "strAppliedDate": "sample string 2",
                                                "ProgramName": "sample string 3",
                                                "RegistrationAvailablity": 1
                                              },
                                              {
                                                "$ref": "21"
                                              }
                                            ],
                                            "Availability": "sample string 7",
                                            "EndTime": "2025-09-10T07:04:06.2140605+00:00",
                                            "StartTime": "2025-09-10T07:04:06.2140605+00:00",
                                            "InstructorsIds": "sample string 8",
                                            "InstructorsInitials": "sample string 9",
                                            "strCampStartDate": "sample string 10",
                                            "strCampEndDate": "sample string 11",
                                            "strCampStartEndDate": "sample string 12",
                                            "strCampRegistrationEnd": "sample string 13",
                                            "isCampRegDateOpen": true,
                                            "StudentCapacity": 15,
                                            "StudentAvailability": 16,
                                            "isSpotAvailable": true,
                                            "RegistrationCount": 18,
                                            "IsCampAfterCare": true,
                                            "IsCampBeforeCare": true,
                                            "IsCampLunch": true
                                          },
                                          {
                                            "$ref": "19"
                                          }
                                        ],
                                        "tbProgramSurveys": [
                                          {
                                            "$id": "22",
                                            "Id": 1,
                                            "OfficeId": 1,
                                            "ProgramId": 1,
                                            "OverallProgramRating": 1,
                                            "OrganizationRating": 1,
                                            "EquipmentRating": 1,
                                            "InstructorsRating": 1,
                                            "IsInstructorsMakeProgramEnthusiastic": true,
                                            "IsRecommendToOtherFamilies": true,
                                            "IsParticipateAgain": true,
                                            "MoreActivitiesRequiredComments": "sample string 2",
                                            "AdditionalComments": "sample string 3",
                                            "CreatedOn": "2025-09-10T07:04:06.2140605+00:00",
                                            "tbOffice": {
                                              "$ref": "6"
                                            },
                                            "tbProgram": {
                                              "$ref": "18"
                                            },
                                            "SurveyCount": 4,
                                            "OverallProgramRatingCount": 5,
                                            "OverallProgramRating1Count": 6,
                                            "OverallProgramRating2Count": 7,
                                            "OverallProgramRating3Count": 8,
                                            "OverallProgramRating4Count": 9,
                                            "OrganizationRatingCount": 10,
                                            "OrganizationRating1Count": 11,
                                            "OrganizationRating2Count": 12,
                                            "OrganizationRating3Count": 13,
                                            "OrganizationRating4Count": 14,
                                            "EquipmentRatingCount": 15,
                                            "EquipmentRating1Count": 16,
                                            "EquipmentRating2Count": 17,
                                            "EquipmentRating3Count": 18,
                                            "EquipmentRating4Count": 19,
                                            "InstructorsRatingCount": 20,
                                            "InstructorsRating1Count": 21,
                                            "InstructorsRating2Count": 22,
                                            "InstructorsRating3Count": 23,
                                            "InstructorsRating4Count": 24,
                                            "IsInstructorsMakeProgramEnthusiasticCount": 25,
                                            "IsInstructorsMakeProgramEnthusiastic1Count": 26,
                                            "IsInstructorsMakeProgramEnthusiastic2Count": 27,
                                            "IsRecommendToOtherFamiliesCount": 28,
                                            "IsRecommendToOtherFamilies1Count": 29,
                                            "IsRecommendToOtherFamilies2Count": 30,
                                            "IsParticipateAgainCount": 31,
                                            "IsParticipateAgain1Count": 32,
                                            "IsParticipateAgain2Count": 33,
                                            "MoreActivitiesRequiredCommentsCount": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "AdditionalCommentsCount": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "YearId": 34,
                                            "SessionId": 35
                                          },
                                          {
                                            "$ref": "22"
                                          }
                                        ],
                                        "tbRegistrationItems": [
                                          {
                                            "$ref": "1"
                                          },
                                          {
                                            "$ref": "1"
                                          }
                                        ],
                                        "tbWaitlists": [
                                          {
                                            "$ref": "21"
                                          },
                                          {
                                            "$ref": "21"
                                          }
                                        ],
                                        "InstructorsIds": "sample string 14",
                                        "strStartTime": "sample string 15",
                                        "strEndTime": "sample string 16",
                                        "strStartDate": "sample string 17",
                                        "strEndDate": "sample string 18",
                                        "StartDateTime": "sample string 19",
                                        "EndDateTime": "sample string 20",
                                        "StartEndTime": "sample string 21",
                                        "strRegistrationStart": "sample string 22",
                                        "strRegistrationEnd": "sample string 23",
                                        "strEarlyBirdRegistrationEnd": "sample string 24",
                                        "strPaymentPlanInstallmentDate": "sample string 25",
                                        "DayName": "sample string 26",
                                        "TotalAmountCollected": 27.0,
                                        "TotalAmountReceivable": 28.0,
                                        "SchedulesCount": 29,
                                        "isSpotAvailable": true,
                                        "StudentAvailability": 31,
                                        "RegistrationCount": 32
                                      },
                                      {
                                        "$ref": "18"
                                      }
                                    ],
                                    "tbProgramPayments": [
                                      {
                                        "$id": "23",
                                        "Id": 1,
                                        "OfficeId": 1,
                                        "SessionId": 1,
                                        "SchoolId": 1,
                                        "ProgramId": 1,
                                        "Payment": 1.0,
                                        "CollectionDate": "2025-09-10T07:04:06.2140605+00:00",
                                        "PaymentMode": 1,
                                        "IsCompleted": true,
                                        "tbOffice": {
                                          "$ref": "6"
                                        },
                                        "tbSchool": {
                                          "$ref": "17"
                                        },
                                        "Year": 2,
                                        "PaymentModeName": "sample string 3",
                                        "TotalAmount": 1.0,
                                        "TotalAmountCollected": 1.0,
                                        "TotalAmountReceivable": 1.0,
                                        "RecievingStatus": 4,
                                        "tbProgram": {
                                          "$ref": "18"
                                        }
                                      },
                                      {
                                        "$ref": "23"
                                      }
                                    ],
                                    "tbState": {
                                      "$ref": "10"
                                    },
                                    "StateName": "sample string 13"
                                  },
                                  "ClassDate": "2025-09-10T07:04:06.2140605+00:00",
                                  "StartTime": "2025-09-10T07:04:06.2140605+00:00",
                                  "EndTime": "2025-09-10T07:04:06.2140605+00:00",
                                  "ProgramName": "sample string 8"
                                },
                                {
                                  "$ref": "15"
                                }
                              ],
                              "tbProgram": {
                                "$ref": "18"
                              },
                              "tbProgramSchedule": {
                                "$ref": "19"
                              },
                              "tbProgramClassInstructors": [
                                {
                                  "$id": "24",
                                  "Id": 1,
                                  "ProgramClassId": 1,
                                  "InstructorId": 1,
                                  "InstructorInitials": "sample string 2",
                                  "tbInstructor": {
                                    "$ref": "11"
                                  }
                                },
                                {
                                  "$ref": "24"
                                }
                              ],
                              "tbProgramClassScheduleLogs": [
                                {
                                  "$ref": "13"
                                },
                                {
                                  "$ref": "13"
                                }
                              ],
                              "InitialInstructors": "sample string 6",
                              "InstructorName": "sample string 7",
                              "HiddenInstructorIds": "sample string 8",
                              "IsEvaluated": true,
                              "strStartTime": "sample string 10",
                              "strEndTime": "sample string 11",
                              "strClassDate": "sample string 12",
                              "tbSchool": {
                                "$ref": "17"
                              },
                              "InstructorsIds": "sample string 13"
                            },
                            "CurrentTime": "2025-09-10T07:04:06.2140605+00:00",
                            "strClockInTime": "sample string 6",
                            "strClockOutTime": "sample string 7"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "StateName": "sample string 18",
                        "PayrollHours": "sample string 19",
                        "PayrollAmount": 1.0,
                        "StartDate": "2025-09-10T07:04:06.2140605+00:00",
                        "EndDate": "2025-09-10T07:04:06.2140605+00:00",
                        "StartTime": "2025-09-10T07:04:06.2140605+00:00",
                        "EndTime": "2025-09-10T07:04:06.2140605+00:00",
                        "SessionId": 24,
                        "YearId": 25,
                        "strDateOfBirth": "sample string 26",
                        "strHireDate": "sample string 27"
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "tbOffices": [
                      {
                        "$ref": "6"
                      },
                      {
                        "$ref": "6"
                      }
                    ],
                    "tbSchools": [
                      {
                        "$ref": "17"
                      },
                      {
                        "$ref": "17"
                      }
                    ]
                  },
                  "tbOffices": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "StateName": "sample string 14",
                  "UserName": "sample string 15",
                  "Password": "sample string 16",
                  "SubscriptionPlanName": "sample string 17"
                },
                "tbCoupons": [
                  {
                    "$id": "25",
                    "Id": 1,
                    "OfficeId": 1,
                    "Name": "sample string 2",
                    "Code": "sample string 3",
                    "DiscountType": "sample string 4",
                    "DiscountAmount": 1.0,
                    "ProgramEligibility": "sample string 5",
                    "MaximumUsageAllowed": 1,
                    "NumberUsed": 1,
                    "StartDate": "2025-09-10T07:04:06.2140605+00:00",
                    "EndDate": "2025-09-10T07:04:06.2140605+00:00",
                    "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                    "IsActive": true,
                    "IsDeleted": true,
                    "UpdatedOn": "2025-09-10T07:04:06.2140605+00:00",
                    "tbOffice": {
                      "$ref": "6"
                    },
                    "tbCouponPrograms": [
                      {
                        "$id": "26",
                        "Id": 1,
                        "CouponId": 1,
                        "ProgramId": 1,
                        "tbCoupon": {
                          "$ref": "25"
                        }
                      },
                      {
                        "$ref": "26"
                      }
                    ],
                    "ProgramId": 1,
                    "ProgramIds": "sample string 6",
                    "IsCouponApplied": true
                  },
                  {
                    "$ref": "25"
                  }
                ],
                "tbDirectors": [
                  {
                    "$ref": "16"
                  },
                  {
                    "$ref": "16"
                  }
                ],
                "tbDiscount": {
                  "$id": "27",
                  "Id": 1,
                  "OfficeId": 1,
                  "Name": "sample string 2",
                  "NumberOfUsers": 1,
                  "ProgramEligibility": "sample string 3",
                  "DiscountType": "sample string 4",
                  "DiscountAmount": 1.0,
                  "CreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                  "IsActive": true,
                  "IsDeleted": true,
                  "UpdatedOn": "2025-09-10T07:04:06.2140605+00:00",
                  "tbOffice": {
                    "$ref": "6"
                  },
                  "tbDiscountPrograms": [
                    {
                      "$id": "28",
                      "Id": 1,
                      "DiscountId": 1,
                      "ProgramId": 1,
                      "tbDiscount": {
                        "$ref": "27"
                      }
                    },
                    {
                      "$ref": "28"
                    }
                  ],
                  "ProgramIds": "sample string 5",
                  "IsDiscountValid": true
                },
                "tbEmailTemplates": [
                  {
                    "$id": "29",
                    "Id": 1,
                    "OfficeId": 1,
                    "Name": "sample string 2",
                    "TemplateContent": "sample string 3",
                    "CreatedOn": "2025-09-10T07:04:06.2140605+00:00",
                    "Isdeleted": true,
                    "VMOffice": {
                      "$ref": "6"
                    }
                  },
                  {
                    "$ref": "29"
                  }
                ],
                "tbEvaluations": [
                  {
                    "$ref": "15"
                  },
                  {
                    "$ref": "15"
                  }
                ],
                "tbForms": [
                  {
                    "$id": "30",
                    "Id": 1,
                    "OfficeId": 1,
                    "Name": "sample string 2",
                    "Description": "sample string 3",
                    "FormType": "sample string 4",
                    "IsSignRequired": true,
                    "IsMandatory": true,
                    "CreatedOn": "2025-09-10T07:04:06.2140605+00:00",
                    "IsDeleted": true,
                    "VMOffice": {
                      "$ref": "6"
                    }
                  },
                  {
                    "$ref": "30"
                  }
                ],
                "tbInstructors": [
                  {
                    "$ref": "11"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "tbInstructorSchedules": [
                  {
                    "$ref": "12"
                  },
                  {
                    "$ref": "12"
                  }
                ],
                "tbState": {
                  "$ref": "10"
                },
                "tbOfficeRecurrings": [
                  {
                    "$id": "31",
                    "Id": 1,
                    "OfficeId": 1,
                    "PaymentMethodId": "sample string 2",
                    "PayorId": "sample string 3",
                    "LastFour": "sample string 4",
                    "CardBrand": "sample string 5",
                    "TokenGeneratedDate": "2025-09-10T07:04:06.2140605+00:00",
                    "RecurringId": "sample string 6",
                    "RecurringFee": 1.0,
                    "RecurringInterval": "sample string 7",
                    "NextPaymentDate": "2025-09-10T07:04:06.2140605+00:00",
                    "SubscriptionStatus": "sample string 8",
                    "RecurringStatus": "sample string 9",
                    "SubscriptionCreatedDate": "2025-09-10T07:04:06.2140605+00:00",
                    "FailedPaymentCount": 1,
                    "LastFailedPaymentDate": "2025-09-10T07:04:06.2140605+00:00",
                    "Notes": "sample string 10",
                    "tbOffice": {
                      "$ref": "6"
                    },
                    "tbDirectors": [
                      {
                        "$ref": "16"
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "PTAdminApiKey": "sample string 11",
                    "PTApiUrl": "sample string 12",
                    "dtSubscriptionCreatedDate": "sample string 13",
                    "dtNextPaymentDate": "sample string 14",
                    "strTokenGeneratedDate": "sample string 15"
                  },
                  {
                    "$ref": "31"
                  }
                ],
                "tbPrograms": [
                  {
                    "$ref": "18"
                  },
                  {
                    "$ref": "18"
                  }
                ],
                "tbProgramPayments": [
                  {
                    "$ref": "23"
                  },
                  {
                    "$ref": "23"
                  }
                ],
                "tbProgramSchedules": [
                  {
                    "$ref": "19"
                  },
                  {
                    "$ref": "19"
                  }
                ],
                "tbProgramSurveys": [
                  {
                    "$ref": "22"
                  },
                  {
                    "$ref": "22"
                  }
                ],
                "tbOrders": [
                  {
                    "$ref": "5"
                  },
                  {
                    "$ref": "5"
                  }
                ],
                "tbSchools": [
                  {
                    "$ref": "17"
                  },
                  {
                    "$ref": "17"
                  }
                ],
                "OfficeStatus": "sample string 32",
                "Revenue": 1.0,
                "NumberOfStudents": 33,
                "Programs": 34,
                "OfficeNoAllowed": 35,
                "OfficeNoLeft": 36,
                "DirRole": "sample string 37",
                "Zipcode": "sample string 38",
                "amount_per_payment": "sample string 39",
                "RecurringFee": 1.0,
                "SubscriptionStatus": "sample string 40"
              },
              "tbRegistrant": {
                "$ref": "3"
              },
              "tbRegistrationItems": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "tbOrderPayments": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "orderId": "sample string 9",
              "IsPaylater": true,
              "IsTransfer": true,
              "TransferDifference": 1.0,
              "TransferOldOrderAdjustment": 1.0,
              "TransferRemainingAmount": 1.0,
              "TransferFee": 1.0,
              "ClientSecret": "sample string 12",
              "WalletAmountPending": 1.0,
              "strRegistrationDate": "sample string 13",
              "tbDiscount": {
                "$ref": "27"
              },
              "tbOrderPayment": {
                "$ref": "4"
              },
              "tbTransferableRegistrationItem": {
                "$ref": "1"
              }
            },
            "ProgramId": 8,
            "itemId": 9,
            "IsWalletUsed": true,
            "strPaymentDate": "sample string 10"
          },
          {
            "$ref": "4"
          }
        ],
        "tbOrders": [
          {
            "$ref": "5"
          },
          {
            "$ref": "5"
          }
        ],
        "tbWaitlists": [
          {
            "$ref": "21"
          },
          {
            "$ref": "21"
          }
        ],
        "tbUser": {
          "$id": "32",
          "Id": 1,
          "UserId": "sample string 2",
          "UserName": "sample string 3",
          "Password": "sample string 4",
          "NewPassword": "sample string 5",
          "RoleName": "sample string 6",
          "FullName": "sample string 7",
          "Email": "sample string 8",
          "Phone": "sample string 9",
          "ProgramId": 10,
          "ValidUpto": "2025-09-10T07:04:06.2140605+00:00",
          "StripePlanId": "sample string 12",
          "IsRemember": true,
          "Wallet": 1.0,
          "tbOffice": {
            "$ref": "6"
          },
          "tbCompany": {
            "$ref": "9"
          },
          "tbDirector": {
            "$ref": "16"
          },
          "tbRegistrant": {
            "$ref": "3"
          },
          "tbInstructor": {
            "$ref": "11"
          },
          "tbProgram": {
            "$ref": "18"
          }
        },
        "ProgramId": 15,
        "Participants": "sample string 16",
        "UserName": "sample string 17",
        "Password": "sample string 18",
        "NewPassword": "sample string 19",
        "IsRemember": true
      },
      "tbRegistrationItems": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ],
      "tbWaitlists": [
        {
          "$ref": "21"
        },
        {
          "$ref": "21"
        }
      ],
      "ChildCount": 11,
      "ParentCount": 12,
      "AuthorizedCount": 13,
      "EmergencyCount": 14,
      "Program": "sample string 15",
      "ProgramId": 16,
      "Amount": 1.0,
      "strDOB": "sample string 17"
    },
    "tbProgram": {
      "$ref": "18"
    },
    "tbOrder": {
      "$ref": "5"
    },
    "tbRegistrationItemSchedules": [
      {
        "$ref": "20"
      },
      {
        "$ref": "20"
      }
    ],
    "itemId": "sample string 14",
    "ClientSecret": "sample string 15",
    "ChildName": "sample string 16",
    "ProgramName": "sample string 17",
    "ProgramTotalInclEarlyBird": 1.0,
    "SiblingDiscountRelatedItemId": 1,
    "WalletAmountPending": 1.0,
    "strRegistrationDate": "sample string 18",
    "strPaymentPlanInstallmentDate": "sample string 19",
    "PaymentPlanFeeAmountInclTax": 1.0,
    "PaymentPlanFeeTax": 1.0,
    "CustomDismissalText": "sample string 20",
    "tbChilds": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "tbDiscount": {
      "$ref": "27"
    },
    "tbRegistrant": {
      "$ref": "3"
    },
    "tbOrderPayment": {
      "$ref": "4"
    }
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.