@@ -404,6 +404,14 @@ public ApiResponse<Object> DeleteCustomerWithHttpInfo (string customerTokenId, s
404
404
{
405
405
localVarHeaderParams . Add ( "profile-id" , Configuration . ApiClient . ParameterToString ( profileId ) ) ; // header parameter
406
406
}
407
+ if ( Method . DELETE == Method . POST )
408
+ {
409
+ localVarPostBody = "{}" ;
410
+ }
411
+ else
412
+ {
413
+ localVarPostBody = null ;
414
+ }
407
415
408
416
409
417
// make the HTTP request
@@ -493,6 +501,14 @@ public async System.Threading.Tasks.Task<ApiResponse<Object>> DeleteCustomerAsyn
493
501
{
494
502
localVarHeaderParams . Add ( "profile-id" , Configuration . ApiClient . ParameterToString ( profileId ) ) ; // header parameter
495
503
}
504
+ if ( Method . DELETE == Method . POST )
505
+ {
506
+ localVarPostBody = "{}" ;
507
+ }
508
+ else
509
+ {
510
+ localVarPostBody = null ;
511
+ }
496
512
497
513
498
514
// make the HTTP request
@@ -582,6 +598,14 @@ public ApiResponse< TmsV2CustomersResponse > GetCustomerWithHttpInfo (string cus
582
598
{
583
599
localVarHeaderParams . Add ( "profile-id" , Configuration . ApiClient . ParameterToString ( profileId ) ) ; // header parameter
584
600
}
601
+ if ( Method . GET == Method . POST )
602
+ {
603
+ localVarPostBody = "{}" ;
604
+ }
605
+ else
606
+ {
607
+ localVarPostBody = null ;
608
+ }
585
609
586
610
587
611
// make the HTTP request
@@ -617,7 +641,7 @@ public async System.Threading.Tasks.Task<TmsV2CustomersResponse> GetCustomerAsyn
617
641
{
618
642
logger . Debug ( "CALLING API \" GetCustomerAsync\" STARTED" ) ;
619
643
ApiResponse < TmsV2CustomersResponse > localVarResponse = await GetCustomerAsyncWithHttpInfo ( customerTokenId , profileId ) ;
620
- logger . Debug ( "CALLING API \" GetCustomerAsync\" STARTED " ) ;
644
+ logger . Debug ( "CALLING API \" GetCustomerAsync\" ENDED " ) ;
621
645
return localVarResponse . Data ;
622
646
623
647
}
@@ -673,6 +697,14 @@ public async System.Threading.Tasks.Task<ApiResponse<TmsV2CustomersResponse>> Ge
673
697
{
674
698
localVarHeaderParams . Add ( "profile-id" , Configuration . ApiClient . ParameterToString ( profileId ) ) ; // header parameter
675
699
}
700
+ if ( Method . GET == Method . POST )
701
+ {
702
+ localVarPostBody = "{}" ;
703
+ }
704
+ else
705
+ {
706
+ localVarPostBody = null ;
707
+ }
676
708
677
709
678
710
// make the HTTP request
@@ -830,7 +862,7 @@ public async System.Threading.Tasks.Task<TmsV2CustomersResponse> PatchCustomerAs
830
862
{
831
863
logger . Debug ( "CALLING API \" PatchCustomerAsync\" STARTED" ) ;
832
864
ApiResponse < TmsV2CustomersResponse > localVarResponse = await PatchCustomerAsyncWithHttpInfo ( customerTokenId , patchCustomerRequest , profileId , ifMatch ) ;
833
- logger . Debug ( "CALLING API \" PatchCustomerAsync\" STARTED " ) ;
865
+ logger . Debug ( "CALLING API \" PatchCustomerAsync\" ENDED " ) ;
834
866
return localVarResponse . Data ;
835
867
836
868
}
@@ -1051,7 +1083,7 @@ public async System.Threading.Tasks.Task<TmsV2CustomersResponse> PostCustomerAsy
1051
1083
{
1052
1084
logger . Debug ( "CALLING API \" PostCustomerAsync\" STARTED" ) ;
1053
1085
ApiResponse < TmsV2CustomersResponse > localVarResponse = await PostCustomerAsyncWithHttpInfo ( postCustomerRequest , profileId ) ;
1054
- logger . Debug ( "CALLING API \" PostCustomerAsync\" STARTED " ) ;
1086
+ logger . Debug ( "CALLING API \" PostCustomerAsync\" ENDED " ) ;
1055
1087
return localVarResponse . Data ;
1056
1088
1057
1089
}
0 commit comments