Retrieve the next available reporting period that follows the specified period end date.
Retrieve the next available reporting period.
Subscription | Construction |
---|---|
User type | Business, Project Manager |
Permissions | WIP Get Next Period |
required | object The entity assigned to the WIP period. The top level WIP period may be assigned a different entity. When creating a WIP period from entity level, the entity must match the selected entity. | ||||
| |||||
periodEndDate | string <date> WIP period end date or any date within a WIP period. The current date is used if this value is not specified or is Example: "2023-05-31" |
OK
Bad Request
{- "periodEndDate": "2023-06-02"
}
{- "ia::result": {
- "period": {
- "endDate": "2023-06-30",
- "isBudgetable": true,
- "id": "Month Ended June 2023",
- "columnHeader1": "Month Ended",
- "columnHeader2": "June",
- "key": "116",
- "startDate": "2023-06-01",
- "status": "active"
}, - "errors": [ ]
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}