Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.41 KB

ClosePeriodDiaryEntryRequest.md

File metadata and controls

23 lines (13 loc) · 1.41 KB

ClosePeriodDiaryEntryRequest

A definition for the period you wish to close

Properties

Name Type Description Notes
diaryEntryCode String Unique code assigned to a period. When left blank a code will be created by the system in the format 'yyyyMMDD'. [optional]
name String Identifiable Name assigned to the period. Where left blank, the system will generate a name in the format 'yyyyMMDD'. [optional]
effectiveAt OffsetDateTime The effective time of the diary entry. [optional]
queryAsAt OffsetDateTime The query time of the diary entry. Defaults to latest. [optional]
status String The status of a Diary Entry of Type 'PeriodBoundary'. Defaults to 'Estimate' when closing a period, and supports 'Estimate' and 'Final' for closing periods and 'Final' for locking periods. [optional]
properties Map<String, Property> A set of properties for the diary entry. [optional]
closingOptions List<String> The options which will be executed once a period is closed or locked. [optional]

Back to Model listBack to API listBack to README