Calendars REST Endpoints

Calendars
The calendar resource is used to view, create, or modify monthly accounting periods. Accounting periods are assigned to accounting journals by the Generate Accounting process based on the accounting date of the associated transactions.
Create a period
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCalendars
Delete a period
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCalendars/{publicSectorCalendarsUniqID}
Get a period
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCalendars/{publicSectorCalendarsUniqID}
Get all periods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCalendars
Update a period
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCalendars/{publicSectorCalendarsUniqID}