@@ -162,7 +162,7 @@ public function WhoAmI(){
162162/// <param name="baseObjectType" optional="true">Type of the base object to use. Leave this as null for all objects.</param>
163163/// <returns></returns>
164164/// <remarks></remarks>
165- public function ListAllObjects ($ includeAbstract ,$ baseObjectType ){
165+ public function ListAllObjects ($ includeAbstract ,$ baseObjectType= '' ){
166166
167167$ objectresponse =$ this ->metadata ->ListObjectRequest ($ this ->accesskeyId ,
168168$ this ->associationId ,
@@ -282,7 +282,7 @@ public function ExecuteSearch($SearchToExecute,$StartRecord,$MaximumNumOfRecord)
282282/// <returns></returns>
283283/// <remarks>This method will run multiple searches in parallel and return the result. It is designed to be faster than running
284284/// the searches in multiple API calls.</remarks>
285- public function ExecuteSearches ($ searchesToExecute ,$ startRecord ,$ maximumNumberOfRecordsToReturn ){
285+ public function ExecuteSearches ($ searchesToExecute ,$ startRecord ,$ maximumNumberOfRecordsToReturn= '' ){
286286
287287$ searchresponse =$ this ->search ->ExecuteSearchesRequest ($ this ->accesskeyId ,
288288$ this ->associationId ,
@@ -733,7 +733,7 @@ public function SendEmailsToSubscribedEntities($discussionPostId){
733733/// <param name="targetID">The target ID.</param>
734734/// <returns></returns>
735735/// <remarks></remarks>
736- public function GetFileCabinetRootFolder ($ discussionPostId ){
736+ public function GetFileCabinetRootFolder ($ targetID ){
737737
738738$ response =$ this ->documnt ->GetFileCabinetRequest ($ this ->accesskeyId ,
739739$ this ->associationId ,
@@ -1317,7 +1317,7 @@ public function CancelInvoice($invoiceID){
13171317/// <param name="newBatchForProFormaInvoices" optional="true">The new batch for pro forma invoices.</param>
13181318/// <returns></returns>
13191319/// <remarks></remarks>
1320- public function PostBatches ($ batchIDs ,$ newBatchForProFormaInvoices ){
1320+ public function PostBatches ($ batchIDs ,$ newBatchForProFormaInvoices= "" ){
13211321
13221322$ response =$ this ->finance ->PostBatchesRequest ($ this ->accesskeyId ,
13231323$ this ->associationId ,
@@ -1745,12 +1745,12 @@ public function GenerateDonorReceipt($GiftID){
17451745/// <param name="listOfGifts">The list of gifts.</param>
17461746/// <returns></returns>
17471747/// <remarks></remarks>
1748- public function GenerateDonorReceipts ($ GiftID ){
1748+ public function GenerateDonorReceipts ($ listOfGifts ){
17491749
17501750$ response =$ this ->fund ->GenerateDonorReceiptsRequest ($ this ->accesskeyId ,
17511751$ this ->associationId ,
17521752$ this ->secretaccessId ,
1753- $ GiftID
1753+ $ listOfGifts
17541754 );
17551755return $ response ;
17561756 }
@@ -1893,7 +1893,7 @@ public function PingExtensionService($msoService){
18931893/// <param name="activityMemo" optional="true">The activity memo.</param>
18941894/// <returns></returns>
18951895/// <remarks></remarks>
1896- public function ExecuteMailMerge ($ searchToUse ,$ mailMergeTemplate ,$ outputFormat ,$ createActivity ,$ activityTypeID ,$ activityMemo ){
1896+ public function ExecuteMailMerge ($ searchToUse ,$ mailMergeTemplate ,$ outputFormat ,$ createActivity ,$ activityTypeID= "" ,$ activityMemo= "" ){
18971897
18981898$ response =$ this ->integration ->ExecuteMailMergeRequest ($ this ->accesskeyId ,
18991899$ this ->associationId ,
@@ -1954,7 +1954,7 @@ public function GetConfigurationSetting($ns,$settingName){
19541954/// <param name="ns" optional="true">The namespace. If left blank, all settings are returned.</param>
19551955/// <returns></returns>
19561956/// <remarks></remarks>
1957- public function GetAllConfigurationSettings ($ ns ){
1957+ public function GetAllConfigurationSettings ($ ns= '' ){
19581958
19591959$ response =$ this ->integration ->GetAllConfigurationSettingRequest ($ this ->accesskeyId ,
19601960$ this ->associationId ,
@@ -2173,12 +2173,12 @@ public function GetEmailTemplate($nameOrIDOfTemplate){
21732173/// a specific address.</param>
21742174/// <returns></returns>
21752175/// <remarks></remarks>
2176- public function SendEmail ($ nameOrIDOfTemplate ,$ targets ,$ overrideEmailAddress ){
2176+ public function SendEmail ($ emailTemplateNameOrID ,$ targets= '' ,$ overrideEmailAddress= '' ){
21772177
21782178$ response =$ this ->membership ->SendEmailRequest ($ this ->accesskeyId ,
21792179$ this ->associationId ,
21802180$ this ->secretaccessId ,
2181- $ nameOrIDOfTemplate ,
2181+ $ emailTemplateNameOrID ,
21822182$ targets ,
21832183$ overrideEmailAddress
21842184 );
@@ -2211,7 +2211,7 @@ public function GetAllEmailTemplates(){
22112211/// a specific address.</param>
22122212/// <returns></returns>
22132213/// <remarks></remarks>
2214- public function SendCustomizedEmail ($ template ,$ targets ,$ overrideEmailAddress ){
2214+ public function SendCustomizedEmail ($ template ,$ targets ,$ overrideEmailAddress= '' ){
22152215
22162216$ response =$ this ->membership ->SendCustomizedEmailRequest ($ this ->accesskeyId ,
22172217$ this ->associationId ,
@@ -2592,7 +2592,7 @@ public function GetOrderFormForProduct($productID){
25922592/// when the order completes.</returns>
25932593/// <remarks>Order processing uses a queued model, so this method will return immediately even though the order is
25942594/// not processed immediately. Ping the <service name="CheckLongRunningTaskStatus"/> to see when the order is completed.</remarks>
2595- public function ProcessOrder ($ msOrderToProcess ,$ antiDuplicationKey ){
2595+ public function ProcessOrder ($ msOrderToProcess ,$ antiDuplicationKey= '' ){
25962596
25972597$ response =$ this ->order ->ProcessOrderRequest ($ this ->accesskeyId ,
25982598$ this ->associationId ,
@@ -2947,7 +2947,7 @@ public function AdjustEntitlementAvailableQuantity($entityID,$typeOfEntitlement,
29472947/// entitlement type/context. In other words, if you have two job posting entitlements, the system
29482948/// will only return one record, with the combined quantity/quantity available. That's why you want
29492949/// to call this method, rather than just running a search.</remarks>
2950- public function ListEntitlements ($ entityID ,$ type ){
2950+ public function ListEntitlements ($ entityID ,$ type= "" ){
29512951
29522952$ response =$ this ->portal ->ListEntitlementsRequest ($ this ->accesskeyId ,
29532953$ this ->associationId ,
@@ -3223,7 +3223,7 @@ public function GetAllWidgetDefinitions(){
32233223/// <param name="context" optional="true">The context.</param>
32243224/// <returns></returns>
32253225/// <remarks></remarks>
3226- public function BuildChart ($ chartName ,$ context ){
3226+ public function BuildChart ($ chartName ,$ context= "" ){
32273227
32283228$ response =$ this ->portal ->BuildChartRequest ($ this ->accesskeyId ,
32293229$ this ->associationId ,