Get /api/v3/admin/accountperiod

Operation: GetAccountPeriodsV3

Summary

Get the list of account periods

Response Parameters

HTTP 200


Body Parameters

Content Type: application/json

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

Responses

HTTP 200

Body

Content Type: application/json
[
  {
    "accountPeriodId": 1,
    "periodNumber": 1,
    "name": "string"
  }
]