{"swagger":"2.0","info":{"version":"v1","title":"APA.Service"},"host":"api.poolplayers.com","schemes":["https"],"paths":{"/address/GetAddress/{addressId}":{"get":{"tags":["Address"],"operationId":"Address_GetAddress","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"addressId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/address/GetAddressByName/{partialmatch}/{leagueId}":{"get":{"tags":["Address"],"operationId":"Address_GetAddressByNameandLegaueId","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"partialmatch","in":"path","required":true,"type":"string"},{"name":"leagueId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/address/GetCityCountyByZip/{zipLookup}/{countryId}":{"get":{"tags":["Address"],"operationId":"Address_GetCityCountyByZip","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"zipLookup","in":"path","required":true,"type":"string"},{"name":"countryId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Email/ProcessBulk":{"post":{"tags":["Email"],"operationId":"Email_ProcessBulkEmail","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"bulkEmailInformation","in":"body","required":true,"schema":{"$ref":"#/definitions/BulkMembershipEmail"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/Email":{"post":{"tags":["Email"],"operationId":"Email_SendFailureNotification","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":[],"parameters":[{"name":"ex","in":"body","required":true,"schema":{"type":"object"}}],"responses":{"204":{"description":"No Content"}}}},"/events/GetAllEvents/{leagueId}":{"get":{"tags":["Events"],"operationId":"Events_GetAllEvents","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"leagueId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/events/AddEvent":{"post":{"tags":["Events"],"operationId":"Events_AddOtheEvent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"otherEvent","in":"body","required":true,"schema":{"$ref":"#/definitions/EventInformation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/events/UpdateEvent":{"post":{"tags":["Events"],"operationId":"Events_UpdateOtherEvent","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"otherEvent","in":"body","required":true,"schema":{"$ref":"#/definitions/EventInformation"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/events/DeleteEvent/{otherEventId}":{"post":{"tags":["Events"],"operationId":"Events_DeleteOtherEvent","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"otherEventId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/files/upload":{"post":{"tags":["File"],"operationId":"File_UploadFile","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/franchises/searches":{"post":{"tags":["Franchises"],"operationId":"Franchises_Searches","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"searchTerms","in":"body","required":true,"schema":{"$ref":"#/definitions/FranchiseSearch"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/hostlocationsession/GetHostLocationSession/{sessionId}/{hostLocationId}":{"get":{"tags":["HostLocationSession"],"operationId":"HostLocationSession_GetHostLocationSession","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"sessionId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"hostLocationId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/hostlocationsession/AddHostLocationSession":{"post":{"tags":["HostLocationSession"],"operationId":"HostLocationSession_AddHostLocationSession","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"hostLocationSession","in":"body","required":true,"schema":{"$ref":"#/definitions/NexusHostLocationSession"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/hostlocationsession/UpdateHostLocationSession":{"post":{"tags":["HostLocationSession"],"operationId":"HostLocationSession_UpdateHostLocationSession","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"hostLocationSession","in":"body","required":true,"schema":{"$ref":"#/definitions/NexusHostLocationSession"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/leagues/GetLeague/{leagueId}":{"get":{"tags":["League"],"operationId":"League_GetLeague","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"leagueId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/LeagueContact/Get/{strUserID}":{"get":{"tags":["LeagueContact"],"operationId":"LeagueContact_GetLeagueContact","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"strUserID","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/LeaugePaymentConfig/LeagueID/{LeagueID}":{"get":{"tags":["LeaguePaymentConfig"],"operationId":"LeaguePaymentConfig_GetLeaguePaymentConfigByLeagueID","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"LeagueID","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/LeaugePaymentConfig/AuthenticateStripe":{"post":{"tags":["LeaguePaymentConfig"],"operationId":"LeaguePaymentConfig_AuthenticateStripe","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"str","in":"body","required":true,"schema":{"$ref":"#/definitions/StripeTokenRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/LeaugePaymentConfig/Deauthorize":{"post":{"tags":["LeaguePaymentConfig"],"operationId":"LeaguePaymentConfig_DeuathorizeStripe","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"sdr","in":"body","required":true,"schema":{"$ref":"#/definitions/StripeDeauthorizationRequest"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/mailhouse/export":{"get":{"tags":["Mailhouse"],"operationId":"Mailhouse_ExportMailhouse","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/matches/payment/{teamID}/{scheduleID}":{"get":{"tags":["Matches"],"operationId":"Matches_GetMatchPayment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"teamID","in":"path","required":true,"type":"integer","format":"int32"},{"name":"scheduleID","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/file-download-token":{"get":{"tags":["Member"],"operationId":"Member_FileDownloadToken","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"responses":{"200":{"description":"OK","schema":{"type":"string"}}}}},"/members/{memberId}/membership-card":{"get":{"tags":["Member"],"operationId":"Member_PrintCard","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"memberId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/services-membership-card":{"get":{"tags":["Member"],"operationId":"Member_PrintServicesCard","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"fileDownloadToken","in":"query","required":true,"type":"string"},{"name":"memberId","in":"query","required":false,"type":"integer","format":"int32"},{"name":"leagueId","in":"query","required":false,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/payment-methods":{"post":{"tags":["Member"],"operationId":"Member_StorePaymentMethod","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"card","in":"body","required":true,"schema":{"$ref":"#/definitions/PaymentCard"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/payment-source":{"post":{"tags":["Member"],"operationId":"Member_StorePaymentMethod","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"card","in":"body","required":true,"schema":{"$ref":"#/definitions/PaymentCard"}},{"name":"memberId","in":"query","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/payment-methods/{id}":{"put":{"tags":["Member"],"operationId":"Member_UpdateCreditCard","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cardMetadata","in":"body","required":true,"schema":{"$ref":"#/definitions/CardUpdateOptions"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Member"],"operationId":"Member_DeletePayment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/payment-source/{id}":{"put":{"tags":["Member"],"operationId":"Member_UpdateCreditCard","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"cardMetadata","in":"body","required":true,"schema":{"$ref":"#/definitions/CardUpdateOptions"}},{"name":"memberId","in":"query","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}},"delete":{"tags":["Member"],"operationId":"Member_DeletePayment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"memberId","in":"query","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/payment-methods/{id}/default":{"post":{"tags":["Member"],"operationId":"Member_SetDefaultPayment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/payment-source/{id}/default":{"post":{"tags":["Member"],"operationId":"Member_SetDefaultPayment","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"id","in":"path","required":true,"type":"string"},{"name":"memberId","in":"query","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/members/settings/save":{"post":{"tags":["MemberSettings"],"operationId":"MemberSettings_SaveSetting","consumes":["application/json","text/json","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"memberSetting","in":"body","required":true,"schema":{"$ref":"#/definitions/tblMemberSettingDto"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/order/Process":{"post":{"tags":["Order"],"operationId":"Order_ProcessOrder","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"c","in":"body","required":true,"schema":{"$ref":"#/definitions/Cart"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/order/Submit":{"post":{"tags":["Order"],"operationId":"Order_SubmitOrder","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"o","in":"body","required":true,"schema":{"$ref":"#/definitions/OrderCart"}}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/payment/Process":{"post":{"tags":["Payment"],"operationId":"Payment_ProcessPayment","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"payment","in":"body","required":true,"schema":{"$ref":"#/definitions/PaymentModel"}},{"name":"IsProductionCall","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/scoresheets/{leagueId}/{requestor}":{"post":{"tags":["Scoresheet"],"operationId":"Scoresheet_GetOfflineScoresheets","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"leagueId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"requestor","in":"path","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/scoresheets/PrintOMSScoresheet/{matchId}/{memberId}/{printOption}":{"get":{"tags":["Scoresheet"],"operationId":"Scoresheet_PrintScoresheetForOms","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"matchId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"memberId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"printOption","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/scoresheets/GetOMSScoresheet/{reportId}/{memberId}/{printOption}":{"post":{"tags":["Scoresheet"],"operationId":"Scoresheet_GetScoresheetForOms","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"reportId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"memberId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"printOption","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/scoresheets/GetOMSScoresheetForStaff/{matchId}/{printOption}":{"get":{"tags":["Scoresheet"],"operationId":"Scoresheet_GetScoresheetForStaffOms","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"matchId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"requestor","in":"query","required":true,"type":"string"},{"name":"printOption","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/scoresheets/GetScoresheetsByDivision":{"post":{"tags":["Scoresheet"],"operationId":"Scoresheet_GetScoresheetsByDivision","consumes":["application/json","text/json","application/xml","text/xml","application/x-www-form-urlencoded"],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"request","in":"body","required":true,"schema":{"$ref":"#/definitions/ScoresheetRequest"}},{"name":"checkAttachments","in":"query","required":false,"type":"boolean"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/scoresheets/{matchId}/{memberId}":{"get":{"tags":["Scoresheet"],"operationId":"Scoresheet_Get","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"matchId","in":"path","required":true,"type":"integer","format":"int32"},{"name":"memberId","in":"path","required":true,"type":"integer","format":"int32"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}},"/utilities/GeoCodeZip":{"get":{"tags":["Utility"],"operationId":"Utility_GeoCodeZip","consumes":[],"produces":["application/json","text/json","application/xml","text/xml"],"parameters":[{"name":"postalCode","in":"query","required":true,"type":"string"}],"responses":{"200":{"description":"OK","schema":{"type":"object"}}}}}},"definitions":{"BulkMembershipEmail":{"type":"object","properties":{"Emails":{"type":"array","items":{"$ref":"#/definitions/BulkMembershipEmailInfo"}}}},"BulkMembershipEmailInfo":{"type":"object","properties":{"MemberID":{"format":"int32","type":"integer"},"EmailType":{"format":"int32","type":"integer"},"BatchYear":{"format":"int32","type":"integer"},"CountryID":{"format":"int32","type":"integer"},"HomePageURL":{"type":"string"},"Phone":{"type":"string"},"LOEmail":{"type":"string"},"MemberEmail":{"type":"string"},"FirstName":{"type":"string"},"LastName":{"type":"string"},"OfficeHours":{"type":"string"}}},"EventInformation":{"type":"object","properties":{"OtherEventInformation":{"$ref":"#/definitions/tblOtherEventDto"},"AddressInformation":{"$ref":"#/definitions/tblAddressDto"},"LeagueInformation":{"$ref":"#/definitions/tblLeagueDto"}}},"tblOtherEventDto":{"type":"object","properties":{"OtherEventID":{"format":"int32","type":"integer"},"LeagueID":{"format":"int32","type":"integer"},"EventName":{"type":"string"},"AddressID":{"format":"int32","type":"integer"},"AddGoogleMap":{"type":"boolean"},"ShowEventOnline":{"type":"boolean"},"EventOrganizerName":{"type":"string"},"EventEmail":{"type":"string"},"EventPhone":{"type":"string"},"EventDescription":{"type":"string"},"EventUrl":{"type":"string"},"Updated":{"format":"date-time","type":"string"},"StartDateTime":{"format":"date-time","type":"string"},"EndDateTime":{"format":"date-time","type":"string"}}},"tblAddressDto":{"type":"object","properties":{"AddressID":{"format":"int32","type":"integer"},"Name":{"type":"string"},"Address1":{"type":"string"},"Address2":{"type":"string"},"City":{"type":"string"},"CountyID":{"format":"int32","type":"integer"},"CountryID":{"format":"int32","type":"integer"},"StateProvinceID":{"format":"int32","type":"integer"},"Zip":{"type":"string"},"Latitude":{"format":"double","type":"number"},"Longitude":{"format":"double","type":"number"},"DateUpdated":{"format":"date-time","type":"string"},"TimeZoneId":{"format":"int32","type":"integer"},"TimeZoneIdOld":{"type":"string"}}},"tblLeagueDto":{"type":"object","properties":{"LeagueID":{"format":"int32","type":"integer"},"RegionID":{"format":"int32","type":"integer"},"EmployeeID":{"format":"int32","type":"integer"},"AdvertisingSourceID":{"format":"int32","type":"integer"},"LeagueNumber":{"type":"string"},"StatusListID":{"format":"int32","type":"integer"},"CurrentSessionID":{"format":"int32","type":"integer"},"AutoBilling":{"type":"boolean"},"Type":{"type":"string"},"DateAppointed":{"format":"date-time","type":"string"},"ScheduledTerminationDate":{"format":"date-time","type":"string"},"AccessCode":{"type":"string"},"PrimaryArea":{"type":"string"},"Rookie":{"type":"boolean"},"OfficeHours":{"type":"string"},"ComplianceNotes":{"type":"string"},"SuspenseDate":{"format":"date-time","type":"string"},"SuspenseDays":{"format":"int32","type":"integer"},"MarketSizeListID":{"format":"int32","type":"integer"},"Name":{"type":"string"},"APASpeedDial":{"type":"string"},"Phone":{"type":"string"},"FaxPhone":{"type":"string"},"FaxPhoneOnWebsite":{"type":"boolean"},"FaxPhoneOnLocator":{"type":"boolean"},"EMail":{"type":"string"},"AlternateEMail":{"type":"string"},"HomePageURL":{"type":"string"},"OrganizationListID":{"format":"int32","type":"integer"},"ManualNumber":{"type":"string"},"ComplianceSuspense":{"format":"date-time","type":"string"},"PinQuantity":{"format":"int32","type":"integer"},"StandardSalutation":{"type":"string"},"LegalSalutation":{"type":"string"},"InformalSalutation":{"type":"string"},"OtherSalutation":{"type":"string"},"ReferralName":{"type":"string"},"ReferringLeague":{"type":"string"},"Notes":{"type":"string"},"CountryID":{"format":"int32","type":"integer"},"Address1":{"type":"string"},"Address2":{"type":"string"},"City":{"type":"string"},"StateProvinceID":{"format":"int32","type":"integer"},"Zip":{"type":"string"},"CountyID":{"format":"int32","type":"integer"},"AltCountryID":{"format":"int32","type":"integer"},"AltAddress1":{"type":"string"},"AltAddress2":{"type":"string"},"AltCity":{"type":"string"},"AltStateProvinceID":{"format":"int32","type":"integer"},"AltZip":{"type":"string"},"AltCountyID":{"format":"int32","type":"integer"},"ComplianceHandledByID":{"format":"int32","type":"integer"},"FMSSoftwareID":{"format":"int32","type":"integer"},"LastMilestoneListID":{"format":"int32","type":"integer"},"MuellerParticipant":{"type":"boolean"},"MuellerPrizeParticipant":{"type":"boolean"},"MetroArea":{"type":"string"},"OutOfAreaAgreement":{"type":"boolean"},"DateWebsiteRequested":{"format":"date-time","type":"string"},"DateWebsiteCreated":{"format":"date-time","type":"string"},"Subdomain":{"type":"string"},"DateConvertedToNexus":{"format":"date-time","type":"string"},"CompMembershipsAllowed":{"format":"int32","type":"integer"},"PerformanceStatusListID":{"format":"int32","type":"integer"},"ConsultantID":{"format":"int32","type":"integer"},"TimeZoneID":{"format":"int32","type":"integer"},"TeamsAdjustmentNotes":{"type":"string"},"RebateStartingCount":{"format":"double","type":"number"},"NewSessionCreated":{"format":"date-time","type":"string"},"ResetDateLOPeriod8":{"format":"date-time","type":"string"},"ResetDateLOPeriod9":{"format":"date-time","type":"string"},"LabelReturnAddressOption":{"type":"string"},"LabelReturnAddress":{"type":"string"},"AddressOnWebsite":{"type":"boolean"},"FinalFMSConnectionDate":{"format":"date-time","type":"string"},"TerminationDate":{"format":"date-time","type":"string"},"FacebookURL":{"type":"string"},"HighestStandardFormatTCAdjustment":{"format":"int32","type":"integer"},"TCAdjustmentNotes":{"type":"string"},"LeagueByLawsID":{"format":"int32","type":"integer"},"NextSessionID":{"format":"int32","type":"integer"}}},"FranchiseSearch":{"type":"object","properties":{"County":{"type":"string"},"Country":{"type":"string"}}},"NexusHostLocationSession":{"type":"object","properties":{"HostLocationSessionID":{"format":"int32","type":"integer"},"SessionID":{"format":"int32","type":"integer"},"HostLocationStatusListID":{"format":"int32","type":"integer"},"HostLocationName":{"type":"string"},"LocationOwnerFirstName":{"type":"string"},"LocationOwnerLastName":{"type":"string"},"PickUpLocation":{"type":"boolean"},"AddForCurrentAndNextSession":{"type":"boolean"},"HostLocationID":{"format":"int32","type":"integer"},"FranchiseID":{"format":"int32","type":"integer"},"HostLocationNumber":{"type":"string"},"HostLocationStatusListIDt":{"format":"int32","type":"integer"},"DateOfInitialContact":{"format":"date-time","type":"string"},"TypeListID":{"format":"int32","type":"integer"},"LocationPhone":{"type":"string"},"LocationFaxPhone":{"type":"string"},"HostLocationEmail":{"type":"string"},"Website":{"type":"string"},"LocationOwnert":{"type":"string"},"LocationOwnerFirstNamet":{"type":"string"},"LocationOwnerLastNamet":{"type":"string"},"LocationOwnerPhone":{"type":"string"},"Contact1FirstName":{"type":"string"},"Contact1LastName":{"type":"string"},"Contact2FirstName":{"type":"string"},"Contact2LastName":{"type":"string"},"EmergencyContactFirstName":{"type":"string"},"EmergencyContactLastName":{"type":"string"},"EmergencyPhone":{"type":"string"},"InitialMailDateRequested":{"format":"date-time","type":"string"},"InitialMailDate":{"format":"date-time","type":"string"},"FollowUpMailDateRequested":{"format":"date-time","type":"string"},"FollowUpMailDate":{"format":"date-time","type":"string"},"ProcessingDate":{"format":"date-time","type":"string"},"DateUpdated":{"format":"date-time","type":"string"},"SalesTaxGroupID":{"format":"int32","type":"integer"},"AdvertisingSourceID":{"format":"int32","type":"integer"},"Notes":{"type":"string"},"FMSNotesOld":{"type":"string"},"TableVendorID":{"format":"int32","type":"integer"},"FourByEight":{"format":"int32","type":"integer"},"ThreeHalfBySeven":{"format":"int32","type":"integer"},"FourHalfByNine":{"format":"int32","type":"integer"},"OtherTableSize":{"format":"int32","type":"integer"},"LastDateOfPlay":{"format":"date-time","type":"string"},"TypeOther":{"type":"string"},"TriannualUpdated":{"format":"date-time","type":"string"},"EightBallTeamCountOld":{"format":"int32","type":"integer"},"NineBallTeamCountOld":{"format":"int32","type":"integer"},"OutOfAreaLocation":{"type":"boolean"},"CellGroup":{"type":"string"},"AgeRestricted":{"type":"string"},"Occupancy":{"format":"int32","type":"integer"},"LocationOwnsTables":{"type":"boolean"},"InactiveReasonID":{"format":"int32","type":"integer"},"AddressUpdatedOld":{"type":"boolean"},"HideLocationFinder":{"type":"boolean"},"AddedByAPA":{"type":"boolean"},"DeleteRow":{"type":"boolean"},"PhysicalAddressID":{"format":"int32","type":"integer"},"MailingAddressID":{"format":"int32","type":"integer"},"PhysicalAddressName":{"type":"string"},"PhysicalAddressAddress1":{"type":"string"},"PhysicalAddressAddress2":{"type":"string"},"PhysicalAddressCity":{"type":"string"},"PhysicalAddressCountyID":{"format":"int32","type":"integer"},"PhysicalAddressCountyName":{"type":"string"},"PhysicalAddressCountryID":{"format":"int32","type":"integer"},"PhysicalAddressCountryName":{"type":"string"},"PhysicalAddressStateProvinceID":{"format":"int32","type":"integer"},"PhysicalAddressStateProvinceName":{"type":"string"},"PhysicalAddressStateProvinceAbbreviation":{"type":"string"},"PhysicalAddressZip":{"type":"string"},"PhysicalAddressLatitude":{"format":"double","type":"number"},"PhysicalAddressLongitude":{"format":"double","type":"number"},"PhysicalAddressTimeZoneID":{"format":"int32","type":"integer"},"PhysicalAddressDateUpdated":{"format":"date-time","type":"string"},"PhysicalAddressTimezone":{"type":"string"},"MailingAddressName":{"type":"string"},"MailingAddressAddress1":{"type":"string"},"MailingAddressAddress2":{"type":"string"},"MailingAddressCity":{"type":"string"},"MailingAddressCountyID":{"format":"int32","type":"integer"},"MailingAddressCountyName":{"type":"string"},"MailingAddressCountryID":{"format":"int32","type":"integer"},"MailingAddressCountryName":{"type":"string"},"MailingAddressStateProvinceID":{"format":"int32","type":"integer"},"MailingAddressStateProvinceName":{"type":"string"},"MailingAddressStateProvinceAbbreviation":{"type":"string"},"MailingAddressZip":{"type":"string"},"MailingAddressLatitude":{"format":"double","type":"number"},"MailingAddressLongitude":{"format":"double","type":"number"},"MailingAddressTimeZoneID":{"format":"int32","type":"integer"},"MailingAddressDateUpdated":{"format":"date-time","type":"string"},"OutOfAreaAgreementIssued":{"format":"date-time","type":"string"},"OutOfAreaAgreementRescinded":{"format":"date-time","type":"string"},"MailingAddressTimezone":{"type":"string"}}},"StripeTokenRequest":{"type":"object","properties":{"client_secret":{"type":"string"},"code":{"type":"string"},"leagueId":{"format":"int32","type":"integer"}}},"StripeDeauthorizationRequest":{"type":"object","properties":{"client_id":{"type":"string"},"stripe_user_id":{"type":"string"},"PrivateKey":{"type":"string"}}},"PaymentCard":{"type":"object","properties":{"Id":{"type":"string"},"Token":{"type":"string"}}},"CardUpdateOptions":{"type":"object","properties":{"address_city":{"type":"string"},"address_country":{"type":"string"},"address_line1":{"type":"string"},"address_line2":{"type":"string"},"address_state":{"type":"string"},"address_zip":{"type":"string"},"exp_month":{"format":"int64","type":"integer"},"exp_year":{"format":"int64","type":"integer"},"metadata":{"type":"object","additionalProperties":{"type":"string"}},"name":{"type":"string"},"validate":{"type":"boolean"},"ExtraParams":{"type":"object","additionalProperties":{"type":"string"}},"Expand":{"type":"array","items":{"type":"string"}}}},"tblMemberSettingDto":{"type":"object","properties":{"MemberID":{"format":"int32","type":"integer"},"SettingKey":{"type":"string"},"SettingValue":{"type":"string"}}},"Cart":{"type":"object","properties":{"MemberId":{"format":"int32","type":"integer"},"IdempotencyKey":{"type":"string"},"Source":{"type":"string"},"Orders":{"type":"array","items":{"$ref":"#/definitions/CartPayload"}}}},"CartPayload":{"type":"object","properties":{"OrderLeagueID":{"format":"int32","type":"integer"},"Items":{"type":"array","items":{"$ref":"#/definitions/CartItem"}}}},"CartItem":{"type":"object","properties":{"Type":{"type":"string"},"LeagueDivisionSessionScheduleMatchID":{"format":"int32","type":"integer"},"EventID":{"format":"int32","type":"integer"},"TournamentID":{"format":"int32","type":"integer"},"BatchYear":{"format":"int32","type":"integer"},"Quantity":{"format":"int32","type":"integer"},"Description":{"type":"string"}}},"OrderCart":{"type":"object","properties":{"Source":{"type":"string"},"Orders":{"type":"array","items":{"$ref":"#/definitions/OrderPayload"}}}},"OrderPayload":{"type":"object","properties":{"OrderLeagueID":{"format":"int32","type":"integer"},"Items":{"type":"array","items":{"$ref":"#/definitions/OrderItem"}}}},"OrderItem":{"type":"object","properties":{"Type":{"type":"string"},"LeagueDivisionSessionScheduleMatchID":{"format":"int32","type":"integer"},"BatchYear":{"format":"int32","type":"integer"},"Quantity":{"format":"int32","type":"integer"},"Description":{"type":"string"}}},"PaymentModel":{"required":["CreditCardNumber","ExpirationDate","CvNumber","TransactionType","TransactionAmount","Name","CountryId","BillingZip"],"type":"object","properties":{"CreditCardNumber":{"type":"string"},"ExpirationDate":{"type":"string"},"CvNumber":{"type":"string"},"TransactionType":{"type":"string"},"TransactionAmount":{"type":"string"},"Name":{"type":"string"},"CountryId":{"format":"int32","type":"integer"},"BillingZip":{"type":"string"},"BillingAddress":{"type":"string"}}},"ScoresheetRequest":{"type":"object","properties":{"LeagueId":{"format":"int32","type":"integer"},"Requestor":{"type":"string"},"PrintOrder":{"type":"string"},"Format":{"type":"string"},"RequestedSheets":{"type":"array","items":{"$ref":"#/definitions/Scoresheet"}}}},"Scoresheet":{"type":"object","properties":{"ReportId":{"format":"int32","type":"integer"}}}}}