@@ -12,6 +12,10 @@ def __init__(self, test):
1212 else :
1313 self ._client = zeep .Client ('https://is.skaut.cz/JunakWebservice/Events.asmx?wsdl' )
1414
15+ # Smazat účastníka VSJ
16+ def ParticipantDeleteUstredi (self , ID_Login , ID , DeletePerson ):
17+ return self ._client .service .ParticipantDeleteUstredi ({"ID_Login" : ID_Login , "ID" : ID , "DeletePerson" : DeletePerson })
18+
1519 # Načíst detail účastníka VSJ
1620 def ParticipantDetailUstredi (self , ID_Login , ID ):
1721 return self ._client .service .ParticipantDetailUstredi ({"ID_Login" : ID_Login , "ID" : ID })
@@ -428,6 +432,10 @@ def LocationAll(self, ID_Login, ID, DisplayName=None):
428432 def OccupancyAll (self , ID_Login , ID , DisplayName = None ):
429433 return self ._client .service .OccupancyAll ({"ID_Login" : ID_Login , "ID" : ID , "DisplayName" : DisplayName })
430434
435+ # Načíst seznam zákonných zástupců osoby pro táborovou přihlášku
436+ def PersonParentAllEventCampEnroll (self , ID_Login , ID_Application , AccessKey , ID_EventCampEnroll , IsNameStrong ):
437+ return self ._client .service .PersonParentAllEventCampEnroll ({"ID_Login" : ID_Login , "ID_Application" : ID_Application , "AccessKey" : AccessKey , "ID_EventCampEnroll" : ID_EventCampEnroll , "IsNameStrong" : IsNameStrong })
438+
431439 # Načíst seznam táborů
432440 def EventCampAllZip (self , ID_Login , ID_Unit , IsFuture , Started , Year , IsRelation , IsChildDirect , IsChildUnit , ForEvaluation , IsKraj , DisplayName = None , ID_EventCampState = None , RegistrationNumber = None , Location = None ):
433441 return self ._client .service .EventCampAllZip ({"ID_Login" : ID_Login , "ID_Unit" : ID_Unit , "IsFuture" : IsFuture , "Started" : Started , "Year" : Year , "IsRelation" : IsRelation , "IsChildDirect" : IsChildDirect , "IsChildUnit" : IsChildUnit , "ForEvaluation" : ForEvaluation , "IsKraj" : IsKraj , "DisplayName" : DisplayName , "ID_EventCampState" : ID_EventCampState , "RegistrationNumber" : RegistrationNumber , "Location" : Location })
@@ -493,8 +501,8 @@ def EventCampUpdateReOpen(self, ID_Login, ID, ID_Group, ID_UserCreate, DateCreat
493501 return self ._client .service .EventCampUpdateReOpen ({"ID_Login" : ID_Login , "ID" : ID , "ID_Group" : ID_Group , "ID_UserCreate" : ID_UserCreate , "DateCreate" : DateCreate , "ID_Unit" : ID_Unit , "StartDate" : StartDate , "EndDate" : EndDate , "GpsLatitude" : GpsLatitude , "GpsLongitude" : GpsLongitude , "ID_Event" : ID_Event , "RegistrationDeadline" : RegistrationDeadline , "ID_Region" : ID_Region , "IsFloodArea" : IsFloodArea , "IsAutoComputed" : IsAutoComputed , "ID_PersonApproved" : ID_PersonApproved , "DateApproved" : DateApproved , "ID_PersonApprovedParent" : ID_PersonApprovedParent , "DateApprovedParent" : DateApprovedParent , "DateApprovedExecutive" : DateApprovedExecutive , "TotalDays" : TotalDays , "IsRecovering" : IsRecovering , "EstimateChild" : EstimateChild , "EstimateAdult" : EstimateAdult , "EstimateAdultYoung" : EstimateAdultYoung , "EstimateCount" : EstimateCount , "EstimateChildDays" : EstimateChildDays , "EstimatePersonDays" : EstimatePersonDays , "IsAutoComputedDays" : IsAutoComputedDays , "RealTotalCost" : RealTotalCost , "IsRealTotalCostAutoComputed" : IsRealTotalCostAutoComputed , "IsRealAutoComputed" : IsRealAutoComputed , "IsRealAutoComputedDays" : IsRealAutoComputedDays , "ID_PersonReal" : ID_PersonReal , "DateReal" : DateReal , "RealAdult" : RealAdult , "RealAdultYoung" : RealAdultYoung , "RealChild" : RealChild , "RealCount" : RealCount , "RealChildDays" : RealChildDays , "RealPersonDays" : RealPersonDays , "HasEstimateStatement" : HasEstimateStatement , "ID_PersonLeader" : ID_PersonLeader , "Profit" : Profit , "ProfitComputed" : ProfitComputed , "ProfitComputedEstimation" : ProfitComputedEstimation , "ID_CampPlace" : ID_CampPlace , "IsOnlineLogin" : IsOnlineLogin , "CanUpdate" : CanUpdate , "CanUpdateReal" : CanUpdateReal , "AdultYoung" : AdultYoung , "ID_EventType" : ID_EventType , "DisplayName" : DisplayName , "Unit" : Unit , "RegistrationNumber" : RegistrationNumber , "GpsLatitudeText" : GpsLatitudeText , "GpsLongitudeText" : GpsLongitudeText , "Location" : Location , "Note" : Note , "CancelDecision" : CancelDecision , "ID_EventCampState" : ID_EventCampState , "EventCampState" : EventCampState , "MobileContact" : MobileContact , "MobileContactDisplay" : MobileContactDisplay , "Region" : Region , "Postcode" : Postcode , "PersonApproved" : PersonApproved , "PersonApprovedParent" : PersonApprovedParent , "CampType" : CampType , "ID_CampTypeArray" : ID_CampTypeArray , "ID_UnitArray" : ID_UnitArray , "Units" : Units , "PersonReal" : PersonReal , "PersonLeader" : PersonLeader , "PersonLeaderFirstName" : PersonLeaderFirstName , "PersonLeaderLastName" : PersonLeaderLastName , "PersonLeaderCivilName" : PersonLeaderCivilName , "LeaderPhone" : LeaderPhone , "LeaderPhoneDisplay" : LeaderPhoneDisplay , "LeaderEmail" : LeaderEmail , "LeaderEmailDisplay" : LeaderEmailDisplay , "LeaderCity" : LeaderCity , "UnitLocation" : UnitLocation , "PersonStatutory" : PersonStatutory , "CampPlace" : CampPlace })
494502
495503 # Upravit tabořícího
496- def ParticipantCampUpdate (self , IsManual , Birthday , Age , ID_Unit , CanDelete , IdCardValidTo , Accepted , IsAccepted , Price , ID_EventCampEnroll , IsPaid , Person = None , ID_ParticipantType = None , ParticipantType = None , Assurance = None , Street = None , City = None , Postcode = None , State = None , FullAddress = None , Unit = None , UnitRegistrationNumber = None , Category = None , IdCardNumber = None , ID_CampEnrollState = None , CampEnrollState = None , Icon = None , IconClass = None , VariableSymbol = None , MembershipCategory = None , ParticipationTerm = None ):
497- return self ._client .service .ParticipantCampUpdate ({"IsManual" : IsManual , "Birthday" : Birthday , "Age" : Age , "ID_Unit" : ID_Unit , "CanDelete" : CanDelete , "IdCardValidTo" : IdCardValidTo , "Accepted" : Accepted , "IsAccepted" : IsAccepted , "Price" : Price , "ID_EventCampEnroll" : ID_EventCampEnroll , "IsPaid" : IsPaid , "Person" : Person , "ID_ParticipantType" : ID_ParticipantType , "ParticipantType" : ParticipantType , "Assurance" : Assurance , "Street" : Street , "City" : City , "Postcode" : Postcode , "State" : State , "FullAddress" : FullAddress , "Unit" : Unit , "UnitRegistrationNumber" : UnitRegistrationNumber , "Category" : Category , "IdCardNumber" : IdCardNumber , "ID_CampEnrollState" : ID_CampEnrollState , "CampEnrollState" : CampEnrollState , "Icon" : Icon , "IconClass" : IconClass , "VariableSymbol" : VariableSymbol , "MembershipCategory" : MembershipCategory , "ParticipationTerm" : ParticipationTerm })
504+ def ParticipantCampUpdate (self , IsManual , Birthday , Age , ID_Unit , CanDelete , IdCardValidTo , Accepted , IsAccepted , Price , ID_EventCampEnroll , IsPaid , ParticipationTermDifferentThanEventCamp , Person = None , ID_ParticipantType = None , ParticipantType = None , Assurance = None , Street = None , City = None , Postcode = None , State = None , FullAddress = None , Unit = None , UnitRegistrationNumber = None , Category = None , IdCardNumber = None , ID_CampEnrollState = None , CampEnrollState = None , Icon = None , IconClass = None , VariableSymbol = None , MembershipCategory = None , ParticipationTerm = None ):
505+ return self ._client .service .ParticipantCampUpdate ({"IsManual" : IsManual , "Birthday" : Birthday , "Age" : Age , "ID_Unit" : ID_Unit , "CanDelete" : CanDelete , "IdCardValidTo" : IdCardValidTo , "Accepted" : Accepted , "IsAccepted" : IsAccepted , "Price" : Price , "ID_EventCampEnroll" : ID_EventCampEnroll , "IsPaid" : IsPaid , "ParticipationTermDifferentThanEventCamp" : ParticipationTermDifferentThanEventCamp , " Person" : Person , "ID_ParticipantType" : ID_ParticipantType , "ParticipantType" : ParticipantType , "Assurance" : Assurance , "Street" : Street , "City" : City , "Postcode" : Postcode , "State" : State , "FullAddress" : FullAddress , "Unit" : Unit , "UnitRegistrationNumber" : UnitRegistrationNumber , "Category" : Category , "IdCardNumber" : IdCardNumber , "ID_CampEnrollState" : ID_CampEnrollState , "CampEnrollState" : CampEnrollState , "Icon" : Icon , "IconClass" : IconClass , "VariableSymbol" : VariableSymbol , "MembershipCategory" : MembershipCategory , "ParticipationTerm" : ParticipationTerm })
498506
499507 # Načíst seznam typů akcí
500508 def EventTypeAll (self , ID_Login , DisplayName = None , ID_Table = None ):
@@ -705,8 +713,8 @@ def ParticipantCampAll(self, ID_Login, ID_EventCamp, Estimate, Real):
705713 return self ._client .service .ParticipantCampAll ({"ID_Login" : ID_Login , "ID_EventCamp" : ID_EventCamp , "Estimate" : Estimate , "Real" : Real })
706714
707715 # Smazat účastníka tábora
708- def ParticipantCampDeleteFromList (self , IsManual , Birthday , Age , ID_Unit , CanDelete , IdCardValidTo , Accepted , IsAccepted , Price , ID_EventCampEnroll , IsPaid , Person = None , ID_ParticipantType = None , ParticipantType = None , Assurance = None , Street = None , City = None , Postcode = None , State = None , FullAddress = None , Unit = None , UnitRegistrationNumber = None , Category = None , IdCardNumber = None , ID_CampEnrollState = None , CampEnrollState = None , Icon = None , IconClass = None , VariableSymbol = None , MembershipCategory = None , ParticipationTerm = None ):
709- return self ._client .service .ParticipantCampDeleteFromList ({"IsManual" : IsManual , "Birthday" : Birthday , "Age" : Age , "ID_Unit" : ID_Unit , "CanDelete" : CanDelete , "IdCardValidTo" : IdCardValidTo , "Accepted" : Accepted , "IsAccepted" : IsAccepted , "Price" : Price , "ID_EventCampEnroll" : ID_EventCampEnroll , "IsPaid" : IsPaid , "Person" : Person , "ID_ParticipantType" : ID_ParticipantType , "ParticipantType" : ParticipantType , "Assurance" : Assurance , "Street" : Street , "City" : City , "Postcode" : Postcode , "State" : State , "FullAddress" : FullAddress , "Unit" : Unit , "UnitRegistrationNumber" : UnitRegistrationNumber , "Category" : Category , "IdCardNumber" : IdCardNumber , "ID_CampEnrollState" : ID_CampEnrollState , "CampEnrollState" : CampEnrollState , "Icon" : Icon , "IconClass" : IconClass , "VariableSymbol" : VariableSymbol , "MembershipCategory" : MembershipCategory , "ParticipationTerm" : ParticipationTerm })
716+ def ParticipantCampDeleteFromList (self , IsManual , Birthday , Age , ID_Unit , CanDelete , IdCardValidTo , Accepted , IsAccepted , Price , ID_EventCampEnroll , IsPaid , ParticipationTermDifferentThanEventCamp , Person = None , ID_ParticipantType = None , ParticipantType = None , Assurance = None , Street = None , City = None , Postcode = None , State = None , FullAddress = None , Unit = None , UnitRegistrationNumber = None , Category = None , IdCardNumber = None , ID_CampEnrollState = None , CampEnrollState = None , Icon = None , IconClass = None , VariableSymbol = None , MembershipCategory = None , ParticipationTerm = None ):
717+ return self ._client .service .ParticipantCampDeleteFromList ({"IsManual" : IsManual , "Birthday" : Birthday , "Age" : Age , "ID_Unit" : ID_Unit , "CanDelete" : CanDelete , "IdCardValidTo" : IdCardValidTo , "Accepted" : Accepted , "IsAccepted" : IsAccepted , "Price" : Price , "ID_EventCampEnroll" : ID_EventCampEnroll , "IsPaid" : IsPaid , "ParticipationTermDifferentThanEventCamp" : ParticipationTermDifferentThanEventCamp , " Person" : Person , "ID_ParticipantType" : ID_ParticipantType , "ParticipantType" : ParticipantType , "Assurance" : Assurance , "Street" : Street , "City" : City , "Postcode" : Postcode , "State" : State , "FullAddress" : FullAddress , "Unit" : Unit , "UnitRegistrationNumber" : UnitRegistrationNumber , "Category" : Category , "IdCardNumber" : IdCardNumber , "ID_CampEnrollState" : ID_CampEnrollState , "CampEnrollState" : CampEnrollState , "Icon" : Icon , "IconClass" : IconClass , "VariableSymbol" : VariableSymbol , "MembershipCategory" : MembershipCategory , "ParticipationTerm" : ParticipationTerm })
710718
711719 # Smazat účastníka tábora
712720 def ParticipantCampDelete (self , ID_Login , ID , DeletePerson ):
@@ -780,10 +788,6 @@ def FoodMenuUpdate(self, ID_Login, ID, ID_Food, Capacity, DisplayName=None):
780788 def FoodUpdate (self , ID_Login , ID , ID_EventCongress , Day , DisplayName = None ):
781789 return self ._client .service .FoodUpdate ({"ID_Login" : ID_Login , "ID" : ID , "ID_EventCongress" : ID_EventCongress , "Day" : Day , "DisplayName" : DisplayName })
782790
783- # Smazat účastníka VSJ
784- def ParticipantDeleteUstredi (self , ID_Login , ID , DeletePerson ):
785- return self ._client .service .ParticipantDeleteUstredi ({"ID_Login" : ID_Login , "ID" : ID , "DeletePerson" : DeletePerson })
786-
787791 # Odeslat výzvy k zadání výsledků proběhlé zkoušky
788792 def EventEducationExamCheckReminder (self , ID_Login ):
789793 return self ._client .service .EventEducationExamCheckReminder ({"ID_Login" : ID_Login })
@@ -1297,16 +1301,16 @@ def CampAnswerAll(self, ID_Login, ID, ID_CampQuestion, ID_EventCamp):
12971301 return self ._client .service .CampAnswerAll ({"ID_Login" : ID_Login , "ID" : ID , "ID_CampQuestion" : ID_CampQuestion , "ID_EventCamp" : ID_EventCamp })
12981302
12991303 # Načíst seznam otázek online přihlašování
1300- def CampLoginQuestionAllAnswer (self , ID_Login , ID_Application , AccessKey , ID_EventCampEnroll , ID_EventCamp ):
1301- return self ._client .service .CampLoginQuestionAllAnswer ({"ID_Login" : ID_Login , "ID_Application" : ID_Application , "AccessKey" : AccessKey , "ID_EventCampEnroll" : ID_EventCampEnroll , "ID_EventCamp" : ID_EventCamp })
1304+ def CampLoginQuestionAllAnswer (self , ID_Login , ID_Application , AccessKey , ID_EventCampEnroll , ID_EventCamp , ID_CampOnlineLogin ):
1305+ return self ._client .service .CampLoginQuestionAllAnswer ({"ID_Login" : ID_Login , "ID_Application" : ID_Application , "AccessKey" : AccessKey , "ID_EventCampEnroll" : ID_EventCampEnroll , "ID_EventCamp" : ID_EventCamp , "ID_CampOnlineLogin" : ID_CampOnlineLogin })
13021306
13031307 # Načíst seznam otázek online přihlašování
13041308 def CampLoginQuestionAll (self , ID_Login , ID_EventCamp , ID_CampOnlineLogin ):
13051309 return self ._client .service .CampLoginQuestionAll ({"ID_Login" : ID_Login , "ID_EventCamp" : ID_EventCamp , "ID_CampOnlineLogin" : ID_CampOnlineLogin })
13061310
13071311 # Načíst seznam otázek online přihlašování
1308- def CampLoginQuestionAllEventCampList (self , ID_Login , ID_EventCamp , AddEmptyItem ):
1309- return self ._client .service .CampLoginQuestionAllEventCampList ({"ID_Login" : ID_Login , "ID_EventCamp" : ID_EventCamp , "AddEmptyItem" : AddEmptyItem })
1312+ def CampLoginQuestionAllEventCampList (self , ID_Login , ID_EventCamp , AddEmptyItem , OnlyBeforeDeadline ):
1313+ return self ._client .service .CampLoginQuestionAllEventCampList ({"ID_Login" : ID_Login , "ID_EventCamp" : ID_EventCamp , "AddEmptyItem" : AddEmptyItem , "OnlyBeforeDeadline" : OnlyBeforeDeadline })
13101314
13111315 # Smazat otázku online přihlašování
13121316 def CampLoginQuestionDelete (self , ID_Login , ID_EventCamp , ID_CampOnlineLogin , ID_CampLoginQuestionGroup , ID = None , ID_LoginQuestionType = None , LoginQuestionType = None , CampOnlineLogin = None , CampLoginQuestionGroup = None , DisplayName = None , RawText = None , Help = None , HelpRaw = None , Note = None , ID_LoginQuestionRequirement = None , LoginQuestionRequirement = None ):
0 commit comments