.NET SDK - 3.44.0
.NET SDK - 3.44.0
July 14, 2026
Fixed
Echo Settlement validation errors response mapping
SettlementValidationLineDTOnow exposes aDetailslist (SettlementValidationLineDetailDTO, holdingCodeandDescription), replacing the flatCodeandDescriptionproperties- This aligns the DTO with the JSON the API actually returns for GET View validation errors for a Settlement; the previous flat shape never deserialized correctly, so no working integration is affected
Deprecated
Non-SCA user methods and models
Marked [Obsolete] in favor of the SCA equivalents:
ApiUsers:GetAsync,GetNaturalAsync,GetLegalAsync,CreateOwnerAsync(UserNaturalOwnerPostDTO),CreatePayerAsync(UserNaturalPayerPostDTO),CreateOwnerAsync(UserLegalOwnerPostDTO),CreatePayerAsync(UserLegalPayerPostDTO),UpdateNaturalAsync(UserNaturalPutDTO),UpdateLegalAsync(UserLegalPutDTO)- DTOs:
UserNaturalDTO,UserLegalDTO,UserNaturalPayerPostDTO,UserNaturalOwnerPostDTO,UserLegalPayerPostDTO,UserLegalOwnerPostDTO,UserNaturalPutDTO,UserLegalPutDTO
Deprecated
Deposit preauthorized pay-in complement methods
- Both overloads of
ApiPayIns.CreateDepositPreauthorizedPayInPriorToComplementandCreateDepositPreauthorizedPayInComplementare marked[Obsolete]and will be removed in a future release