closeFiscalMonth
Url
/V2.0/services/data/closeFiscalMonth
HTTP Method
POST
Description
Close the fiscal month and set the start date of the next fiscal month period 
Parameters
Name Type Description
projectId entityId (string) Project id to perform the operation on
startDate dateTime The start of the next fiscal month period
Result
Close/Reopen fiscal month execution result
Name Type Description
actualStartDate dateTime The actual start of the next fiscal month period that will be set by server
warning string Contains additional information from the server that the operation was executed with some warning. E.g. ('Project has related timesheet entries which are not approved')
In case of failure an error object will be returned
* indicates required fields
Samples

Request:

POST /V2.0/services/data/closeFiscalMonth

{
       "projectId": "/Project/29yc66tbektshl4jreyn5rqyg1",
       "startDate": "2023-06-07"
}       
Response:
{
    "actualStartDate": "2023-06-01T00:00:00.0000000"
}