PUT api/Instructor/PutInstructorUpdate

Request Information

URI Parameters

None.

Body Parameters

VMInstructor
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

string

None.

OfficeId

integer

None.

Name

string

None.

Initials

string

None.

Email

string

None.

Phone

string

None.

StateId

integer

None.

City

string

None.

Zip

string

None.

Address

string

None.

Gender

string

None.

Schedule

string

None.

PayRate

decimal number

None.

SocialSecurityNumber

string

None.

MaritalStatus

string

None.

NumberOfExemptions

integer

None.

DateOfBirth

date

None.

AccountNumber

string

None.

RoutingNumber

string

None.

HireDate

date

None.

Clearance

boolean

None.

DirectDeposit

boolean

None.

Equipment

boolean

None.

Notes

string

None.

EquipmentNote

string

None.

IsApplication

boolean

None.

IsInterviewNotes

boolean

None.

IsTopSheet

boolean

None.

IsStaffEmergencyContact

boolean

None.

IsW4

boolean

None.

IsI9

boolean

None.

IsInstructorAgreement

boolean

None.

IsChildAbuseAndInnapropriateContact

boolean

None.

IsGeneralKnowledgeAnswerSheet

boolean

None.

IsCurriculumAnswerSheet

boolean

None.

IsHighFivesMoment

boolean

None.

IsGamePlan

boolean

None.

IsChildProtection

boolean

None.

IsEmployeePledge

boolean

None.

IsClassProcedureAnswerSheet

boolean

None.

IsEmpahsis

boolean

None.

IsDirectorQuiz

boolean

None.

IsCampGamePlan

boolean

None.

IsCampHighFivesMoment

boolean

None.

IsCampEmpahsis

boolean

None.

IsProgramManualAnswerSheet

boolean

None.

IsProgramTrainingReceipt

boolean

None.

IsCampManualAnswerSheet

boolean

None.

IsCampTrainingPresentationAnswerSheet

boolean

None.

IsCampTrainingReceipt

boolean

None.

CreatedDate

date

None.

IsDeleted

boolean

None.

UpdatedOn

date

None.

tbOffice

VMOffice

None.

tbState

VMState

None.

tbInstructorSchedules

Collection of VMInstructorSchedule

None.

tbProgramClassScheduleLogs

Collection of VMInstructorScheduleLog

None.

StateName

string

None.

PayrollHours

string

None.

PayrollAmount

decimal number

None.

StartDate

date

None.

EndDate

date

None.

StartTime

date

None.

EndTime

date

None.

SessionId

integer

None.

YearId

integer

None.

strDateOfBirth

string

None.

strHireDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "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-10T06:57:33.5555579+00:00",
  "AccountNumber": "sample string 14",
  "RoutingNumber": "sample string 15",
  "HireDate": "2025-09-10T06:57:33.5555579+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-10T06:57:33.5555579+00:00",
  "IsDeleted": true,
  "UpdatedOn": "2025-09-10T06:57:33.5555579+00:00",
  "tbOffice": {
    "$id": "2",
    "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-10T06:57:33.5555579+00:00",
    "UpdatedOn": "2025-09-10T06:57:33.5555579+00:00",
    "tbCampaigns": [
      {
        "$id": "3",
        "Id": 1,
        "Officeid": 1,
        "Subject": "sample string 2",
        "EmailContent": "sample string 3",
        "CreatedDate": "2025-09-10T06:57:33.5555579+00:00",
        "IsDeleted": true,
        "tbCampaignDetails": [
          {
            "$id": "4",
            "Id": 1,
            "CampaignId": 1,
            "UserEmail": "sample string 2",
            "tbCampaign": {
              "$ref": "3"
            },
            "SenderName": "sample string 3",
            "SenderAccountName": "sample string 4"
          },
          {
            "$ref": "4"
          }
        ],
        "vMCampaignDetails": [
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ],
        "SenderEmail": "sample string 4"
      },
      {
        "$ref": "3"
      }
    ],
    "tbCompany": {
      "$id": "5",
      "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-10T06:57:33.5555579+00:00",
      "CurrentPeriodLeeway": "2025-09-10T06:57:33.5555579+00:00",
      "SubscriptionStateId": 1,
      "IsDirectorAlso": true,
      "IsProfileCompleted": true,
      "OfficeCount": 1,
      "Description": "sample string 13",
      "CreatedDate": "2025-09-10T06:57:33.5555579+00:00",
      "IsDeleted": true,
      "tbState": {
        "$id": "6",
        "Id": 1,
        "StateName": "sample string 2",
        "isDeleted": true,
        "CreatedDate": "2025-09-10T06:57:33.5555579+00:00",
        "CountryId": 1,
        "tbCompanies": [
          {
            "$ref": "5"
          },
          {
            "$ref": "5"
          }
        ],
        "tbInstructors": [
          {
            "$ref": "1"
          },
          {
            "$ref": "1"
          }
        ],
        "tbOffices": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "tbSchools": [
          {
            "$id": "7",
            "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-10T06:57:33.5555579+00:00",
            "IsDeleted": true,
            "tbEvaluations": [
              {
                "$id": "8",
                "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-10T06:57:33.5555579+00:00",
                "IsActive": true,
                "tbDirector": {
                  "$id": "9",
                  "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-10T06:57:33.5555579+00:00",
                  "IsDeleted": true,
                  "IsLocked": true,
                  "tbOffice": {
                    "$ref": "2"
                  },
                  "DirectorName": "sample string 11",
                  "Password": "sample string 12",
                  "OfficeName": "sample string 13",
                  "StateName": "sample string 14",
                  "SubscriptionPlanName": "sample string 15",
                  "CurrentPeriodEnd": "2025-09-10T06:57:33.5555579+00:00",
                  "tbCompany": {
                    "$ref": "5"
                  }
                },
                "tbOffice": {
                  "$ref": "2"
                },
                "tbProgramClass": {
                  "$id": "10",
                  "Id": 1,
                  "OfficeId": 1,
                  "ProgramId": 1,
                  "ProgramScheduleId": 1,
                  "ClassDate": "2025-09-10T06:57:33.5555579+00:00",
                  "ClassStatus": 1,
                  "ClassStatusName": "sample string 2",
                  "ClassDay": "sample string 3",
                  "EndTime": "2025-09-10T06:57:33.5555579+00:00",
                  "StartTime": "2025-09-10T06:57:33.5555579+00:00",
                  "InstructorInitials": "sample string 4",
                  "Notes": "sample string 5",
                  "YearId": 1,
                  "IsDeleted": true,
                  "IsPublished": true,
                  "tbEvaluations": [
                    {
                      "$ref": "8"
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "tbProgram": {
                    "$id": "11",
                    "Id": 1,
                    "SessionId": 1,
                    "OfficeId": 1,
                    "SchoolId": 1,
                    "Program": "sample string 2",
                    "NumberofKids": 1,
                    "StartDate": "2025-09-10T06:57:33.5555579+00:00",
                    "EndDate": "2025-09-10T06:57:33.5555579+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-10T06:57:33.5555579+00:00",
                    "EndTime": "2025-09-10T06:57:33.5555579+00:00",
                    "ProcessingFeePercentage": 1.0,
                    "IsSurveyActive": true,
                    "SurveyUrl": "sample string 6",
                    "RegistrationStart": "2025-09-10T06:57:33.5555579+00:00",
                    "RegistrationEnd": "2025-09-10T06:57:33.5555579+00:00",
                    "StudentCapacity": 1,
                    "RegistrationType": "sample string 7",
                    "Description": "sample string 8",
                    "Notes": "sample string 9",
                    "IsEarlyBird": true,
                    "EarlyBirdRegistrationEnd": "2025-09-10T06:57:33.5555579+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-10T06:57:33.5555579+00:00",
                    "PaymentPlanFee": 1.0,
                    "IsManualDisplay": true,
                    "OtherURL": "sample string 13",
                    "CreatedDate": "2025-09-10T06:57:33.5555579+00:00",
                    "UpdatedOn": "2025-09-10T06:57:33.5555579+00:00",
                    "YearId": 1,
                    "IsDeleted": true,
                    "IsPublished": true,
                    "tbOffice": {
                      "$ref": "2"
                    },
                    "tbSchool": {
                      "$ref": "7"
                    },
                    "tbProgramClasses": [
                      {
                        "$ref": "10"
                      },
                      {
                        "$ref": "10"
                      }
                    ],
                    "tbProgramSchedules": [
                      {
                        "$id": "12",
                        "Id": 1,
                        "OfficeId": 1,
                        "ProgramId": 1,
                        "CampStartDate": "2025-09-10T06:57:33.5555579+00:00",
                        "CampStartDay": "sample string 2",
                        "CampEndDate": "2025-09-10T06:57:33.5555579+00:00",
                        "CampEndDay": "sample string 3",
                        "CampRegistrationEnd": "2025-09-10T06:57:33.5555579+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": "2"
                        },
                        "tbProgram": {
                          "$ref": "11"
                        },
                        "tbProgramClasses": [
                          {
                            "$ref": "10"
                          },
                          {
                            "$ref": "10"
                          }
                        ],
                        "tbRegistrationItemSchedules": [
                          {
                            "$id": "13",
                            "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": "12"
                            },
                            "tbRegistrationItem": {
                              "$id": "14",
                              "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-10T06:57:33.5555579+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-10T06:57:33.5555579+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-10T06:57:33.5555579+00:00",
                              "UpdatedBy": "sample string 13",
                              "tbChild": {
                                "$id": "15",
                                "Id": 1,
                                "RegistrantId": 1,
                                "FirstName": "sample string 2",
                                "LastName": "sample string 3",
                                "Gender": "sample string 4",
                                "DOB": "2025-09-10T06:57:33.5555579+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-10T06:57:33.5555579+00:00",
                                "tbRegistrant": {
                                  "$id": "16",
                                  "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-10T06:57:33.5555579+00:00",
                                  "IsDeleted": true,
                                  "IsActive": true,
                                  "tbChilds": [
                                    {
                                      "$ref": "15"
                                    },
                                    {
                                      "$ref": "15"
                                    }
                                  ],
                                  "tbRegistrantWalletHistories": [
                                    {
                                      "$id": "17",
                                      "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-10T06:57:33.5555579+00:00",
                                      "PaymentStatus": "sample string 6",
                                      "Note": "sample string 7",
                                      "tbRegistrant": {
                                        "$ref": "16"
                                      },
                                      "tbOrder": {
                                        "$id": "18",
                                        "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-10T06:57:33.5555579+00:00",
                                        "RegistrationStatus": "sample string 7",
                                        "PaymentStatus": "sample string 8",
                                        "tbOffice": {
                                          "$ref": "2"
                                        },
                                        "tbRegistrant": {
                                          "$ref": "16"
                                        },
                                        "tbRegistrationItems": [
                                          {
                                            "$ref": "14"
                                          },
                                          {
                                            "$ref": "14"
                                          }
                                        ],
                                        "tbOrderPayments": [
                                          {
                                            "$ref": "17"
                                          },
                                          {
                                            "$ref": "17"
                                          }
                                        ],
                                        "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": {
                                          "$id": "19",
                                          "Id": 1,
                                          "OfficeId": 1,
                                          "Name": "sample string 2",
                                          "NumberOfUsers": 1,
                                          "ProgramEligibility": "sample string 3",
                                          "DiscountType": "sample string 4",
                                          "DiscountAmount": 1.0,
                                          "CreatedDate": "2025-09-10T06:57:33.5555579+00:00",
                                          "IsActive": true,
                                          "IsDeleted": true,
                                          "UpdatedOn": "2025-09-10T06:57:33.5555579+00:00",
                                          "tbOffice": {
                                            "$ref": "2"
                                          },
                                          "tbDiscountPrograms": [
                                            {
                                              "$id": "20",
                                              "Id": 1,
                                              "DiscountId": 1,
                                              "ProgramId": 1,
                                              "tbDiscount": {
                                                "$ref": "19"
                                              }
                                            },
                                            {
                                              "$ref": "20"
                                            }
                                          ],
                                          "ProgramIds": "sample string 5",
                                          "IsDiscountValid": true
                                        },
                                        "tbOrderPayment": {
                                          "$ref": "17"
                                        },
                                        "tbTransferableRegistrationItem": {
                                          "$ref": "14"
                                        }
                                      },
                                      "ProgramId": 8,
                                      "itemId": 9,
                                      "IsWalletUsed": true,
                                      "strPaymentDate": "sample string 10"
                                    },
                                    {
                                      "$ref": "17"
                                    }
                                  ],
                                  "tbOrders": [
                                    {
                                      "$ref": "18"
                                    },
                                    {
                                      "$ref": "18"
                                    }
                                  ],
                                  "tbWaitlists": [
                                    {
                                      "$id": "21",
                                      "Id": 1,
                                      "RegistrantId": 1,
                                      "ChildId": 1,
                                      "ProgramId": 1,
                                      "ScheduleId": 1,
                                      "AppliedDate": "2025-09-10T06:57:33.5555579+00:00",
                                      "IsDeleted": true,
                                      "tbChild": {
                                        "$ref": "15"
                                      },
                                      "tbProgram": {
                                        "$ref": "11"
                                      },
                                      "tbProgramSchedule": {
                                        "$ref": "12"
                                      },
                                      "tbRegistrant": {
                                        "$ref": "16"
                                      },
                                      "strAppliedDate": "sample string 2",
                                      "ProgramName": "sample string 3",
                                      "RegistrationAvailablity": 1
                                    },
                                    {
                                      "$ref": "21"
                                    }
                                  ],
                                  "tbUser": {
                                    "$id": "22",
                                    "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-10T06:57:33.5555579+00:00",
                                    "StripePlanId": "sample string 12",
                                    "IsRemember": true,
                                    "Wallet": 1.0,
                                    "tbOffice": {
                                      "$ref": "2"
                                    },
                                    "tbCompany": {
                                      "$ref": "5"
                                    },
                                    "tbDirector": {
                                      "$ref": "9"
                                    },
                                    "tbRegistrant": {
                                      "$ref": "16"
                                    },
                                    "tbInstructor": {
                                      "$ref": "1"
                                    },
                                    "tbProgram": {
                                      "$ref": "11"
                                    }
                                  },
                                  "ProgramId": 15,
                                  "Participants": "sample string 16",
                                  "UserName": "sample string 17",
                                  "Password": "sample string 18",
                                  "NewPassword": "sample string 19",
                                  "IsRemember": true
                                },
                                "tbRegistrationItems": [
                                  {
                                    "$ref": "14"
                                  },
                                  {
                                    "$ref": "14"
                                  }
                                ],
                                "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": "11"
                              },
                              "tbOrder": {
                                "$ref": "18"
                              },
                              "tbRegistrationItemSchedules": [
                                {
                                  "$ref": "13"
                                },
                                {
                                  "$ref": "13"
                                }
                              ],
                              "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": "15"
                                },
                                {
                                  "$ref": "15"
                                }
                              ],
                              "tbDiscount": {
                                "$ref": "19"
                              },
                              "tbRegistrant": {
                                "$ref": "16"
                              },
                              "tbOrderPayment": {
                                "$ref": "17"
                              }
                            },
                            "WeekDate": "sample string 4",
                            "tbOrderPayment": {
                              "$ref": "17"
                            },
                            "ScheduleIdToBeTransfer": 1,
                            "IsCampBeforeCareApplied": true,
                            "IsCampAfterCareApplied": true,
                            "IsCampLunchApplied": true
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "tbWaitlists": [
                          {
                            "$ref": "21"
                          },
                          {
                            "$ref": "21"
                          }
                        ],
                        "Availability": "sample string 7",
                        "EndTime": "2025-09-10T06:57:33.5555579+00:00",
                        "StartTime": "2025-09-10T06:57:33.5555579+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": "12"
                      }
                    ],
                    "tbProgramSurveys": [
                      {
                        "$id": "23",
                        "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-10T06:57:33.5555579+00:00",
                        "tbOffice": {
                          "$ref": "2"
                        },
                        "tbProgram": {
                          "$ref": "11"
                        },
                        "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": "23"
                      }
                    ],
                    "tbRegistrationItems": [
                      {
                        "$ref": "14"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "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
                  },
                  "tbProgramSchedule": {
                    "$ref": "12"
                  },
                  "tbProgramClassInstructors": [
                    {
                      "$id": "24",
                      "Id": 1,
                      "ProgramClassId": 1,
                      "InstructorId": 1,
                      "InstructorInitials": "sample string 2",
                      "tbInstructor": {
                        "$ref": "1"
                      }
                    },
                    {
                      "$ref": "24"
                    }
                  ],
                  "tbProgramClassScheduleLogs": [
                    {
                      "$id": "25",
                      "Id": 1,
                      "ProgramClassId": 1,
                      "InstructorId": 1,
                      "ClockInTime": "2025-09-10T06:57:33.5555579+00:00",
                      "ClockInLocation": "sample string 2",
                      "ClockInLongitude": 1.0,
                      "ClockInLatitude": 1.0,
                      "ClockOutTime": "2025-09-10T06:57:33.5555579+00:00",
                      "ClockOutLocation": "sample string 3",
                      "ClockOutLongitude": 1.0,
                      "ClockOutLatitude": 1.0,
                      "LogStatus": "sample string 4",
                      "Note": "sample string 5",
                      "tbInstructor": {
                        "$ref": "1"
                      },
                      "tbProgramClass": {
                        "$ref": "10"
                      },
                      "CurrentTime": "2025-09-10T06:57:33.5555579+00:00",
                      "strClockInTime": "sample string 6",
                      "strClockOutTime": "sample string 7"
                    },
                    {
                      "$ref": "25"
                    }
                  ],
                  "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": "7"
                  },
                  "InstructorsIds": "sample string 13"
                },
                "tbSchool": {
                  "$ref": "7"
                },
                "ClassDate": "2025-09-10T06:57:33.5555579+00:00",
                "StartTime": "2025-09-10T06:57:33.5555579+00:00",
                "EndTime": "2025-09-10T06:57:33.5555579+00:00",
                "ProgramName": "sample string 8"
              },
              {
                "$ref": "8"
              }
            ],
            "tbOffice": {
              "$ref": "2"
            },
            "tbPrograms": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "tbProgramPayments": [
              {
                "$id": "26",
                "Id": 1,
                "OfficeId": 1,
                "SessionId": 1,
                "SchoolId": 1,
                "ProgramId": 1,
                "Payment": 1.0,
                "CollectionDate": "2025-09-10T06:57:33.5555579+00:00",
                "PaymentMode": 1,
                "IsCompleted": true,
                "tbOffice": {
                  "$ref": "2"
                },
                "tbSchool": {
                  "$ref": "7"
                },
                "Year": 2,
                "PaymentModeName": "sample string 3",
                "TotalAmount": 1.0,
                "TotalAmountCollected": 1.0,
                "TotalAmountReceivable": 1.0,
                "RecievingStatus": 4,
                "tbProgram": {
                  "$ref": "11"
                }
              },
              {
                "$ref": "26"
              }
            ],
            "tbState": {
              "$ref": "6"
            },
            "StateName": "sample string 13"
          },
          {
            "$ref": "7"
          }
        ]
      },
      "tbOffices": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "StateName": "sample string 14",
      "UserName": "sample string 15",
      "Password": "sample string 16",
      "SubscriptionPlanName": "sample string 17"
    },
    "tbCoupons": [
      {
        "$id": "27",
        "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-10T06:57:33.5555579+00:00",
        "EndDate": "2025-09-10T06:57:33.5555579+00:00",
        "CreatedDate": "2025-09-10T06:57:33.5555579+00:00",
        "IsActive": true,
        "IsDeleted": true,
        "UpdatedOn": "2025-09-10T06:57:33.5555579+00:00",
        "tbOffice": {
          "$ref": "2"
        },
        "tbCouponPrograms": [
          {
            "$id": "28",
            "Id": 1,
            "CouponId": 1,
            "ProgramId": 1,
            "tbCoupon": {
              "$ref": "27"
            }
          },
          {
            "$ref": "28"
          }
        ],
        "ProgramId": 1,
        "ProgramIds": "sample string 6",
        "IsCouponApplied": true
      },
      {
        "$ref": "27"
      }
    ],
    "tbDirectors": [
      {
        "$ref": "9"
      },
      {
        "$ref": "9"
      }
    ],
    "tbDiscount": {
      "$ref": "19"
    },
    "tbEmailTemplates": [
      {
        "$id": "29",
        "Id": 1,
        "OfficeId": 1,
        "Name": "sample string 2",
        "TemplateContent": "sample string 3",
        "CreatedOn": "2025-09-10T06:57:33.5555579+00:00",
        "Isdeleted": true,
        "VMOffice": {
          "$ref": "2"
        }
      },
      {
        "$ref": "29"
      }
    ],
    "tbEvaluations": [
      {
        "$ref": "8"
      },
      {
        "$ref": "8"
      }
    ],
    "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-10T06:57:33.5555579+00:00",
        "IsDeleted": true,
        "VMOffice": {
          "$ref": "2"
        }
      },
      {
        "$ref": "30"
      }
    ],
    "tbInstructors": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "tbInstructorSchedules": [
      {
        "$id": "31",
        "Id": 1,
        "OfficeId": 1,
        "InstructorId": 1,
        "Day": "sample string 2",
        "DayName": "sample string 3",
        "tbOffice": {
          "$ref": "2"
        }
      },
      {
        "$ref": "31"
      }
    ],
    "tbState": {
      "$ref": "6"
    },
    "tbOfficeRecurrings": [
      {
        "$id": "32",
        "Id": 1,
        "OfficeId": 1,
        "PaymentMethodId": "sample string 2",
        "PayorId": "sample string 3",
        "LastFour": "sample string 4",
        "CardBrand": "sample string 5",
        "TokenGeneratedDate": "2025-09-10T06:57:33.5555579+00:00",
        "RecurringId": "sample string 6",
        "RecurringFee": 1.0,
        "RecurringInterval": "sample string 7",
        "NextPaymentDate": "2025-09-10T06:57:33.5555579+00:00",
        "SubscriptionStatus": "sample string 8",
        "RecurringStatus": "sample string 9",
        "SubscriptionCreatedDate": "2025-09-10T06:57:33.5555579+00:00",
        "FailedPaymentCount": 1,
        "LastFailedPaymentDate": "2025-09-10T06:57:33.5555579+00:00",
        "Notes": "sample string 10",
        "tbOffice": {
          "$ref": "2"
        },
        "tbDirectors": [
          {
            "$ref": "9"
          },
          {
            "$ref": "9"
          }
        ],
        "PTAdminApiKey": "sample string 11",
        "PTApiUrl": "sample string 12",
        "dtSubscriptionCreatedDate": "sample string 13",
        "dtNextPaymentDate": "sample string 14",
        "strTokenGeneratedDate": "sample string 15"
      },
      {
        "$ref": "32"
      }
    ],
    "tbPrograms": [
      {
        "$ref": "11"
      },
      {
        "$ref": "11"
      }
    ],
    "tbProgramPayments": [
      {
        "$ref": "26"
      },
      {
        "$ref": "26"
      }
    ],
    "tbProgramSchedules": [
      {
        "$ref": "12"
      },
      {
        "$ref": "12"
      }
    ],
    "tbProgramSurveys": [
      {
        "$ref": "23"
      },
      {
        "$ref": "23"
      }
    ],
    "tbOrders": [
      {
        "$ref": "18"
      },
      {
        "$ref": "18"
      }
    ],
    "tbSchools": [
      {
        "$ref": "7"
      },
      {
        "$ref": "7"
      }
    ],
    "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"
  },
  "tbState": {
    "$ref": "6"
  },
  "tbInstructorSchedules": [
    {
      "$ref": "31"
    },
    {
      "$ref": "31"
    }
  ],
  "tbProgramClassScheduleLogs": [
    {
      "$ref": "25"
    },
    {
      "$ref": "25"
    }
  ],
  "StateName": "sample string 18",
  "PayrollHours": "sample string 19",
  "PayrollAmount": 1.0,
  "StartDate": "2025-09-10T06:57:33.5555579+00:00",
  "EndDate": "2025-09-10T06:57:33.5555579+00:00",
  "StartTime": "2025-09-10T06:57:33.5555579+00:00",
  "EndTime": "2025-09-10T06:57:33.5555579+00:00",
  "SessionId": 24,
  "YearId": 25,
  "strDateOfBirth": "sample string 26",
  "strHireDate": "sample string 27"
}

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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.