LUSID C# SDK
Lusid.Sdk.Api.IAborApiSync Member List

This is the complete list of members for Lusid.Sdk.Api.IAborApiSync, including all inherited members.

AddDiaryEntry(string scope, string code, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
AddDiaryEntryWithHttpInfo(string scope, string code, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
ClosePeriod(string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
ClosePeriodWithHttpInfo(string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
CreateAbor(string scope, AborRequest aborRequest, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
CreateAborWithHttpInfo(string scope, AborRequest aborRequest, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
DeleteAbor(string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
DeleteAborWithHttpInfo(string scope, string code, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
DeleteDiaryEntry(string scope, string code, string diaryEntryCode, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
DeleteDiaryEntryWithHttpInfo(string scope, string code, string diaryEntryCode, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
GetAborProperties(string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
GetAborPropertiesWithHttpInfo(string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
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)Lusid.Sdk.Api.IAborApiSync
LockPeriod(string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
LockPeriodWithHttpInfo(string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
PatchAbor(string scope, string code, List< Operation > operation, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
PatchAborWithHttpInfo(string scope, string code, List< Operation > operation, int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
ReOpenPeriods(string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
ReOpenPeriodsWithHttpInfo(string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
UpsertAborProperties(string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync
UpsertAborPropertiesWithHttpInfo(string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, ConfigurationOptions? opts=null)Lusid.Sdk.Api.IAborApiSync