LUSID C# SDK
|
Represents a collection of functions to interact with the API endpoints More...
Additional Inherited Members | |
![]() | |
DiaryEntry | AddDiaryEntry (string scope, string code, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More... | |
Lusid.Sdk.Client.ApiResponse< DiaryEntry > | AddDiaryEntryWithHttpInfo (string scope, string code, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More... | |
DiaryEntry | ClosePeriod (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More... | |
Lusid.Sdk.Client.ApiResponse< DiaryEntry > | ClosePeriodWithHttpInfo (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More... | |
Abor | CreateAbor (string scope, AborRequest aborRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAbor: Create an Abor. More... | |
Lusid.Sdk.Client.ApiResponse< Abor > | CreateAborWithHttpInfo (string scope, AborRequest aborRequest, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAbor: Create an Abor. More... | |
DeletedEntityResponse | DeleteAbor (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAbor: Delete an Abor. More... | |
Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > | DeleteAborWithHttpInfo (string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAbor: Delete an Abor. More... | |
Abor | GetAbor (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAbor: Get Abor. More... | |
Lusid.Sdk.Client.ApiResponse< Abor > | GetAborWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAbor: Get Abor. More... | |
AborProperties | GetAborProperties (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborProperties: Get Abor properties More... | |
Lusid.Sdk.Client.ApiResponse< AborProperties > | GetAborPropertiesWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborProperties: Get Abor properties More... | |
VersionedResourceListOfJournalEntryLine | GetJournalEntryLines (string scope, string code, JournalEntryLinesQueryParameters journalEntryLinesQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetJournalEntryLines: Get the Journal Entry lines for the given Abor. More... | |
Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfJournalEntryLine > | GetJournalEntryLinesWithHttpInfo (string scope, string code, JournalEntryLinesQueryParameters journalEntryLinesQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetJournalEntryLines: Get the Journal Entry lines for the given Abor. More... | |
VersionedResourceListOfTrialBalance | GetTrialBalance (string scope, string code, TrialBalanceQueryParameters trialBalanceQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTrialBalance: Get the Trial Balance for the given Abor. More... | |
Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfTrialBalance > | GetTrialBalanceWithHttpInfo (string scope, string code, TrialBalanceQueryParameters trialBalanceQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTrialBalance: Get the Trial Balance for the given Abor. More... | |
PagedResourceListOfAbor | ListAbors (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAbors: List Abors. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAbor > | ListAborsWithHttpInfo (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAbors: List Abors. More... | |
PagedResourceListOfDiaryEntry | ListDiaryEntries (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListDiaryEntries: List diary entries. More... | |
Lusid.Sdk.Client.ApiResponse< PagedResourceListOfDiaryEntry > | ListDiaryEntriesWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListDiaryEntries: List diary entries. More... | |
DiaryEntry | LockPeriod (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More... | |
Lusid.Sdk.Client.ApiResponse< DiaryEntry > | LockPeriodWithHttpInfo (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More... | |
Abor | PatchAbor (string scope, string code, List< Operation > operation, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchAbor: Patch Abor. More... | |
Lusid.Sdk.Client.ApiResponse< Abor > | PatchAborWithHttpInfo (string scope, string code, List< Operation > operation, int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchAbor: Patch Abor. More... | |
PeriodDiaryEntriesReopenedResponse | ReOpenPeriods (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ReOpenPeriods: Reopen periods from a seed Diary Entry Code or when not specified, the last Closed Period for the given Abor. More... | |
Lusid.Sdk.Client.ApiResponse< PeriodDiaryEntriesReopenedResponse > | ReOpenPeriodsWithHttpInfo (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ReOpenPeriods: Reopen periods from a seed Diary Entry Code or when not specified, the last Closed Period for the given Abor. More... | |
AborProperties | UpsertAborProperties (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More... | |
Lusid.Sdk.Client.ApiResponse< AborProperties > | UpsertAborPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More... | |
![]() | |
System.Threading.Tasks.Task< DiaryEntry > | AddDiaryEntryAsync (string scope, string code, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DiaryEntry > > | AddDiaryEntryWithHttpInfoAsync (string scope, string code, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More... | |
System.Threading.Tasks.Task< DiaryEntry > | ClosePeriodAsync (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DiaryEntry > > | ClosePeriodWithHttpInfoAsync (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More... | |
System.Threading.Tasks.Task< Abor > | CreateAborAsync (string scope, AborRequest aborRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAbor: Create an Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Abor > > | CreateAborWithHttpInfoAsync (string scope, AborRequest aborRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] CreateAbor: Create an Abor. More... | |
System.Threading.Tasks.Task< DeletedEntityResponse > | DeleteAborAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAbor: Delete an Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DeletedEntityResponse > > | DeleteAborWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] DeleteAbor: Delete an Abor. More... | |
System.Threading.Tasks.Task< Abor > | GetAborAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAbor: Get Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Abor > > | GetAborWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAbor: Get Abor. More... | |
System.Threading.Tasks.Task< AborProperties > | GetAborPropertiesAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborProperties: Get Abor properties More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AborProperties > > | GetAborPropertiesWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetAborProperties: Get Abor properties More... | |
System.Threading.Tasks.Task< VersionedResourceListOfJournalEntryLine > | GetJournalEntryLinesAsync (string scope, string code, JournalEntryLinesQueryParameters journalEntryLinesQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetJournalEntryLines: Get the Journal Entry lines for the given Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfJournalEntryLine > > | GetJournalEntryLinesWithHttpInfoAsync (string scope, string code, JournalEntryLinesQueryParameters journalEntryLinesQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetJournalEntryLines: Get the Journal Entry lines for the given Abor. More... | |
System.Threading.Tasks.Task< VersionedResourceListOfTrialBalance > | GetTrialBalanceAsync (string scope, string code, TrialBalanceQueryParameters trialBalanceQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTrialBalance: Get the Trial Balance for the given Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< VersionedResourceListOfTrialBalance > > | GetTrialBalanceWithHttpInfoAsync (string scope, string code, TrialBalanceQueryParameters trialBalanceQueryParameters, DateTimeOffset? asAt=default(DateTimeOffset?), string? filter=default(string?), int? limit=default(int?), string? page=default(string?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] GetTrialBalance: Get the Trial Balance for the given Abor. More... | |
System.Threading.Tasks.Task< PagedResourceListOfAbor > | ListAborsAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAbors: List Abors. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfAbor > > | ListAborsWithHttpInfoAsync (DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListAbors: List Abors. More... | |
System.Threading.Tasks.Task< PagedResourceListOfDiaryEntry > | ListDiaryEntriesAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListDiaryEntries: List diary entries. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PagedResourceListOfDiaryEntry > > | ListDiaryEntriesWithHttpInfoAsync (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), string? page=default(string?), int? limit=default(int?), string? filter=default(string?), List< string >? sortBy=default(List< string >?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ListDiaryEntries: List diary entries. More... | |
System.Threading.Tasks.Task< DiaryEntry > | LockPeriodAsync (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< DiaryEntry > > | LockPeriodWithHttpInfoAsync (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More... | |
System.Threading.Tasks.Task< Abor > | PatchAborAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchAbor: Patch Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< Abor > > | PatchAborWithHttpInfoAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] PatchAbor: Patch Abor. More... | |
System.Threading.Tasks.Task< PeriodDiaryEntriesReopenedResponse > | ReOpenPeriodsAsync (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ReOpenPeriods: Reopen periods from a seed Diary Entry Code or when not specified, the last Closed Period for the given Abor. More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< PeriodDiaryEntriesReopenedResponse > > | ReOpenPeriodsWithHttpInfoAsync (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] ReOpenPeriods: Reopen periods from a seed Diary Entry Code or when not specified, the last Closed Period for the given Abor. More... | |
System.Threading.Tasks.Task< AborProperties > | UpsertAborPropertiesAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More... | |
System.Threading.Tasks.Task< Lusid.Sdk.Client.ApiResponse< AborProperties > > | UpsertAborPropertiesWithHttpInfoAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken), ConfigurationOptions? opts=null) |
[EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More... | |
Represents a collection of functions to interact with the API endpoints