Home / API Documentation

Get List Of All Companies Information

Method: GET api/v1/Setup/GetCompaniesList

Response Format:

application/json

Required Parameters Description Additional information

application/json, text/json

Sample Response:
                        [
  {
    "branches": [
      {
        "branchid": 1,
        "branchname": "sample string 2"
      },
      {
        "branchid": 1,
        "branchname": "sample string 2"
      }
    ],
    "companyid": 1,
    "companyname": "sample string 2",
    "localeid": 3,
    "glreceivablenum": 4,
    "glppliabilitynum": 5,
    "glcashnum": 6,
    "glfcincomenum": 7,
    "gllabornum": 8,
    "glinventorynum": 9,
    "finholdputonhold": true,
    "finholddayspastdue": 11,
    "stminbalance": 12.0,
    "stoldestinvoice": 13,
    "stchargeinterest": true,
    "stinterestrate": 15.0,
    "stmindaysforinterest": 16,
    "stinterval": 17,
    "utctimestamp": "2025-02-23T06:19:29.9302876+00:00",
    "utclastchanged": "2025-02-23T06:19:29.9302876+00:00",
    "lastchangedby": "sample string 19",
    "isactive": true,
    "statementmsg": "sample string 21",
    "printonwo": true,
    "taxtypenontax": 23,
    "glpayable": 24,
    "glnsffee": 25,
    "realtimeadddays": 26,
    "mobilesupportid": 27,
    "activitylevels": true,
    "customoptions": 29
  },
  {
    "branches": [
      {
        "branchid": 1,
        "branchname": "sample string 2"
      },
      {
        "branchid": 1,
        "branchname": "sample string 2"
      }
    ],
    "companyid": 1,
    "companyname": "sample string 2",
    "localeid": 3,
    "glreceivablenum": 4,
    "glppliabilitynum": 5,
    "glcashnum": 6,
    "glfcincomenum": 7,
    "gllabornum": 8,
    "glinventorynum": 9,
    "finholdputonhold": true,
    "finholddayspastdue": 11,
    "stminbalance": 12.0,
    "stoldestinvoice": 13,
    "stchargeinterest": true,
    "stinterestrate": 15.0,
    "stmindaysforinterest": 16,
    "stinterval": 17,
    "utctimestamp": "2025-02-23T06:19:29.9302876+00:00",
    "utclastchanged": "2025-02-23T06:19:29.9302876+00:00",
    "lastchangedby": "sample string 19",
    "isactive": true,
    "statementmsg": "sample string 21",
    "printonwo": true,
    "taxtypenontax": 23,
    "glpayable": 24,
    "glnsffee": 25,
    "realtimeadddays": 26,
    "mobilesupportid": 27,
    "activitylevels": true,
    "customoptions": 29
  }
];