LUSID C# SDK
List of all members
Lusid.Sdk.Api.IAborApi Interface Reference

Represents a collection of functions to interact with the API endpoints More...

Inheritance diagram for Lusid.Sdk.Api.IAborApi:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from Lusid.Sdk.Api.IAborApiSync
DiaryEntry AddDiaryEntry (string scope, string code, string diaryEntryCode, DiaryEntryRequest diaryEntryRequest, int operationIndex=0)
 [EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More...
 
ApiResponse< DiaryEntryAddDiaryEntryWithHttpInfo (string scope, string code, string diaryEntryCode, DiaryEntryRequest diaryEntryRequest, int operationIndex=0)
 [EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More...
 
DiaryEntry ClosePeriod (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0)
 [EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More...
 
ApiResponse< DiaryEntryClosePeriodWithHttpInfo (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0)
 [EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More...
 
Abor CreateAbor (string scope, AborRequest aborRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateAbor: Create an Abor. More...
 
ApiResponse< AborCreateAborWithHttpInfo (string scope, AborRequest aborRequest, int operationIndex=0)
 [EXPERIMENTAL] CreateAbor: Create an Abor. More...
 
DeletedEntityResponse DeleteAbor (string scope, string code, int operationIndex=0)
 [EXPERIMENTAL] DeleteAbor: Delete an Abor. More...
 
ApiResponse< DeletedEntityResponseDeleteAborWithHttpInfo (string scope, string code, int operationIndex=0)
 [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)
 [EXPERIMENTAL] GetAbor: Get Abor. More...
 
ApiResponse< AborGetAborWithHttpInfo (string scope, string code, DateTimeOrCutLabel? effectiveAt=default(DateTimeOrCutLabel?), DateTimeOffset? asAt=default(DateTimeOffset?), List< string >? propertyKeys=default(List< string >?), int operationIndex=0)
 [EXPERIMENTAL] GetAbor: Get Abor. 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)
 [EXPERIMENTAL] GetJournalEntryLines: Get the Journal Entry lines for the given Abor. More...
 
ApiResponse< VersionedResourceListOfJournalEntryLineGetJournalEntryLinesWithHttpInfo (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)
 [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)
 [EXPERIMENTAL] GetTrialBalance: Get the Trial balance for the given Abor. More...
 
ApiResponse< VersionedResourceListOfTrialBalanceGetTrialBalanceWithHttpInfo (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)
 [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)
 [EXPERIMENTAL] ListAbors: List Abors. More...
 
ApiResponse< PagedResourceListOfAborListAborsWithHttpInfo (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)
 [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)
 [EXPERIMENTAL] ListDiaryEntries: List diary entries. More...
 
ApiResponse< PagedResourceListOfDiaryEntryListDiaryEntriesWithHttpInfo (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)
 [EXPERIMENTAL] ListDiaryEntries: List diary entries. More...
 
DiaryEntry LockPeriod (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0)
 [EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More...
 
ApiResponse< DiaryEntryLockPeriodWithHttpInfo (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0)
 [EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More...
 
Abor PatchAbor (string scope, string code, List< Operation > operation, int operationIndex=0)
 [EXPERIMENTAL] PatchAbor: Patch Abor. More...
 
ApiResponse< AborPatchAborWithHttpInfo (string scope, string code, List< Operation > operation, int operationIndex=0)
 [EXPERIMENTAL] PatchAbor: Patch Abor. More...
 
PeriodDiaryEntriesReopenedResponse ReOpenPeriods (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0)
 [EXPERIMENTAL] ReOpenPeriods: Reopen periods from a seed Diary Entry Code or when not specified, the last Closed Period for the given Abor. More...
 
ApiResponse< PeriodDiaryEntriesReopenedResponseReOpenPeriodsWithHttpInfo (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0)
 [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)
 [EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More...
 
ApiResponse< AborPropertiesUpsertAborPropertiesWithHttpInfo (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0)
 [EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More...
 
- Public Member Functions inherited from Lusid.Sdk.Client.IApiAccessor
string GetBasePath ()
 Gets the base path of the API client. More...
 
- Public Member Functions inherited from Lusid.Sdk.Api.IAborApiAsync
System.Threading.Tasks.Task< DiaryEntryAddDiaryEntryAsync (string scope, string code, string diaryEntryCode, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More...
 
System.Threading.Tasks.Task< ApiResponse< DiaryEntry > > AddDiaryEntryWithHttpInfoAsync (string scope, string code, string diaryEntryCode, DiaryEntryRequest diaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] AddDiaryEntry: Add a diary entry to the specified Abor. More...
 
System.Threading.Tasks.Task< DiaryEntryClosePeriodAsync (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More...
 
System.Threading.Tasks.Task< ApiResponse< DiaryEntry > > ClosePeriodWithHttpInfoAsync (string scope, string code, ClosePeriodDiaryEntryRequest closePeriodDiaryEntryRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] ClosePeriod: Closes or locks the current period for the given Abor. More...
 
System.Threading.Tasks.Task< AborCreateAborAsync (string scope, AborRequest aborRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateAbor: Create an Abor. More...
 
System.Threading.Tasks.Task< ApiResponse< Abor > > CreateAborWithHttpInfoAsync (string scope, AborRequest aborRequest, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] CreateAbor: Create an Abor. More...
 
System.Threading.Tasks.Task< DeletedEntityResponseDeleteAborAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteAbor: Delete an Abor. More...
 
System.Threading.Tasks.Task< ApiResponse< DeletedEntityResponse > > DeleteAborWithHttpInfoAsync (string scope, string code, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] DeleteAbor: Delete an Abor. More...
 
System.Threading.Tasks.Task< AborGetAborAsync (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))
 [EXPERIMENTAL] GetAbor: Get Abor. More...
 
System.Threading.Tasks.Task< 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))
 [EXPERIMENTAL] GetAbor: Get Abor. More...
 
System.Threading.Tasks.Task< VersionedResourceListOfJournalEntryLineGetJournalEntryLinesAsync (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))
 [EXPERIMENTAL] GetJournalEntryLines: Get the Journal Entry lines for the given Abor. More...
 
System.Threading.Tasks.Task< 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))
 [EXPERIMENTAL] GetJournalEntryLines: Get the Journal Entry lines for the given Abor. More...
 
System.Threading.Tasks.Task< VersionedResourceListOfTrialBalanceGetTrialBalanceAsync (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))
 [EXPERIMENTAL] GetTrialBalance: Get the Trial balance for the given Abor. More...
 
System.Threading.Tasks.Task< 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))
 [EXPERIMENTAL] GetTrialBalance: Get the Trial balance for the given Abor. More...
 
System.Threading.Tasks.Task< PagedResourceListOfAborListAborsAsync (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))
 [EXPERIMENTAL] ListAbors: List Abors. More...
 
System.Threading.Tasks.Task< 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))
 [EXPERIMENTAL] ListAbors: List Abors. More...
 
System.Threading.Tasks.Task< PagedResourceListOfDiaryEntryListDiaryEntriesAsync (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))
 [EXPERIMENTAL] ListDiaryEntries: List diary entries. More...
 
System.Threading.Tasks.Task< 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))
 [EXPERIMENTAL] ListDiaryEntries: List diary entries. More...
 
System.Threading.Tasks.Task< DiaryEntryLockPeriodAsync (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More...
 
System.Threading.Tasks.Task< ApiResponse< DiaryEntry > > LockPeriodWithHttpInfoAsync (string scope, string code, LockPeriodDiaryEntryRequest? lockPeriodDiaryEntryRequest=default(LockPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] LockPeriod: Locks the last Closed or given Closed Period. More...
 
System.Threading.Tasks.Task< AborPatchAborAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] PatchAbor: Patch Abor. More...
 
System.Threading.Tasks.Task< ApiResponse< Abor > > PatchAborWithHttpInfoAsync (string scope, string code, List< Operation > operation, int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] PatchAbor: Patch Abor. More...
 
System.Threading.Tasks.Task< PeriodDiaryEntriesReopenedResponseReOpenPeriodsAsync (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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< ApiResponse< PeriodDiaryEntriesReopenedResponse > > ReOpenPeriodsWithHttpInfoAsync (string scope, string code, ReOpenPeriodDiaryEntryRequest? reOpenPeriodDiaryEntryRequest=default(ReOpenPeriodDiaryEntryRequest?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [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< AborPropertiesUpsertAborPropertiesAsync (string scope, string code, Dictionary< string, Property >? requestBody=default(Dictionary< string, Property >?), int operationIndex=0, System.Threading.CancellationToken cancellationToken=default(System.Threading.CancellationToken))
 [EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More...
 
System.Threading.Tasks.Task< 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))
 [EXPERIMENTAL] UpsertAborProperties: Upsert Abor properties More...
 
- Properties inherited from Lusid.Sdk.Client.IApiAccessor
IReadableConfiguration Configuration [get, set]
 Gets or sets the configuration object More...
 
ExceptionFactory ExceptionFactory [get, set]
 Provides a factory method hook for the creation of exceptions. More...
 

Detailed Description

Represents a collection of functions to interact with the API endpoints


The documentation for this interface was generated from the following file: