Is period starting

GET /closeAPI/api/close/period/starting

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • id integer
    • starting boolean
GET /closeAPI/api/close/period/starting
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/close/period/starting'
Response examples (200)
{
  "id": 42,
  "starting": true
}