You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/MxPlatformApi.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9061,7 +9061,7 @@ catch (ApiException e)
9061
9061
9062
9062
Update account by member
9063
9063
9064
-
This endpoint allows you to update certain attributes of an `account` resource.
9064
+
This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
9065
9065
9066
9066
### Example
9067
9067
```csharp
@@ -9087,7 +9087,7 @@ namespace Example
9087
9087
varaccountGuid=ACT-06d7f44b-caae-0f6e-1384-01f52e75dcb1; // string | The unique id for an `account`.
9088
9088
varmemberGuid=MBR-7c6f361b-e582-15b6-60c0-358f12466b4b; // string | The unique id for a `member`.
9089
9089
varuserGuid=USR-fa7537f3-48aa-a683-a02a-b18940482f54; // string | The unique id for a `user`.
9090
-
varaccountUpdateRequestBody=newAccountUpdateRequestBody(); // AccountUpdateRequestBody | Account object to be created with optional parameters (is_hidden)
|**accountGuid**|**string**| The unique id for an `account`. ||
9134
9134
|**memberGuid**|**string**| The unique id for a `member`. ||
9135
9135
|**userGuid**|**string**| The unique id for a `user`. ||
9136
-
|**accountUpdateRequestBody**|[**AccountUpdateRequestBody**](AccountUpdateRequestBody.md)|Account object to be created with optional parameters (is_hidden)||
Copy file name to clipboardExpand all lines: src/MX.Platform.CSharp/Api/MxPlatformApi.cs
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -2461,13 +2461,13 @@ public interface IMxPlatformApiSync : IApiAccessor
2461
2461
/// Update account by member
2462
2462
/// </summary>
2463
2463
/// <remarks>
2464
-
/// This endpoint allows you to update certain attributes of an `account` resource.
2464
+
/// This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
2465
2465
/// </remarks>
2466
2466
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
2467
2467
/// <param name="accountGuid">The unique id for an `account`.</param>
2468
2468
/// <param name="memberGuid">The unique id for a `member`.</param>
2469
2469
/// <param name="userGuid">The unique id for a `user`.</param>
2470
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
@@ -2476,13 +2476,13 @@ public interface IMxPlatformApiSync : IApiAccessor
2476
2476
/// Update account by member
2477
2477
/// </summary>
2478
2478
/// <remarks>
2479
-
/// This endpoint allows you to update certain attributes of an `account` resource.
2479
+
/// This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
2480
2480
/// </remarks>
2481
2481
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
2482
2482
/// <param name="accountGuid">The unique id for an `account`.</param>
2483
2483
/// <param name="memberGuid">The unique id for a `member`.</param>
2484
2484
/// <param name="userGuid">The unique id for a `user`.</param>
2485
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
@@ -5508,13 +5508,13 @@ public interface IMxPlatformApiAsync : IApiAccessor
5508
5508
/// Update account by member
5509
5509
/// </summary>
5510
5510
/// <remarks>
5511
-
/// This endpoint allows you to update certain attributes of an `account` resource.
5511
+
/// This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
5512
5512
/// </remarks>
5513
5513
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
5514
5514
/// <param name="accountGuid">The unique id for an `account`.</param>
5515
5515
/// <param name="memberGuid">The unique id for a `member`.</param>
5516
5516
/// <param name="userGuid">The unique id for a `user`.</param>
5517
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
/// <param name="operationIndex">Index associated with the operation.</param>
5519
5519
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
5520
5520
/// <returns>Task of AccountResponseBody</returns>
@@ -5524,13 +5524,13 @@ public interface IMxPlatformApiAsync : IApiAccessor
5524
5524
/// Update account by member
5525
5525
/// </summary>
5526
5526
/// <remarks>
5527
-
/// This endpoint allows you to update certain attributes of an `account` resource.
5527
+
/// This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
5528
5528
/// </remarks>
5529
5529
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
5530
5530
/// <param name="accountGuid">The unique id for an `account`.</param>
5531
5531
/// <param name="memberGuid">The unique id for a `member`.</param>
5532
5532
/// <param name="userGuid">The unique id for a `user`.</param>
5533
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
/// <param name="operationIndex">Index associated with the operation.</param>
5535
5535
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
5536
5536
/// <returns>Task of ApiResponse (AccountResponseBody)</returns>
@@ -22745,13 +22745,13 @@ public MX.Platform.CSharp.Client.ApiResponse<MemberResponseBody> ResumeAggregati
22745
22745
}
22746
22746
22747
22747
/// <summary>
22748
-
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource.
22748
+
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
22749
22749
/// </summary>
22750
22750
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
22751
22751
/// <param name="accountGuid">The unique id for an `account`.</param>
22752
22752
/// <param name="memberGuid">The unique id for a `member`.</param>
22753
22753
/// <param name="userGuid">The unique id for a `user`.</param>
22754
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
/// <param name="operationIndex">Index associated with the operation.</param>
22756
22756
/// <returns>AccountResponseBody</returns>
22757
22757
public AccountResponseBody UpdateAccountByMember(string accountGuid, string memberGuid, string userGuid, AccountUpdateRequestBody accountUpdateRequestBody, int operationIndex = 0)
@@ -22761,13 +22761,13 @@ public AccountResponseBody UpdateAccountByMember(string accountGuid, string memb
22761
22761
}
22762
22762
22763
22763
/// <summary>
22764
-
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource.
22764
+
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
22765
22765
/// </summary>
22766
22766
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
22767
22767
/// <param name="accountGuid">The unique id for an `account`.</param>
22768
22768
/// <param name="memberGuid">The unique id for a `member`.</param>
22769
22769
/// <param name="userGuid">The unique id for a `user`.</param>
22770
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
/// <param name="operationIndex">Index associated with the operation.</param>
22772
22772
/// <returns>ApiResponse of AccountResponseBody</returns>
22773
22773
public MX.Platform.CSharp.Client.ApiResponse<AccountResponseBody> UpdateAccountByMemberWithHttpInfo(string accountGuid, string memberGuid, string userGuid, AccountUpdateRequestBody accountUpdateRequestBody, int operationIndex = 0)
@@ -22849,13 +22849,13 @@ public MX.Platform.CSharp.Client.ApiResponse<AccountResponseBody> UpdateAccountB
22849
22849
}
22850
22850
22851
22851
/// <summary>
22852
-
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource.
22852
+
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
22853
22853
/// </summary>
22854
22854
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
22855
22855
/// <param name="accountGuid">The unique id for an `account`.</param>
22856
22856
/// <param name="memberGuid">The unique id for a `member`.</param>
22857
22857
/// <param name="userGuid">The unique id for a `user`.</param>
22858
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
/// <param name="operationIndex">Index associated with the operation.</param>
22860
22860
/// <param name="cancellationToken">Cancellation Token to cancel the request.</param>
22861
22861
/// <returns>Task of AccountResponseBody</returns>
@@ -22866,13 +22866,13 @@ public MX.Platform.CSharp.Client.ApiResponse<AccountResponseBody> UpdateAccountB
22866
22866
}
22867
22867
22868
22868
/// <summary>
22869
-
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource.
22869
+
/// Update account by member This endpoint allows you to update certain attributes of an `account` resource, including manual accounts. For manual accounts, you can update every field listed. For aggregated accounts, you can only update `is_business`, `is_hidden` and `metadata`.
22870
22870
/// </summary>
22871
22871
/// <exception cref="MX.Platform.CSharp.Client.ApiException">Thrown when fails to make API call</exception>
22872
22872
/// <param name="accountGuid">The unique id for an `account`.</param>
22873
22873
/// <param name="memberGuid">The unique id for a `member`.</param>
22874
22874
/// <param name="userGuid">The unique id for a `user`.</param>
22875
-
/// <param name="accountUpdateRequestBody">Account object to be created with optional parameters (is_hidden)</param>
0 commit comments