Get a list of available General Ledger reporting periods.
Retrieve a list of available periods for creating a WIP report.
Subscription | Construction |
---|---|
User type | Business, Project Manager |
Permissions | WIP List Periods |
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": {
- "periods": [
- {
- "header2": "June",
- "header1": "Month Ended",
- "endDate": "2023-06-30",
- "name": "Month Ended June 2023",
- "id": "131",
- "key": "131",
- "startDate": "2023-06-01"
}, - {
- "header2": "July",
- "header1": "Month Ended",
- "endDate": "2023-07-31",
- "name": "Month Ended July 2023",
- "id": "132",
- "key": "132",
- "startDate": "2023-07-01"
}
]
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}