GET/POST /public/api/getglsegmentlist

Description

Get a simple list of GL segments

Usage

Request body: { "APIkey": "Company_APIkey" } Response: 200 OK Response body: { "Countries": [ { "ID": "123", "GLSegmentTitle": "GLSegmentTitle", "GLSegmentOrder": "1" } ] }