Operation: GetAccountPeriodsV3
Get the list of account periods
Type Reference: AccountPeriodResponse [Array]
| Parameter | Description | Type |
|---|---|---|
| array | ||
| accountPeriodId | The account period identifier | integer |
| periodNumber | The period number | integer |
| name | The name of the period | string |
[
{
"accountPeriodId": 1,
"periodNumber": 1,
"name": "string"
}
]